You can use the Picture button in the Images group on the ____ tab to add photos to slides.

A. VIEW
B. INSERT
C. DESIGN
D. HOME

Answer: B

Computer Science & Information Technology

You might also like to view...

The first time you save a file, you are required to give the file a(n) ____ and specify a storage location.

A. type B. name C. extension D. folder

Computer Science & Information Technology

If pt is declared as a pointer to a structure of type Employee, ____ refers to the idNum member of the structure.

A. (*pt).idNum B. *pt.idNum C. *(pt.idNum) D. (*pt.)idNum

Computer Science & Information Technology