A range:

A) refers to a group of adjacent or contiguous cells.
B) is another word for the active worksheet.
C) cannot be selected with the mouse.
D) is the numbers that fall between the smallest and largest in a formula or function.


A

Computer Science & Information Technology

You might also like to view...

You can use the Spelling button on the ____________________ tab to manually initiate a spelling check of the entire presentation.

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

Computer Science & Information Technology

____ uses analog frequencies to encode one or more bits, by measuring the height of the signal.

A. Amplitude shift keying (ASK) B. Frequency shift keying (FSK) C. Pulse amplitude modulation (PAM) D. Phase shift keying (PSK)

Computer Science & Information Technology

Estimate the time in milliseconds to insert a new row into the table of Exercise 9.17 when each of the following indices is used:

a. No index (?le sorted on the search key) b. A static hash index (with no over?ow pages) c. A clustered, unintegrated B+ tree index (with no node splitting required)

Computer Science & Information Technology

The code for the following is ____."If the value of numCorrect is equal to 3, set bonusPoints to 10 and display the message Congratulations! You win 10 bonus points."

A. If numCorrect == 3 Then    bonusPoints = 10    Display "Congratulations! You win 10 bonus points." End If B. If numCorrect <= 3 Then    bonusPoints == 10    Display "Congratulations! You win 10 bonus points." End If C. If numCorrect > 3 Then    bonusPoints == 10    Display "Congratulations! You win 10 bonus points." End If D. If numCorrect != 3 Then    bonusPoints == 10    Display "Congratulations! You win 10 bonus points." End If

Computer Science & Information Technology