A(n) ____ created in Microsoft Word or another word-processing program works well as a shell for a PowerPoint presentation.

A. document
B. sketch
C. table
D. outline


Answer: D

Computer Science & Information Technology

You might also like to view...

Comparison operators in Visual Basic do not have an order of precedence.

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

Computer Science & Information Technology

Which of the following can provide both higher speed connections and redundancy?

A. link aggregation B. line separation C. link multiplexing D. link duplexing

Computer Science & Information Technology

Evaluate the following conditional expressions in a step-by-step manner as shown in the examples when x = 1 and y = 2.

Note: In the solutions below, indicate the current logical expression being evaluated according to the rules of precedence. NOT((x — 2) > = 1 OR (x — 1) < > 0 AND NOT (x = 1)) Evaluates as True

Computer Science & Information Technology

Suppose that the class Mystery is derived from the class Secret. The following statements are legal in Java.Secret secRef;Mystery mysRef = new Mystery();secRef = mysRef;

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

Computer Science & Information Technology