Name: 
 

Study Guide for Dreamweaver Unit I



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
 

True/False
Indicate whether the statement is true or false.
 

 41. 

Screen readers read from right to left.
 

 42. 

You assign button properties using the Button inspector.
 

 43. 

You should add a button to a form that will submit the form for processing, and a button to clear the form in case the user needs to erase the information and start over.
 

 44. 

Only the data a user enters using form objects will be processed; any additional form text and formatting will not be processed.
 

 45. 

As your Web sites grow, it is easy to forget to take the time to keep your files in good order.
 

 46. 

Deleting files that are no longer needed and keeping your other files updated are important to insure quality Web sites.
 

 47. 

If you need to edit a check box, click the check box to select it and edit the properties in the Property inspector.
 

 48. 

The default for tab orders is from left to right across the page.
 

 49. 

Both lists and menus make efficient use of space on a form.
 

 50. 

If creating a simple and obvious form field label is not possible, then include a short paragraph that describes the information that should be entered into the field.
 

Completion
Complete each statement.
 

 51. 

____________________ fields can accept both numbers and letters.
 

 

 52. 

Numbers and letters are known as ____________________ data.
 

 

 53. 

To ____________________ a file via a form means to send it to the form’s host Web server.
 

 

 54. 

____________________ display choices in a scrolling format.
 

 

 55. 

The term ____________________ means that the user can select only one choice at a time, as with radio buttons.
 

 

 56. 

Tab orders will only work if each tab is assigned a(n) ____________________ number.
 

 

 57. 

____________________ trigger events that take place after a user clicks a button.
 

 

Matching
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
check box
e.
hidden field
b.
text field
f.
Password field
c.
radio button
g.
menu
d.
file field
h.
list
 

 58. 

Stores information about the user.
 

 59. 

A small square on a form used to select an option.
 

 60. 

Displays choices in a pop-up format.
 

 61. 

Displays asterisks or bullets when the data is entered.
 

 62. 

Allows a user to browse to and upload a file.
 

Modified True/False
Indicate whether the statement is true or false. If false, change the identified word or phrase to make the statement true.
 

 63. 

The form action attribute is the part of the form tag that specifies how the data in the form will be processed.  _________________________

 

 64. 

To create a(n) hidden field, create a text field, select the field, then select the Password option in the Property inspector.  _________________________

 

 65. 

Lists differ from menus in that they allow multiple selections to be made.  _________________________

 

 66. 

To obtain form controls designed for creating specific types of forms, you can visit the Adobe Mall, a central storage location on the Adobe Web site for program add-ons.  _________________________

 

 67. 

You can create reports using the Reports command on the site menu.  _________________________

 
 
nar003-1.jpg
 

 68. 

The figure above is the Check Box dialog box.  _________________________

 

 69. 

Lists display choices in a pop-up menu. _________________________

 

 70. 

The reserved button names should only be used for buttons that are used to submit or reset a form. _________________________

 

 71. 

There are two reserved button names that have assigned meanings: Submit and Restore. _________________________

 

 72. 

Forms are a way to add interactivity to a Web page. _________________________

 



 
Check Your Work     Start Over