All of the following are PowerPoint content used to customize slides except _____.

A. diagrams
B. databases
C. video
D. shapes


Answer: B

Computer Science & Information Technology

You might also like to view...

If the value of x is -35.3271, and x is written to a file using this statement, what value is saved in the file?

``` outfile << setiosflags( ios::fixed ) << setprecision(2) << setw(6) << x << endl; ``` a. -35.3271 b. -35.33 c. 35.33 d. -35.32

Computer Science & Information Technology

Random access files are more effective than sequential files for:

a. Instant access to data. b. Updating data easily. c. Inserting data into the file without destroying other data. d. All of the above.

Computer Science & Information Technology

Filter by Form can only filter for records that exactly match the criterion.

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

Computer Science & Information Technology

In what type of digital signal does the signal level move to one of the discrete signal levels, but returns to the zero level after a predetermined time?

a. Non-return-to-zero (NRZ) level. b. NRZ mark. c. NRZ space. d. Return-to-zero.

Computer Science & Information Technology