If you change the value in a cell that is referenced in a formula, the formula will re-calculate automatically.

a. true
b. false


Answer: a. true

Computer Science & Information Technology

You might also like to view...

Describe the similarities and differences between these utilities:

a. scp and ftp b. ssh and telnet

Computer Science & Information Technology

Does the return statement in the following function cause syntax errors?

``` void f() { int max = 0; if (max != 0) cout << max; else return; } ``` A. No B. Yes

Computer Science & Information Technology

Moving an object by small precise increments is a(n) ________

A) offset B) nudge C) angle D) drag

Computer Science & Information Technology

A technician wants to see how many server connections are open on a client machine. Which of the following is the command to see these connections?

A. dig B. netstat C. nslookup D. arp

Computer Science & Information Technology