Name: 
 

Tutorial 6 Practice



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

 1. 

You can manually add a search component to any page in your Web site.
 

 2. 

An option button is an example of a form field.
 

 3. 

The only way to create a form is to use a wizard.
 

 4. 

Within a group of option buttons, you can select only one button at a time.
 

 5. 

You should use option buttons when you want to give the user one or more choices.
 

 6. 

A form can be validated so that if the form field is empty it is considered an invalid response.
 

 7. 

A form could be set to only accept an integer greater than one and less than three.
 

 8. 

If you would like FrontPage to send you a confirmation page after it processes one of your forms, you will need to manually create a confirmation page for it to use.
 

 9. 

In a comma-delimited text file, the name of each form field appears in the second line of the file.
 

 10. 

A hit counter can be set to begin at a number higher than zero.
 

 11. 

A comment includes text you can see in a Web browser, but not in Design view.
 

 12. 

After adding a form field, you cannot change its properties.
 

 13. 

When you design a drop-down menu, you should arrange the items in the list in descending order alphabetically, numerically, or chronologically.
 

 14. 

You can set the properties for a check box so that it is selected or not selected when the form opens in the browser.
 

 15. 

Unlike other Web pages, you should test a page that contains a form on both the client and on the server.
 

 16. 

You can install IIS with either Windows XP Professional or Windows XP Home Edition.
 

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

 17. 

Which kind of Web page template accepts keywords entered by a user and then returns a list of hyperlinks to pages with matching entries?
a.
Confirmation Form
b.
Feedback Form
c.
Frequently Asked Questions
d.
Search Page
 

 18. 

A(n) ____ for a button is the text that appears on the button to identify its function.
a.
mask
b.
index
c.
label
d.
definition
 

 19. 

If you want a default value to appear in the text box when the form is opened in the browser, you can set it by entering a value in the ____ text box.
a.
Default value
b.
Preset
c.
Initial value
d.
Starting value
 

 20. 

What is a form?
a.
a program that collects and processes data in a predetermined manner
b.
a collection of fields in a Web page that gathers information
c.
a template that can be applied to a given Web page to control the shape of its content
d.
a name for the shape of the navigation structure when it is finalized
 

 21. 

What wizard can you use to make creating a form easier?
a.
Input Wizard
b.
Feedback Wizard
c.
Form Page Wizard
d.
Form Component Wizard
 

 22. 

When you add a form component to a Web page, how will the component appear on the page in Page view?
a.
as a series of fields in a preconfigured arrangement
b.
as a Form icon
c.
as two horizontal lines separated by the words "form component"
d.
as a box with a dashed outline
 

 23. 

When you add a form component to a page, FrontPage creates the component and inserts the Submit and _____ buttons in it automatically.
a.
Undo
b.
Delete
c.
Reset
d.
Options
 

 24. 

Another name for option buttons is ____.
a.
form bars
b.
field buttons
c.
radio buttons
d.
dot options
 

 25. 

By default, which option button on a form is selected when the form first opens in the browser?
a.
the first button on the form requesting personal information
b.
the first button you added to the form
c.
the radio button
d.
No button will be selected automatically
 
 
tutorial_6_practice_files/i0280000.jpg
Figure 6-12
 

 26. 

In Figure 6-12, which field would you change if you wanted to change the option button's name?
a.
1
b.
2
c.
3
d.
4
 

 27. 

Which field in Figure 6-12 would you change to ensure that this option button would not be the default choice out of the group of options buttons?
a.
1
b.
2
c.
3
d.
4
 

 28. 

Which of the following is true about drop-down boxes?
a.
Only one selection is permitted.
b.
At most, three selections can be made.
c.
They should contain a minimum of three choices.
d.
They should contain a minimum of two choices.
 

 29. 

In the Drop Down Box Properties dialog box, when should you check the Specify Value check box?
a.
when selecting the choice will require the user to enter additional information
b.
when additional information needs to be displayed in the drop-down box along with the choice name
c.
when the choice name and the choice value are different
d.
None of the above
 

 30. 

If you do not want a certain choice to be the default when the user clicks the drop-down box, which option button should you select?
a.
Specify Value
b.
Selected
c.
Not Selected
d.
None of the above
 

 31. 

Text boxes are most appropriate for collecting ____.
a.
a description of a problem
b.
a phone number
c.
an open-ended comment
d.
All of the above
 

 32. 

The process of checking the information users enter into cells to verify that it is acceptable is called ____.
a.
verification
b.
validation
c.
proofing
d.
checking
 

 33. 

Unlike option buttons, selecting a check box ____.
a.
does not automatically deselect another check box
b.
is done by clicking the field label
c.
does automatically deselect another check box
d.
does not set off certain triggers later in the form
 

 34. 

What check box in the form field's Validation dialog box can you check if you want to ensure that users will enter data into the field?
a.
Data type
b.
Letters
c.
Whitespace
d.
Required
 

 35. 

You ____ a Web site by copying the Web site's folders and files to your computer's server or to a Web server that is connected to the Internet.
a.
post
b.
publish
c.
install
d.
plug-in
 

 36. 

If you use comma-delimited text files to store a form's results, and the form has only been submitted once, how many lines will the resulting file contain?
a.
1
b.
2
c.
3
d.
4
 

 37. 

What is the name of the Web component that counts the number of times a page in a Web site has been opened or refreshed using a Web browser?
a.
page turner
b.
page counter
c.
hit counter
d.
clicker
 

 38. 

Where can hit counters be placed in Web sites?
a.
only on the home page
b.
only on parent pages
c.
anywhere within the Web site
d.
only on pages with shared borders
 

 39. 

What action will cause the counter to register another hit?
a.
clicking the Top hyperlink at the bottom of the page
b.
refreshing the page
c.
leaving the page by clicking either the Previous or Next button
d.
None of the above
 

 40. 

When a form is submitted to the server, you must tell the server how to process it by specifying a form ____.
a.
validator
b.
handler
c.
index
d.
property
 

 41. 

A popular method of storing form results is as a(n) ____ file, with a line for each form field name and its value.
a.
text
b.
binary
c.
analog
d.
HTML
 

 42. 

Comma-____ text is data that has been entered by the user and separated by commas into each form field.
a.
delimited
b.
parsed
c.
divided
d.
linked
 

 43. 

Which of the following filename extensions is for comma-separated values?
a.
.xls
b.
.csv
c.
.mdb
d.
.doc
 

 44. 

____ is used to convert a document to PDF.
a.
Adobe Acrobat
b.
Adobe Acrobat Reader
c.
Microsoft Word
d.
Either A or B
 

 45. 

To read a PDF document, the user must install a program on his or her computer called ____, which is a free downloadable program.
a.
Adobe Acrobat
b.
Adobe Acrobat Reader
c.
Adobe Photoshop
d.
Either A or B
 

 46. 

____ is an Internet protocol for transferring files between computers connected to the Internet.
a.
DAV
b.
FTP
c.
IIS
d.
WWW
 

 47. 

The ____ option in the Publish all changed pages section of Remote Web Site view updates the local and remote Web sites so they are identical.
a.
Match
b.
Combine
c.
Synchronize
d.
Compare
 

 48. 

The ____ option in the Publish all changed pages section of Remote Web Site view publishes the remote Web site to the local disk.
a.
Synchronize
b.
Local to remote
c.
Send local
d.
Remote to local
 

 49. 

If there are conflicts between files on the local and remote systems during the publishing process, a ____ dialog box opens and asks you to choose to ignore the conflict, overwrite the file with the new version, or cancel publishing the Web site.
a.
Conflict
b.
Resolution
c.
Version Control
d.
Compare and Combine
 

 50. 

A(n) ____ hyperlink is a hyperlink to a location that is not in the current Web site.
a.
unverifiable
b.
resolved
c.
external
d.
calculated
 



 
Check Your Work     Reset Help