Which of the following is NOT a Paste Special format option for PowerPoint slides?
A) Picture Enhanced Metafile B) Rich Text Format (RTF)
C) This Microsoft Graphic Object D) GIF
B
You might also like to view...
Which of the following will count down from 10 to 1 correctly?
a. for (int j = 10; j <= 1; j++) b. for (int j = 1; j <= 10; j++) c. for (int j = 10; j > 1; j--) d. for (int j = 10; j >= 1; j--)
Which of the following statements about try blocks is true?
a. The try block must be followed by at least one catch block. b. The try block must be followed by a finally block. c. The try block should contain statements that may process an exception. d. The try block should contain statements that may throw an exception.
Columns containing non-essential data can be ________
A) deleted B) hidden C) ignored D) omitted
Information on the customs of the target audience tells you what will appeal to the target audience and what elements you might include in the site to draw them in.
Answer the following statement true (T) or false (F)