In OpenOffice Impress, the underlying formatting for a presentation or group of slides is called the ________ page

A) default

B) slide

C) master

D) formatting


C

Computer Science & Information Technology

You might also like to view...

Which of the following for loop headers will cause the body of the loop to be executed 100 times?

a)``` for(int i = 0; i <= 100; i++) ``` b)``` for(int i = 1; i < 100; i++) ``` c)``` for(int i = 1; i <= 101; i++) ``` d)``` for(int i = 0; i < 100; i++) ``` e) none of these for loops will execute the loop body 100 times

Computer Science & Information Technology

Unix does not use drive names in paths because

A. the colon is a legal character in a filename B. separate disks are mounted as subdirectories

Computer Science & Information Technology

Which of the following types of disaster recovery sites is an empty facility with only power and cooling but no equipment or racks?

a. Cold site b. Warm site c. Hot site

Computer Science & Information Technology

You should test a website you are designing in several browsers.

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

Computer Science & Information Technology