The Select locked cells option enables you to click the locked cell and ________ the formulas

A) delete B) format C) view D) modify


C

Computer Science & Information Technology

You might also like to view...

Which of the following initializer lists correctly initializes the indexed variables of an array named myDoubles?

a. double myDoubles[double] = {0.0, 1.0, 1.5, 2.0, 2.5}; b. double myDoubles[5] = new double(0.0, 1.0, 1.5, 2.0, 2.5); c. double[] myDoubles = {0.0, 1.0, 1.5, 2.0, 2.5}; d. array myDoubles[double] = {0.0, 1.0, 1.5, 2.0, 2.5};

Computer Science & Information Technology

Buttons for tasks that you perform frequently can be added to the ________

A) Taskbar B) Quick Access Toolbar C) Ribbon D) Status bar

Computer Science & Information Technology

Images are cached using the Image() constructor of the Image object.

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

Computer Science & Information Technology

The binary number 11000000 represents what number below in decimal?

A. 160 B. 192 C. 224 D. 240

Computer Science & Information Technology