The ____key allows the Excel user to cycle through all possible combinations of relative, mixed, and absolute cell references for a formula.

A. [F1]
B. [F4]
C. [F10]
D. [F12]


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1. True/False: A sequential structure consists of a series of consecutive statements, executed in the order in which they appear. 2. True/False: Comments are helpful to programmers but must be used with care since an incorrectly worded comment can cause a program crash. 3. True/False Structured programming is a method used to design and code programs in a systematic, organized manner.

Computer Science & Information Technology

What is the incorrect action and why does it occur?

Specification: Check to see if the user’s input is a 0 or a 1. If it is a 0 or a 1, write out Hello World.``` #include using namespace std; int main() { int user_input; cout << “\nEnter an integer.”; cin >> user_input; if(user_input == 0 || 1)cout << “\nHello World”; return 0; } ```

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1-2As you prepare your first lecture as the new instructor of the introductory Flash class at the local community college, you take a minute to reintroduce yourself to the basics, which you know will be all-new to your students this evening. What is the best definition of the Property inspector you can provide to students?

A. It provides easy access to the most common attributes of the currently selected tool or object. B. It is used to place objects that are not part of the viewable Stage. C. It is the best way to create new objects in Flash. D. It is used to control the layers and frames that make up an animation.

Computer Science & Information Technology

A technician is replacing a Windows 2000 Professional computer with a Windows 7 computer for someone with login account USER1. Which of the following directories should be copied or moved from the old computer and where should they be placed on the new computer?

A. \Documents and Settings\USER1 to \Documents and Settings\USER1 B. \Documents and Settings\USER1 to \Users\USER1 C. \Users\USER1 to\Users\USER1 D. \Users\USER1 to \Documents and Settings\USER1

Computer Science & Information Technology