When you move the mouse pointer over the formula bar, the mouse pointer changes to a(n) ____.

A. one-sided arrow
B. double-sided arrow
C. white plus sign
D. I-beam


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following is correct when labeling cases in a switch structure?

a. case1: b. Case1: c. case 1: d. Case 1:

Computer Science & Information Technology

There are many methods for coding colors, but the simplest code uses ____________________ bytes of data for each pixel.

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

Computer Science & Information Technology

Given the ShoeType structure type definition. Write a function for the declaration (prototype).

``` struct ShoeType { char style; double price; }; void readShoeRecord(ShoeType& Item); // Prompts for data and fills ShoeType argument members ```

Computer Science & Information Technology

____ is a way to allow Photoshop to create new frames automatically between two existing frames.

A. Filtering B. Editing C. Tweening D. Auto-filling

Computer Science & Information Technology