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...

The following code should output the even integers from 2 to 100:

``` counter = 2; do { Console.WriteLine(counter); counter += 2; } While (counter < 100); ```

Computer Science & Information Technology

How you choose to store data in a user-defined abstract data type is called its data ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When you need to create a report quickly, you can use the Label Wizard, which asks you about the report you want to create and lets you select options in dialog boxes to specify the report's record source, layout, and style.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following represents the attribute of an entity in a relational database model?

a. A column b. A row c. A Cardinality d. A tuple

Computer Science & Information Technology