When you want to display text on a form but not allow the user to change the text, you use a ____________.

a. String control
b. Label control
c. Text control
d. Font control

b. Label control

Computer Science & Information Technology

You might also like to view...

A dat macro is created while you are viewing a ________ in Datasheet view

A) table B) macro C) report D) query

Computer Science & Information Technology

Which statement below could be used to simulate the outputs of rolling a six-sided die? Suppose randomNumbers is a SecureRandom object.

a. 1 + randomNumbers.nextInt(6); b. 1 + randomNumbers.nextInt(2); c. 6 + randomNumbers.nextInt(1); d. 3 + randomNumbers.nextInt(3);

Computer Science & Information Technology