The default view in Word is ____.

A. Print Layout View
B. Headline View
C. Web Layout View
D. Outline View


Answer: A

Computer Science & Information Technology

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; ```

Computer Science & Information Technology

Which item in the accompanying figure is a storage device?

A. 1 B. 2 C. 3 D. 4

Computer Science & Information Technology

____ calls can be made from any place that the user can get an Internet connection.

A. FTP B. VoIP C. Linux D. MP3

Computer Science & Information Technology

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

Computer Science & Information Technology