You can select a contiguous range of cells by pressing and holding the ________ key when using it in combination with other navigation keys and/or the mouse

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


Answer: Shift

Computer Science & Information Technology

You might also like to view...

What does the following statement do?

double[] array1 = new double[10]; a. It declares array1 to be a reference to an array of double values. b. It will allow valid subscripts in the range of 0 through 9. c. It creates an instance of an array of ten double values. d. It does all of these.

Computer Science & Information Technology

_____________ virtual devices are a software implementation of typical PCI devices.

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

Computer Science & Information Technology

When a loan is repaid, the total principal matches the ________ for the final payment

A) total interest B) cumulative principal C) present value D) future value

Computer Science & Information Technology

The difference between CheckBox objects and RadioButton objects is that the RadioButton object allows the user to select more than one option. ________________________

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

Computer Science & Information Technology