The pen shape used to create table borders is called the:
A) Markup pen.
B) Draw pointer.
C) Border pointer.
D) Outline tool.
B
You might also like to view...
Which of the following statements will convert a string s into i of int type?
a. i = Integer.parseInt(s); b. i = (new Integer(s)).intValue(); c. i = Integer.valueOf(s).intValue(); d. i = Integer.valueOf(s); e. i = (int)(Double.parseDouble(s));
Which statement is false?
a. The Collections API provides a set of public static methods for converting collections to unmodifiable versions. b. Unmodifable wrappers throw ModificationExceptions if attempts are made to modify the collection. c. You can use an unmodifiable wrapper to create a collection that offers read-only access to others while allowing read-write access to yourself. d. You can create the kind of collection mentioned in part (c) simply by giving others a reference to the unmodifiable wrapper while you also retain a reference to the wrapped collection itself.
The Comments feature is considered one of the collaborations tools in Word 2010
Indicate whether the statement is true or false
The letters in the acronym HSLA indicate:
a. hue, selection, lightness, alpha b. hue, saturation, luminosity, alpha c. hue, saturation, lightness, alpha d. hue, shade, luminosity, alpha