In the formula =ROUND(D4:F4,0), what does the zero indicate?

A. The number of decimal places in the rounded number.
B. The number of times the formula should be repeated.
C. A null value.
D. The value for cell F4.


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is false?

a. If a string is converted to a C-style array using data, modifying the string could cause the pointer previously returned by data to become invalid. b. Converting a string containing one or more null characters to a C-style string can cause logic errors. c. c_str returns a character array of the same length as the string object it is called on. d. copy implicitly converts a string to a non-null terminated character array.

Computer Science & Information Technology

PowerPoint gives you the ability to format the text on the slide. Please define a slide master and explain how you would go about accessing and modifying the font attributes on a slide master.

What will be an ideal response?

Computer Science & Information Technology

If a photo has large areas of gradation, compression causes:

a. Posterization or banding b. Sharper, clearer images c. A halo effect d. Dithering

Computer Science & Information Technology

____ are the operations (actions) that the object is capable of performing.

A. Events B. Attributes C. Behaviors D. Methods

Computer Science & Information Technology