To ____ objects is to place equal space between three or more objects, using the same boundaries available for aligning.

A. group
B. distribute
C. space
D. align


Answer: B

Computer Science & Information Technology

You might also like to view...

Subscript numbering in C++

a. can be set at runtime b. can begin with a value defined by the pro-grammer c. varies from program to program d. begins with zero e. None of these

Computer Science & Information Technology

Explain the difference between Priority 1, Priority 2 and Priority 3 checkpoints in the Web Accessibility Initiative.

What will be an ideal response?

Computer Science & Information Technology

Assume StringBuilder strBuf is "ABCDEFG", after invoking _________, strBuf contains "ABCRRRRDEFG".

a. strBuf.insert(1, "RRRR") b. strBuf.insert(2, "RRRR") c. strBuf.insert(3, "RRRR") d. strBuf.insert(4, "RRRR")

Computer Science & Information Technology

When a value of one data type is automatically changed to another data type, a(n) ____________________ type coercion is said to have occurred.

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

Computer Science & Information Technology