A(n) ____ is a visible solid or decorative ruled line that can be placed around the padding.

A. margin
B. boundary
C. border
D. edge


Answer: C

Computer Science & Information Technology

You might also like to view...

What is the error in the following code if its purpose is to add five numbers entered by the user?

int x, sum; for ( int c = 0; c < 5; c++) { cout << “Next number\n”; cin >> x; sum = sum + x; }

Computer Science & Information Technology

If a binary search tree contains 10 elements, then what is its depth?

a. up to 9 b. 9 c. 3 d. 1

Computer Science & Information Technology

Describe the Security Device Manager (SDM).

What will be an ideal response?

Computer Science & Information Technology

The ____________________ procedure of the StreamReader object returns the next character in the file without changing position.

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

Computer Science & Information Technology