When more than one arithmetic operator is involved in a formula, Excel follows the same basic order of _____ that you use in algebra.

A. placement
B. operations
C. positioning
D. selections


Answer: B

Computer Science & Information Technology

You might also like to view...

New records are always added at the _____ of the table.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In which of the following are font sizes expressed?

A. Millimeters B. Inches C. Picas D. Points

Computer Science & Information Technology

____________ class represents a simple last-in-first-out (LIFO) collection of objects.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Suppose that you work for a beverage company. The company wants to know the optimal cost for a cylindrical container that holds a specified volume. Write a fragment of code that uses an ask-before-iterating loop. During each iteration of the loop, your code will ask the user to enter the volume and the radius of the cylinder. Compute and display the height and cost of the container. Use the following formulas, where V is the volume, r is the radius, h is the height, and C is the cost.

Computer Science & Information Technology