Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
|
1.
|
When a browser collects data, the data is sent to a(n) ____ server specified in
the HTML form.
|
|
|
2.
|
A gateway can ____.
a. | return customized HTML based on the user's input | b. | log the input to a
file | c. | e-mail the input to someone | d. | all of the
above |
|
|
|
3.
|
The two HTTP methods are ____.
a. | GET and POST | c. | SELECT and TEXT | b. | SET and INPUT | d. | FORM and CGI |
|
|
|
4.
|
Between the ____ tags are the tags that create the body of the form and collect
the data.
a. | <body> and </body> | c. | <input> and
</input> | b. | <form> and </form> | d. | <select> and
</select> |
|
|
|
5.
|
The____ tag is the most widely used form tag.
a. | <post> | c. | <select> | b. | <textarea> | d. | <input> |
|
|
|
|
|
|
6.
|
As shown in the accompanying figure, Dreamweaver represents a form in Design
view by displaying a ____ outline around it.
a. | dotted red | c. | dotted blue | b. | solid red | d. | flashing blue |
|
|
|
7.
|
The ____ target opens the referenced link (or processed data) in a new browser
window, leaving the current window untouched.
a. | _blank | c. | _top | b. | _self | d. | all of the
above |
|
|
|
8.
|
In the Enctype field for a form, the default MIME type is ____.
a. | application/x-www-form-urlencode | c. | text/plain | b. | multipart/form-data | d. | _blank |
|
|
|
9.
|
The ____ MIME type is used with a form object that enables the user to upload a
file.
a. | application/x-www-form-urlencode | c. | text/plain | b. | multipart/form-data | d. | _blank |
|
|
|
10.
|
A(n) ____ is an acceptable special character in a form naming convention.
a. | caret | c. | underscore | b. | ampersand | d. | both b. and c. |
|
|
|
11.
|
Forms can contain various ____ that enable user interaction and are the
mechanisms that allow users to input data.
a. | keys | c. | objects | b. | indices | d. | icons |
|
|
|
12.
|
Each form object should have a unique name except ____ within the same
group.
a. | radio buttons | c. | text boxes | b. | check boxes | d. | Submit buttons |
|
|
|
13.
|
The ____ button in the Forms category on the Insert bar adds a container tag for
a logical group of form elements.
a. | Group | c. | Fieldset | b. | Label | d. | Radio Group |
|
|
|
14.
|
The Char Width field default for text boxes is ____ characters.
|
|
|
15.
|
____ are used to enable a visitor to select as many of the listed options as
desired.
a. | Radio buttons | c. | Menus | b. | Check boxes | d. | Multiple-line text
fields |
|
|
|
16.
|
In a jump menu, with a ____ button, the user makes a selection from the menu and
the new page loads when the button is clicked.
a. | Launch | c. | Go | b. | Select | d. | Start |
|
|
|
17.
|
Which of the following is true of both single-line text fields and text area
form objects?
a. | You can specify the initial value for the field. | b. | You can specify the
maximum number of lines the user can enter. | c. | You can specify the wrap
attributes. | d. | both b. and c. |
|
|
|
18.
|
The ____ button might calculate, for example, the total cost of a hotel room for
a week on a form that accepts hotel reservations.
a. | Submit | c. | Reset | b. | Command | d. | Action |
|
|
|
19.
|
The ____ accessibility attribute selects the form object in the browser using a
keyboard shortcut.
a. | tab index | c. | label | b. | access key | d. | position |
|
|
|
20.
|
Dreamweaver uses ____ to write the code when a behavior is initiated.
a. | JavaScript | c. | Perl | b. | VBScript | d. | C++ |
|
True/False Indicate whether the
statement is true or false.
|
|
|
21.
|
One limitation of the POST method is that the information being sent is visible
in the browser's Address bar.
|
|
|
22.
|
With the GET method, URLs are limited to 81 characters.
|
|
|
23.
|
The File Field button on the Forms Insert bar allows users to browse to a file
on their computers and upload the file as form data.
|
|
|
24.
|
Typically, a single-line text field provides for responses of up to three short
phrases.
|
|
|
25.
|
When using radio buttons, clicking a second button automatically deselects the
first choice.
|
|
|
26.
|
If you are adding multiple radio buttons to a form, each set of radio buttons
must have a unique name.
|
|
|
27.
|
When the Accessibility option for form objects is enabled, Dreamweaver displays
the Input Tag Accessibility Attributes dialog box.
|
|
|
28.
|
When you attach a behavior in Dreamweaver, you also must remember to write the
corresponding JavaScript code.
|
|
|
29.
|
To ensure that form objects work correctly, you view them through the browser
and test each of the form objects.
|
|
|
30.
|
Press the F12 key to preview a page in the browser.
|