To create a formula that adds cells H1 and H4, you would enter: ____.

A. H1+H4
B. H1-H2
C. =H1+H4
D. =H1:H4


Answer: C

Computer Science & Information Technology

You might also like to view...

In order to delete a control from a form, you should select the control and then __________.

a. click the Remove Item icon on the menu bar b. click the Cut icon in the Properties window c. press the Delete key on the keyboard d. click Delete from the View menu

Computer Science & Information Technology

____________ is where a computer stores a program while the program is running, as well as the data used by the program.

a. Main memory b. Software c. The CPU d. Secondary storage

Computer Science & Information Technology

Would this compile? If not, what change do you need to make so that it will compile?

``` public int test2 ( int x ) { System.out.println ( " In Test2 " ) ; } ```

Computer Science & Information Technology

Should a process be penalized for generating excessive page faults?

What will be an ideal response?

Computer Science & Information Technology