FIGURE OL 1-1To access the dialog box in Figure OL 1-1 above, you would start at the Ribbon, then on the ____ tab, in the New group, click the New Folder button.

A. Folder
B. View
C. Send/Receive
D. Home


Answer: A

Computer Science & Information Technology

You might also like to view...

Write an if statement to do the following. (Assume the variables have been declared. You do not need to declare the variables. Simply construct an if statement.) Hint: You will need to use comparison operators and a logical operator.

If both variables a and b are greater than 0, then increment the value of the variable c by 1.

Computer Science & Information Technology

Suppose we have the following definitions and assignments:

``` double *p, v; p = &v; // p gets the address of v What is the effect of this assignment? *p = 99.99 ```

Computer Science & Information Technology

The ________ function converts text strings to uppercase letters.

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

Computer Science & Information Technology

Classification categories must be mutually exclusive and which of the following?

A. repeatable B. documentable C. comprehensive D. selective

Computer Science & Information Technology