You _____ a worksheet to emphasize certain entries and make the worksheet easier to read and understand.

A. save
B. print
C. format
D. clear


Answer: C

Computer Science & Information Technology

You might also like to view...

BigDecimal gives you control over how values are rounded. By default:

a. all calculations are approximate and no rounding occurs. b. all calculations are approximate and rounding occurs. c. all calculations are exact and no rounding occurs. d. all calculations are exact and rounding occurs.

Computer Science & Information Technology

The Open Flow API is an example of a ________ abstraction.

A) Distribution B) Specification C) Network D) Forwarding

Computer Science & Information Technology

In CentOS 7 using an extension on script files is optional. However, some Linux system administrators prefer to add a file extension to their scripts. What file extension is commonly used for this purpose?

A. .exe B. .rt C. .bt D. .sh

Computer Science & Information Technology

A(n) occurs when a loop executes for one more or one less iteration than is necessary.

a) infinite loop b) counter-controlled loop c) off-by-one error d) nested control statement

Computer Science & Information Technology