Case PPT 1-2Cindy is offering a training class on PowerPoint Slide Layouts to her fellow employees.Cindy also explains that content in the Title and Content layout can be ____.

A. text
B. objects
C. both a. and b.
D. neither a. nor b.


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following will not change the file-position pointer to the same position as the others? Assume a 10-byte file size and a current position at byte # 1.

a. fileObject.seekg( 2 ); b. fileObject.seekg( 1, ios::cur ); c. fileObject.seekg( 2, ios::beg ); d. fileObject.seekg( 8, ios::end );

Computer Science & Information Technology

____________________ is a way of tampering with e-mail so that the message received appears to be from a known and trusted person,when it is actually sent by an impostor.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Data sent to devices such as a printer, modem, or display screen is called ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

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

1) An array subscript should normally be of data type float. 2) If there are fewer initializers in an initializer list than the number of elements in the array, the remaining elements are initialized to the last value in the initializer list. 3) It’s an error if an initializer list has more initializers than there are elements in the array. 4) The address operator & can be applied only to constants and to expressions. 5) A pointer that is declared to be of type void* can be dereferenced.

Computer Science & Information Technology