If you were designing a form with a question that asked users if they had ever visited a certain city, would you expect more accurate input using a text input box or a check box? Why??

What will be an ideal response?


Check box.The information being requested is a Boolean value -- either yes or no. This lends itself to a check box, which can have only those two values. In a text input box, users might enter yes, no, y, n, never, or many other values that would be hard to plan for and difficult to tally automatically once collected.?

Computer Science & Information Technology

You might also like to view...

You can insert a hard page break and create a new section by inserting a(n) _____ section break.

A. New Page B. Next Page C. Continuous D. Old Page

Computer Science & Information Technology

In a Cisco router, if the interfaces are down, packets can still be received or delivered.

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

Computer Science & Information Technology

A(n) ________ network is one where each computer can communicate directly with the others, rather than having a separate device exercise central control over the entire network

Fill in the blank(s) with correct word

Computer Science & Information Technology

You change the ____________ attribute of the HTML input element to specify the text to be displayed on a "submit" button.

a) text b) name c) value d) button

Computer Science & Information Technology