With the Photographs check box selected, PowerPoint will search for images that were created in black and white.

a. true
b. false


Ans: b. false

Computer Science & Information Technology

You might also like to view...

Complete function incr so its effect mimics the prefix increment of an integer variable: that is, both ++i and incr(&i) would add 1 to i and evaluate to the incremented value.

What will be an ideal response?

Computer Science & Information Technology

All the following statements describing Side by Side view are true, EXCEPT that:

A) synchronous scrolling is automatically enabled. B) when you close the Side by Side view, both documents are automatically saved and closed. C) windows can be resized. D) windows can be repositioned and moved.

Computer Science & Information Technology

If you're looking to install Gigabit Ethernet, what cabling system would you use?

A. coaxial B. thinnet C. Cat-6 D. RG-59

Computer Science & Information Technology

Which of the following parameter declarations accepts a three dimensional array of 10 rows, 20 columns, and 5 planes?

A. float ary [][20[5] B. float ary [][10][20] C. float* ary [20][5] D. float** ary [5] E. float*** ary;

Computer Science & Information Technology