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

1. A drop-down list box is used to select a choice if there is little room on the page.
2. Sliders and spin buttons are used to change data that have a continuous range of values.
3. On a Web page, the data associated with the control is stored using an ID and a name pair that are transmitted to the server.
4. Drop-down lists are different from radio buttons or check boxes in that there are many options for a given drop-down list.


1. TRUE
2. TRUE
3. TRUE
4. TRUE

Computer Science & Information Technology

You might also like to view...

virtual destructors must be used when:

a. The constructor in the base class is virtual. b. delete is used on a base-class pointer to a derived-class object. c. delete is used on a derived-class object. d. A constructor in either the base class or derived class is virtual.

Computer Science & Information Technology

?In the accompanying figure of a slide from PowerPoint 2016, box A denotes the _____.

A. ?caption number B. ?header C. ?footer D. ?slide number

Computer Science & Information Technology

When evaluating information, be suspicious of all of the following except _______ .

A. unbiased information B. URLs with slight modifications C. an organization with no history, physical location, or staff D. exceptionally long URLs

Computer Science & Information Technology

While pointers can be passed to a function, they cannot be returned.

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

Computer Science & Information Technology