In a PowerPoint presentation, the ____ tab on the Ribbon contains commands to alter font type, size, and color, just as with a Word document or an Excel workbook.

A. Format
B. Home
C. Themes
D. Layout


Answer: B

Computer Science & Information Technology

You might also like to view...

COGNITIVE ASSESSMENT Your school computer library has a network that connects computers and devices within a few small rooms. What type of network does it likely use?

A. LAN B. WAN C. MAN D. VAN

Computer Science & Information Technology

The horizontal axis is also called the value axis.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

An object that implements the EntityManager ________ manages the interactions between a program and the database.

a. interface b. class c. enumeration d. None of the above.

Computer Science & Information Technology

How many times will the following code print out the message?

``` for x in range (0 ,5): for y in range (0 ,10): print "I will be good" ```

Computer Science & Information Technology