Which control displays a list of possible data entries from which the user can choose?
A. Label
B. Text box
C. List box
D. Tab control
Answer: C
You might also like to view...
Answer the following statements true (T) or false (F)
1. Two different objects of the same class have a different set of member functions. 2. You may not have more than one input and one output stream open at any one time. 3. The formatting options that were discussed for cout do not work for output file streams. 4. You must use a width statement before each variable that you want output in a certain width 5. If you use the width command, it stays in effect for all values that are send to the stream
A(n) ________ is a code that is used to gain access to a file
Fill in the blank(s) with correct word
What kind of GUI object is rectangular and provides an interface for collecting, displaying, and delivering information?
A. Labels B. TextBoxes C. Buttons D. Forms
When using priority scheduling, priorities are assigned to jobs by the owner of the job (the user).
Answer the following statement true (T) or false (F)