You can use Microsoft Excel to develop materials for presentations, including slide shows, computer-based presentations, speaker's notes and audience handouts.

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

False

Computer Science & Information Technology

You might also like to view...

What is i after the following for loop?

int y = 0; for (int i = 0; i < 10; ++i) { y += i; } a. 9 b. 10 c. 11 d. undefined

Computer Science & Information Technology

In some situations, when cell references should not be modified when moved to a new location, a(n) _____ reference should be used.

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

Computer Science & Information Technology