subject

WILL GIVE BRAINLEST To apply the "Rule of Thirds", you first .

a. divide the viewfinder into three equal, vertical divisions

b. apply a "tic-tac-toe" grid to the viewfinder

c. divide the viewfinder into three equal, horizontal divisions

d. divide the viewfinder into three equal, triangular divisions

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 10:30
You're programming an infinite loop. what must you include in your code to prevent crashes? in roblox
Answers: 2
question
Computers and Technology, 24.06.2019 18:20
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number.write a recursive java method that implements this algorithm.it will accept a value of int and return a string with the appropriate binary character representation of the decimal number.my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
question
Computers and Technology, 25.06.2019 08:00
7. test average and grade write a program that asks the user to enter five test scores. the program should display a letter grade for each score and the average test score. write the following methods in the program: calcaverage: this method should accept five test scores as arguments and return the average of the scores. determinegrade: this method should accept a test score as an argument and return a letter grade for the score, based on the following grading scale: score letter grade 90-100 a 80-89 b 70-79 c 60-69 d below 60 f
Answers: 1
question
Computers and Technology, 25.06.2019 08:10
What refrigerant has been approved for new household refrigerators and freezers
Answers: 1
You know the right answer?
WILL GIVE BRAINLEST To apply the "Rule of Thirds", you first .

a. divide the viewfinde...
Questions
question
Mathematics, 21.01.2021 18:20
question
Mathematics, 21.01.2021 18:20
question
English, 21.01.2021 18:20
question
Computers and Technology, 21.01.2021 18:20
question
Mathematics, 21.01.2021 18:20
Questions on the website: 13722359