Pressing the Page Up and Page Down keys scrolls the document one screen at a time unless the document is displayed at _____ zoom.?
A. ?Page Wrap
B. ?Page Header
C. ?One Page
D. ?Page Point
Answer: C
You might also like to view...
Which of the following would be the best function prototype for a function that subtracts the corresponding elements of two arrays:
a) void subtractArray (int a[ ], int b[ ], int c[ ]) b) void subtractArray (const int a[ ],const int b[ ], int c[ ]) c) void subtractArray (const int a[ ],const int b[ ], int c[ ], const int) d) void subtractArray (const int a[ ], const int b[ ],const int c[ ], const int)
Selecting the ____________ button in the Properties window causes the items in the window to be displayed in logical groups.
a. Grouped b. Categorized c. Ordered d. Type
Pressing and holding ____ in Windows when no pixels are selected creates a marquee selection that starts in the center and grows outward.
A. [option] B. [Alt] C. [M] D. [Ctrl]
(Enhancing Class Time) Modify the Time class of Figs. 9.10–9.11 to include a tick member function that increments the time stored in a Time object by one second. The Time object should always remain in a consistent state. Write a program that tests the tick member function in a loop that prints the time in standard format during each iteration of the loop to illustrate that the tick member
function works correctly. Be sure to test the following cases: a) Incrementing into the next minute. b) Incrementing into the next hour. c) Incrementing into the next day (i.e., 11:59:59 PM to 12:00:00 AM).