CASE STUDY E-1Bertram has put together what might be the best company newsletter master page in the history of company newsletters. It's perfect, from the logo in the upper-right corner to the centered page number at the bottom. But while his master page might be perfect, he still needs to make the occasional change because a photo doesn't fit in a frame or a text item is too short. When Bertram has to change his master page, he is forced to ____ some of the items on the page.

A. open
B. unlock
C. override
D. repurpose

Answer: C

Computer Science & Information Technology

You might also like to view...

A(n) ____ query performs calculations on the values in a field and displays the results in a datasheet.

A. crosstab B. action C. select D. calculation

Computer Science & Information Technology

Write a complete program that prompts the user for the radius of a sphere, and calculates and prints the volume of that sphere.

Use an inline function sphereVolume that returns the result of the following expression: ``` (4.0 / 3.0 * 3.14159 * pow(radius, 3)). ```

Computer Science & Information Technology