The default view in Word is ____.
A. Print Layout View
B. Headline View
C. Web Layout View
D. Outline View
Answer: A
You might also like to view...
Identify and correct the errors in each of the following. [Note: There may be more than one error in each piece of code.]
a. ``` if ( age >= 65 ); document.writeln( "Age greater than or equal to 65" ); else document.writeln( "Age is less than 65 )"; ``` b. ``` var x = 1, total; while ( x <= 10 ) { total += x; ++x; } ``` c. ``` While ( x <= 100 ) total += x; ++x; ``` d. ``` while ( y > 0 ) { document.writeln( y ); ++y; ```
Which item in the accompanying figure is a storage device?
A. 1 B. 2 C. 3 D. 4
____ calls can be made from any place that the user can get an Internet connection.
A. FTP B. VoIP C. Linux D. MP3
As shown in the accompanying figure, the ____ property of a DateTimePicker object determines the default date that appears in the object.
A. Value B. Date C. Selected D. Time