A ________ is an object that can be inserted on a worksheet to provide additional information

A) caption
B) text box
C) cell
D) range


Answer: B

Computer Science & Information Technology

You might also like to view...

Which is the correct choice?

A) Use structured English when not every condition is relevant to every action. B) Use decision tables when communication to end users is important. C) Use decision trees when the sequence of conditions and actions is critical. D) Use decision tables when there are many repetitious actions.

Computer Science & Information Technology

Evaluate the following conditional expressions in a step-by-step manner as shown in the examples when x = 1 and y = 2.

Note: In the solutions below, indicate the current logical expression being evaluated according to the rules of precedence. ``` x=1 ORx=2 ORx=3 ``` Evaluates as True

Computer Science & Information Technology

In a DO/S, the ____ is responsible for process synchronization mechanisms and communication support.

A. kernel B. central controller C. network manager D. the responsibility is shared among sites

Computer Science & Information Technology

A default constructor has how many parameters?

a. 0. b. 1. c. 2. d. Variable number.

Computer Science & Information Technology