A line that surrounds a paragraph, page, or a table is a:

A) border.
B) box.
C) object.
D) WordArt.


A

Computer Science & Information Technology

You might also like to view...

What can the phrase "Please Excuse My Dear Aunt Sally" help you remember?

A) How to do date calculations B) Naming convention for cell ranges C) Order of operations D) The various printing options available in Excel

Computer Science & Information Technology

A computer file's location is defined by a file ______, such as C:\Documents\To-Do-List.docx.

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

Computer Science & Information Technology

What is the value of alpha[2] after the following code executes?  int alpha[5];int j;for (j = 0; j < 5; j++)  alpha[j] = 2 * j + 1; 

A. 1 B. 4 C. 5 D. 6

Computer Science & Information Technology

C is a(n) ____ language.

A. interpreted B. machine C. object-oriented D. structured

Computer Science & Information Technology