When working with cell references, any change you make to the ____ cell also changes the value in the destination cell.

A. source
B. primary
C. main
D. active


Answer: A

Computer Science & Information Technology

You might also like to view...

Map method ________ performs an operation on each key–value pair.

a. for b. forNext c. forEach d. forAll

Computer Science & Information Technology

Vectors use ____________________ characteristics to define an object.

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

Computer Science & Information Technology

Match each term with a statement below.

A. The feature of programs that assures you a module has been tested and proven to function correctly B. A statement that provides a data type and an identifier for a variable C. The act of repeating input back to a user either in a subsequent prompt or in output D. Can hold text, such as letters of the alphabet, and other special characters, such as punctuation marks E. A program component's name F. A message that is displayed on a monitor to ask the user for a response and perhaps explain how that response should be formatted G. Named memory locations whose contents can vary or differ over time H. A list of every variable name used in a program, along with its type, size, and description I. Can hold digits and have mathematical operations performed on it J. The feature of programming languages that prevents assigning values of an incorrect data type

Computer Science & Information Technology

You are developing a complex PL/SQL routine. Which of the following control structures in PL/SQL can be used for unconditional branching to a particular area of the code block?

A. goto B. if true then C. loop D. if-then-else

Computer Science & Information Technology