A(n) _________ is a cell reference that contains both an absolute reference and a relative reference.
A. phantom reference
B. dangling reference
C. symbolic reference
D. pointer reference

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


mixed reference

Rationale: A mixed reference is a cell reference that contains both an absolute reference and a relative reference. In a mixed reference, the reference to the part of the reference with the dollar sign in front of it is absolute, and the reference to the part of the reference without the dollar sign in front of it is relative. See 14-1: Using Relative, Absolute, and Mixed Cell References in Formulas

Computer Science & Information Technology

You might also like to view...

Why are only a few changes necessary to reuse the code in Listing 3-2? Howwould you implement the changes using the “find and replace” functionality of a text editoror IDE?

What will be an ideal response?

Computer Science & Information Technology

During the boot process, the bootstrap program in ROM instructs the core operating system programs to load into RAM.

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

Computer Science & Information Technology

A ________ is a visual display of tabulated frequencies

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can use ____ arguments to initialize field values, but you can also use arguments for any other purpose.

A. object B. constructor C. data D. field

Computer Science & Information Technology