If you are on the Slides/Outline pane, on the Outline tab, at the slide level and you press Enter, what happens?
A) a hard line break displays but a new bullet does not
B) a new slide displays
C) an indented bullet displays
D) a bullet at the same level displays
B
Computer Science & Information Technology
You might also like to view...
Tables have ________ view(s)
A) one B) three C) two D) four
Computer Science & Information Technology
What is true about the following statement?
cout << setw(4) << num4 << " "; a. It allows four spaces for the value in num4. b. It outputs "setw(4)" before the value in num4. c. It is incorrect because it should use setw(10). d. It is incorrect because it should use setw(num4).
Computer Science & Information Technology