Which pointer option lets you change the color of annotations?

A. Pen
B. Highlighter
C. Ink Color
D. Arrow


Answer: C

Computer Science & Information Technology

You might also like to view...

ADTs illustrate the principle of ____.

A. information hiding B. privacy C. encapsulation D. overloading

Computer Science & Information Technology

Given the function prototype:float test(int, int, int);which of the following statements is legal?

A. cout << test(7, test(14, 23)); B. cout << test(test(7, 14), 23); C. cout << test(14, 23); D. cout << test(7, 14, 23);

Computer Science & Information Technology

To ensure that variables declared in a base class may be accessed by its subclasses but not by other classes, the variables should be declared with ____ access.

A. Private B. Protected C. Public D. Restricted

Computer Science & Information Technology

Text fields cannot be motion-tweened.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology