Use ____ references when you want different formulas to refer to the same cell.

A. mixed
B. relative
C. absolute
D. fixed


Answer: C

Computer Science & Information Technology

You might also like to view...

One way to straighten out an unstructured flowchart segment is to use the "____" method.

A. detective B. spaghetti code C. pasta bowl D. spaghetti bowl

Computer Science & Information Technology

When you click the Enable Content warning, the database is now ________

A) unlocked B) trusted for this session C) trusted for any computer D) trusted on this computer

Computer Science & Information Technology

A byte contains how many bits.

A. 1 B. 4 C. 8 D. 16

Computer Science & Information Technology

Which of the following statements is false?

a) When a decimal variable is initialized to an int value, the int value must be cast to decimal. b) C# treats whole-number literals like 7 and 1000 as type int. c) Unlike double values, int values can be assigned to decimal variables. d) C# treats numeric literals like 0.05 as type double.

Computer Science & Information Technology