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
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
Explain the difference between Priority 1, Priority 2 and Priority 3 checkpoints in the Web Accessibility Initiative.
What will be an ideal response?
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")
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).