Melanie is writing an article for the school newspaper. Her editor assigned her a maximum length; however, Melanie has some strong opinions she would like to express.Suspecting she may need to make other formatting changes in her document, Melanie switches to ____ view to get a more accurate picture of how the changes will look on the page.
A. Print Layout
B. Draft
C. Page Layout
D. Full Screen
Answer: A
You might also like to view...
What will be the contents of the variable x after the following statement is executed? x = Math.Sqrt(((9 + 7) / (4 * 2)) + 2)
(A) 1 (B) 2 (C) 3 (D) 4 (E) None of the above
Briefly discuss the significance of each of the following systems mentioned in this chapter:
What will be an ideal response? a. MS-DOS b. CTSS c. Multics d. OS/360 e. TSS f. UNIX g. Macintosh
A scroll bar appears on the edge of a window any time there is more content than can appear in the window at its current size.
Answer the following statement true (T) or false (F)
When adding a node to a tree use:
a) treeView.Nodes[ parentIndex ].Nodes.Add(new TreeNode(ChildLabel)) b) treeView.Node[parentIndex].Add(new TreeNode(ChildLabel)) c) treeView.Node[parentIndex].Add(ChildLabel) d) treeView.Node[parentIndex].Nodes.Add(ChildLabel)