Which Word view displays document text so it is easy to read on screen?
A. Read Mode
B. Draft
C. Print Layout
D. Web Layout
Answer: A
Computer Science & Information Technology
You might also like to view...
In RS-232-C, the signal ground is used
a. to remove noise from a cable shield b. as a reference voltage c. as a safety mechanism d. none of the above
Computer Science & Information Technology
What are four tasks you can perform to keep your files up to date?
What will be an ideal response?
Computer Science & Information Technology
Find the error(s) in each of the following, and explain how to correct it (them):
a) ``` string string1( 28 ); // construct string1 string string2( 'z' ); // construct string2 ``` b) ``` // assume std namespace is known const char *ptr = name.data(); // name is "joe bob" ptr[ 3 ] = '-'; cout << ptr << endl; ```
Computer Science & Information Technology
Why would you need to change the view of a document?
What will be an ideal response?
Computer Science & Information Technology