To print the word "Draft" in the background of a page, you should choose to insert a ____.
A. page color
B. watermark
C. page border
D. cover page
Answer: B
You might also like to view...
Answer the following statements true (T) or false (F)
1. A bitmap relies on a geometric formula to represent an image. 2. Vector graphics is used primarily for photographs. 3. Sound is represented using vector graphics. 4. Audio files are rarely, if ever, compressed.
Which of the following could you use to declare the iterator p? Why?
Suppose you want to run code that involves the loop
```
//Assume vector v and iterator p has been defined and
//given appropriate values
for (p = v.begin(); p != v.end(); p++)
cout << *p << “ “;
```
```
std::vector
________ is a visual representation of information using a visually appealing layout
A) SmartArt B) Clip art C) WordArt D) A masthead
A regular session called a "basic session" in Hyper-V, redirects only screen, mouse, and keyboard I/O from the guest to the Virtual Machine Connection console.
Answer the following statement true (T) or false (F)