A ________ enables individuals to select from a list or to type a value

A) menu box
B) combo box
C) list box
D) label box


B

Computer Science & Information Technology

You might also like to view...

A JRadioButton is different from a JCheckBox in that .

a. a JRadioButton is a subclass of JToggleButton, JCheckBox is not. b. normally several JRadioButtons are grouped together and are mutually exclusive. c. a JRadioButton is a type of button, JCheckBox is not. d. a JRadioButton is a state button, JCheckBox is not.

Computer Science & Information Technology

Every Web site should include a navigation list, which is a list containing links to the main topic areas of the site.

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

Computer Science & Information Technology

Which of the following statements is true regarding MIME?

a) It is used by RealPlayer to determine audio frequencies. b) It is a Windows technology but is not specific to Internet Explorer. c) It is part of the DHTML package. d) It is a standard for specifying content format.

Computer Science & Information Technology

Sequential search is an ____ algorithm in the worst case.

A. ?(1) B. ?(n) C. ?(2n) D. ?(n2)

Computer Science & Information Technology