Name: 
 

Dreamweaver Unit I Multiple Choice Study Guide



Multiple Choice
Identify the choice that best completes the statement or answers the question.
 

 1. 

Forms contain form ____, such as check boxes and option buttons.
a.
keys
c.
indices
b.
objects
d.
formats
 

 2. 

Forms are useful for ____.
a.
ordering merchandise
b.
responding to requests for customer feedback
c.
requesting information
d.
All of the above
 

 3. 

All of the following are form objects EXCEPT ____.
a.
radio buttons
c.
text fields
b.
file sliders
d.
buttons
 

 4. 

____ fields store information that can be used at a later time, such as the next time the user visits the Web site.
a.
Text
c.
Hidden
b.
File
d.
Key
 

 5. 

____ provide a fast method of entering information that may be tedious for the user to type.
a.
Buttons
c.
Radio buttons
b.
List/menus
d.
Form fields
 

 6. 

When a user clicks a ____, a task is performed, such as clearing the form.
a.
form field
c.
button
b.
radio button
d.
list
 
 
nar001-1.jpg
 

 7. 

In the figure above, the item labeled “Other (Please specify..)” is a ____ field.
a.
text box
c.
menu
b.
check box
d.
radio button
 

 8. 

In the figure above, the item labeled “Student Center” is a ____ field.
a.
text box
c.
menu
b.
check box
d.
radio button
 

 9. 

With the Accessibility preference for Form Objects option selected, Dreamweaver will prompt you to enter a label ____ each time you insert a new form.
a.
tag
c.
element
b.
icon
d.
header
 

 10. 

When you click the Form button in the Forms category on the Insert panel, a ____ outline appears on the page.
a.
blue bold
c.
red dotted
b.
green highlighted
d.
None of the above.
 

 11. 

Often you see a(n) ____ next to a required field with a corresponding note at either the top or the bottom of the form explaining that all fields marked as such are required.
a.
caret
c.
semicolon
b.
colon
d.
asterisk
 

 12. 

An example of ____ scripting would be a mortgage calculator that allows you to estimate mortgage payments.
a.
server-side
c.
client-side
b.
user-side
d.
action-side
 

 13. 

An example of ____ scripting is ordering books on a bookstore Web site.
a.
server-side
c.
user-side
b.
client-side
d.
action-side
 

 14. 

Client-side scripting is written with programs such as ____ or VBScript.
a.
CGI
c.
Perl
b.
JavaScript
d.
SQL
 

 15. 

Form field names should not include ____, in order to ensure that they can be read properly by the program that will process the form data.
a.
uppercase letters
c.
spaces
b.
punctuation
d.
All of the above
 

 16. 

A name or a telephone number would be a good candidate for a ____ field.
a.
password
c.
single-line text
b.
multi-line text
d.
Any of the above
 

 17. 

Multi-line text fields are also called ____ fields.
a.
Password
c.
Paragraph
b.
Textarea
d.
Description
 

 18. 

Password fields make use of ____ to conceal data.
a.
carets
c.
asterisks
b.
ampersands
d.
pound signs
 

 19. 

On a shoe order form, for example, ____ could represent the different shoe sizes, allowing a user to select only one size.
a.
check boxes
c.
password text boxes
b.
radio buttons
d.
single-line text boxes
 

 20. 

When you create a form, you must include form field ____, so that viewers know what information you want them to enter in each field of the form.
a.
icons
c.
bullets
b.
labels
d.
requirements
 

 21. 

____ only allow one selection.
a.
Check boxes
c.
Lists
b.
Menus
d.
Text boxes
 

 22. 

The Input Tag Accessibility Attributes dialog box allows you to set the tab order for form objects by entering values in the ____ box.
a.
Tab order
c.
Logic
b.
Tab index
d.
Page Pathway
 

 23. 

The reserved button name ____ means to clear the form fields to the original values.
a.
Clear
c.
Default
b.
Restore
d.
Reset
 
 
nar002-1.jpg
 

 24. 

In the figure above, the item labeled “Choose Topic” under “Questions?” is a ____ field.
a.
text box
c.
menu
b.
check box
d.
radio button
 

 25. 

In the figure above, the item labeled “GO” is a ____ field.
a.
text box
c.
radio button
b.
check box
d.
Submit button
 
 
nar003-1.jpg
 

 26. 

In the figure above, Item ____ refers to the Add Radio button.
a.
2
c.
4
b.
3
d.
7
 

 27. 

In the figure above, Item ____ allows the user to change the button order.
a.
2
c.
4
b.
3
d.
7
 

 28. 

In the figure above, Item ____ is a button label.
a.
1
c.
6
b.
5
d.
7
 

 29. 

In the above figure, Item ____ is a button value.
a.
1
c.
6
b.
5
d.
7
 

 30. 

In the figure above, which item refers to the name of the Radio Group?
a.
1
c.
6
b.
5
d.
7
 
 
nar004-1.jpg
 

 31. 

The figure above is the ____ dialog box.
a.
Input Tag Accessibility Actions
c.
Input Toggle Accessibility Attributes
b.
Inside Tag Accessibility Attributes
d.
Input Tag Accessibility Attributes
 
 
nar005-1.jpg
 

 32. 

In the above figure, Item 5 refers to the ____.
a.
Button action
c.
Button name
b.
Button value
d.
Reset button
 

 33. 

In the figure above, the Button button is shown by Item ____.
a.
1
c.
7
b.
2
d.
8
 

 34. 

In the figure above, which item points to the Button action?
a.
1
c.
3
b.
2
d.
6
 

 35. 

In the figure above, Item ____ refers to the Button value.
a.
1
c.
6
b.
2
d.
8
 
 
Case I -1
Carolyn works in the Marketing Department for the National Park Service (NPS). She asks the Web design team to design a form for the department’s Web site. The form will provide a way for interested tourists to request additional information about park activities, such as fishing and canoeing.
 

 36. 

The design team decides to put the most important information at the top of the form. Why?
a.
Viewers can read the information without having to scroll.
b.
Viewers will not read information at the bottom of the form.
c.
Viewers might not be able to scroll down.
d.
None of the above
 

 37. 

Carolyn requests that an activities form be designed and placed inside an overall park form. What does the design team tell Carolyn about creating a form inside a form?
a.
There is no problem with creating a form inside a form.
b.
A form cannot be placed inside another form.
c.
The NPS does not like the look of a form inside a form.
d.
None of the above
 

 38. 

Carolyn wants to be sure that the new form on the NPS’s Web site is accessible by everyone. The design team shows her how to change the Accessibility preference for Form Objects in Dreamweaver. With this option selected, Dreamweaver will automatically prompt you to enter a label tag when inserting a new form. What effect does this have?
a.
The label tags include sound files with instructions for the hearing impaired.
b.
The label tags cause text to appear larger.
c.
The label tags are read by screen readers.
d.
The label tags have no effect on accessibility.
 
 
Case I-2
For her computer applications class project, Susan must design a Web page that contains a form for entering information. Susan decides to create a form to collect data from the school’s graduates concerning employment details after graduation. Susan writes down the information she wants to collect and the order that she wants it to appear on the form. She also makes a sketch of the form to be sure that the form objects are placed in a logical order that will make sense to users.
 

 39. 

Susan has several fields of the same size on the form. What can she do to reduce the amount of time spent creating each field?
a.
She must create each field individually.
b.
She can create one field, then copy and paste it in new locations.
c.
She can create one field, then cut and paste it in new locations.
d.
All of the above
 

 40. 

Susan includes several fields that ask the user to select only one item. Initially, she uses radio buttons for the choices; however, the radio buttons take up too much space on the form. What would be the most appropriate choice for a form object in this case?
a.
Check boxes
c.
Hidden fields
b.
Text fields
d.
List/menus
 



 
Check Your Work     Start Over