You can change the number of options displayed in a selection list by modifying the ____ attribute.

A. display
B. list
C. size
D. number

Answer: C

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. To ensure that the operands are of the same type, Visual Basic performs implicit conversion on selected operands. b. Cast operators are unary operators. c. Cast operations are performed implicitly when Option Strict is off. d. Cast operators are formed by placing parentheses around the name of a type.

Computer Science & Information Technology

To update records in SQL, you use the UPDATE command with a(n) ____ clause.

A. UPDATE B. SET C. CHANGE D. MODIFY

Computer Science & Information Technology