In print, ____ are often used to divide a page into columns, margins, lines of types, and spaces between type and images.

A. grids
B. curios
C. cells
D. structures


Answer: A

Computer Science & Information Technology

You might also like to view...

In the function header line and body:

``` void CalcArea(double rad) { double rad, area; area = PI * pow(rad, 2); cout >> "The area is==>" << area << endl; }``` Assume the variable PI is declared globally. Given what is shown here, what would be the compiler error? A. There is no error. B. rad is declared twice. C. The cout statement is incorrect. D. The pow function is misspelled.

Computer Science & Information Technology

The ________ displays the name of the active webpage

A) address bar B) menu button C) search bar D) page tab

Computer Science & Information Technology

The purpose of the Dock is to give you quick, easy access to the most frequently used items on your computer.

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

Computer Science & Information Technology

One of the reasons Excel is such a valuable tool is that you can assign a(n) _________________________ to a cell, and Excel will calculate the result.

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

Computer Science & Information Technology