Why is it important to have a studio with walls that are neutral in color?

What will be an ideal response?


You do not want the lights you are using to reflect off the walls, putting a colorcast onto your
shot.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

int array[4][4], index1, index2; for(index1=0;index1<4;index1++) for(index2=0;index2<4;index2++) array[index1][index2]=index1 + index2; for(index1=0;index1<4;index1++) { for(index2=0;index2<4;index2++) cout << array[index1][index2] << " "; cout << endl; } a. 0 1 2 3 1 2 3 4 2 3 4 5 3 4 5 6 b. 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 c. 0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 d. 0 0 0 0 0 1 2 3 0 2 4 6 0 3 6 9

Computer Science & Information Technology

Changing the theme colors on the slide master affects the full presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

At what stage can a certificate no longer be used for any type of authentication?

A. creation B. suspension C. revocation D. expiration

Computer Science & Information Technology

The term ____ database comes from the fact that two or more tables are linked by a common field.

A. Hierarchical B. Network C. Schematic D. Relational

Computer Science & Information Technology