The New Document button is located on the ____.

A. Common toolbar
B. Quick Tab Selector
C. status bar
D. menu bar

Answer: A

Computer Science & Information Technology

You might also like to view...

Impress presentations can be saved so that Microsoft PowerPoint can open them

Indicate whether the statement is true or false

Computer Science & Information Technology

How many times the following code prints "Welcome to C++"?

``` int count = 0; while (count < 10) { cout << "Welcome to C++"; count++; } ``` A. 8 B. 11 C. 10 D. 9 E. 0

Computer Science & Information Technology