Where would you find the command to center the printout both horizontally and vertically on your paper?
A) On the Page Setup, Page tab B) On the Page Setup, Alignment tab
C) On the Page Setup, Sheet tab D) On the Page Setup, Margins tab
D
You might also like to view...
The value of z at loop exit could best be described as
Assume that all variables are of type int and that y and z are initialized to 0. ``` for (int i = 0; i < 100; ++i) { cin >> x; y += x; if ( x % 2 == 0 ) ++z; } ``` a. the percentage of x multiplied by 2 b. the number of positive integers entered c. the number of even integers entered d. the number of odd integers entered
You can use a while loop to execute a body of statements continuously as long as some condition continues to be false.
Answer the following statement true (T) or false (F)
When you position the pointer over a tab, a(n) ____ tells you the full name of the Web page on the tab.
A. bookmark B. hyperlink C. thumbnail D. Help Tag
Viruses need human action to spread.
Answer the following statement true (T) or false (F)