Comments added to slides in the ____ give the speaker information that supplements the text on a slide.

A. Notes pane
B. Slide pane
C. Slides tab
D. Outline tab


Answer: A

Computer Science & Information Technology

You might also like to view...

Businesses and organizations that manage a local area network (LAN) connect to the Internet via a Web browser.

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

Computer Science & Information Technology

The Find feature enables you to locate records in an OpenOffice Base database

Indicate whether the statement is true or false

Computer Science & Information Technology

which for loop will cycle through each value correctly and assign the values: 1, 2, 3, 4, 5, 6, 7, 8 ?

Given the array: int hours[8]; A. for(int i=0; i<8; ++i);{ hours[i] = i; } B. for(int i=0; i<8; ++i){ hours[i+1] = i; } C. for(int i=0; i<8; ++i){ hours[i] = i + 1; } D. for(int i=0; i<7; ++i){ hours[i] = i + 1; }

Computer Science & Information Technology

Programs that detect and respond effectively to unexpected user input are formally referred to as ____ programs.

A. standard B. robust C. cost-effective D. abstract

Computer Science & Information Technology