You should use a ComboBox when:

a) aesthetic reasons dictate it.
b) there are many choices.
c) they want to allow the user to select from pre-set options.
d) all of the above.
e) a) & c).

d) all of the above.

Computer Science & Information Technology

You might also like to view...

Which type of method performs a task and sends a value back to the code that called it?

a. value-returning b. void c. complex d. local

Computer Science & Information Technology

To recover from deadlock, a factor that is commonly considered when selecting a victim is the CPU time used by a job - jobs close to completion are usually left alone.

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

Computer Science & Information Technology