Match each term below with the statement that best defines it.

A. Used to run a macro
B. Provides consistent descriptive text as you navigate records
C. Displays choices for a field
D. Used to provide a list of possible data entries
E. Creates a three-dimensional aspect on a form
F. Used to provide a list of options for a field plus the ability for the user to enter a new value
G. Best choice to display a field such as Veteran that has only two options, Yes or No
H. Used to visually separate information on a form


A. Command button
B. Label
C. Option button
D. List box
E. Tab control
F. Combo box
G. Toggle button
H. Line

Computer Science & Information Technology

You might also like to view...

Which of the following statements creates a horizontal slider component with a minimum value of 0, a maximum value of 50, and an initial value of 25?

A) JSlider slider = new JSlider(0, 50, 25, JSlider.HORIZONTAL); B) JSlider slider = new JSlider(JSlider.HORIZONTAL, 0, 50, 25); C) JSlider slider = new JSlider(JSlider.HORIZONTAL, 25, 0, 50); D) JSlider slider = new JSlider(JSlider.HORIZONTAL, 50, 0, 25);

Computer Science & Information Technology

Which one of these is not a type of credential in Credential Manager?

a. Windows credentials b. Key-based credentials c. Certificate-based credentials d. Generic credentials

Computer Science & Information Technology

Four principal types of corruption are discussed. Name all four and explain at least two.

What will be an ideal response?

Computer Science & Information Technology

realloc is conventionally used to

a) allocate memory for a single object b) allocate memory for an array of objects c) change the size of an object previously allocated d) change the contents of an object previously allocated

Computer Science & Information Technology