Comments that are added to a document will display ________
A) in balloons that display above the text
B) in the header
C) at the bottom of the page
D) in the right margin
D
You might also like to view...
What is the value of the variable amountDue? double price = 2.50; double quantity = 5; double amountDue = 0; amountDue = price * quantity;
a. 12 b. 12.25 c. 12.5 d. 13
Which of the following is NOT a standard paper size in the United States?
A) 11" x 17" B) 8.5" x 11" C) 8.3" x 11.7" D) 8.5" x 14"
What extension does the Director file format have?
a. .DIR AND .DCR b. .FLI AND .FLC c. .AVI d. .QT, .MOV e. .mpeg or .mpg
If a programmer calls the next function on an iterator object and there is no current item in the sequence, the next function returns the Null item.
Answer the following statement true (T) or false (F)