Critical Thinking QuestionsCase 7-2As a software trainer, you use your Web site to promote your training business and provide information to clients on course availability. Currently, clients can check the online course schedule but then must call your office to register for a course. This method of registering clients is cumbersome; it is time to give serious thought to adding a course registration form to your site.After doing a little research on adding a form to your site, you find you are a bit confused about the types of form controls you should use. You give Joe another call and ask for his help. Joe suggests that you ____.

a. use checkbox controls to gather text, radio button controls to provide multiple simultaneous options, and a text area control when a visitor must select a single option out of many optionsc. use text box controls for all form elements to save time and make it easier for visitors to input datab. use checkbox, radio button, and drop-down button controls to offer visitors multiple options, use text box controls to gather short bits of data (such as name and address), and use text area controls to solicit additional textual input, such as a special message, from visitorsd. use drop-down button controls to allow visitors to make a single selection from multiple options and use text area controls for all other form elements

What will be an ideal response?


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1. The string "Hello" could be stored in the variable str declared as follows char str[5]; 2. The assignment operator = can be used for string assignment only when initializing a string variable in its declaration. 3. If "cat" is the value of the string variable str, then str[3] is the null character. 4. If name is a string variable whose value is "Elizabeth", the function call strcpy(target, &name[5]); assigns the string "beth" to target. 5. The length of a string is determined by the size of the variable in which it is stored and does not depend on the value stored in the variable.

Computer Science & Information Technology

The height of characters, measured in points is called ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ____ is interactive; it can accept information from the user and also retrieve information for the user.

A. static Web page B. toolbar C. dynamic Web page D.

tag

Computer Science & Information Technology

A hierarchical database allows one-to-many relationships but not one-to-one relationships.

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

Computer Science & Information Technology