Your browser does not support JavaScript. You will need to view non-JavaScript portions of this page.

CGS 1555: Spring 2005 On-Line Quizzes

Test Timer

In order to forward you YOUR test results please enter YOUR name & email address below:

Enter First Name followed by a space then your Last Name here:



Enter E-mail Address here:



Tutorial Two: HTML

HTML Tutorial 2 Quiz Masters:

Robert Haddad (Rha2180@yahoo.com ) [Text Input]

John Taylor (jtaylor@hccfl.edu) [Consultant]


Multiple Choice [One Answer Only]


Question 1

Hypertext links can point to __________.

a)  another section in the same document.
b)  a different Web page.
c)  a variety of other Web objects.
d)  All of the above

Question 2

The _________ tag creates an anchor.

a)  <AN>
b)  <A>
c)  <ANCHOR>
d)  <LINK>

Question 3

A(n) _________ is text that is specially marked so that you can link to it from other points in the document.

a)  masthead
b)  reference
c)  anchor
d)  bullet 3

Question 4

You use the ________ property to assign each anchor its own anchor name.

a)  TAG
b)  LINK
c)  NAME
d)  WHAT

Question 5

You can mark an inline image using this syntax: <A _______="PHOTO"><IMG SRC="Taylor.jpg"></A>.

a)  NAME
b)  LINK
c)  TAG
d)  ANCHOR

Question 6

To create a link to an anchor, you use the ___________ Property in the <A> tag.

a) NAME
b) TAG
c) ANCHOR
d) HREF

Question 7

You link to an anchor using the anchor name preceded by a(n)

a) ampersand.
b) caret.
c) vertical bar.
d) pound symbol.

Question 8

In the example, <A HREF="#EMP">Employment</A>,____________ becomes a hypertext link.

a) Employment
b) EMP
c) #EMP
d) HREF=#EMP

Question 9

Creating a link to another document document does not require you to set an anchor in a file to link to it -- the_______
serves as the anchor.

a)  tag
b)  pound sign
c)  path
d)  filename

Question 10

HTML supports _________ kinds of paths.

a)  one
b)  two
c)  three
d)  five

Question 11

Which of the following is a type of path supported by HTML?

a)  absolute
b)  relative
c) dereferenced
d)  Both A and B

Question 12

When referencing files in different folders in the link tag, you must include each file's location, called its

a) matrix
b) index
c) reference
d) path

Question 13

The _________ path shows exactly where the file is on the computer.

a) relative
b) dereferenced
c) absolute
d) All of the above

Question 14

You separate each folder name from the next with a(n) ___________.

a) ampersand
b) pound sign
c) caret
d) slash

Question 15

Most Web authors use __________ pathnames in their hypertext links.

a) absolute
b) relative
c) deference
d) discrete

Question 16

As with absolute pathnames, folder names are separated by________.

a) vertical bars.
b) slashes.
c) ampersands.
d) asterisks.

Question 17

To reference a file in a folder above the current folder in the folder hierarchy, relative pathnames use two __________.

a) slashes
b) periods
c) asterisks
d) bullets

Question 18

Relative pathnames make you hypertext links _________.

a) absolute
b) discrete
c) portable
d) uniform

Question 19

To create a hypertext link to a document on the Internet, you need to know its ___________.

a) pathname
b) filename
c) URL
d) tag

Question 20

The first part of a URL identifies the __________protocol.

a) index
b) communications
c) file
d) path

Question 21

The _________ is the set of rules governing how information is exchanged.

a) transfer index
b) hypertext protocol
c) communications protocol
d) server index

Question 22

All web page URLs begin with the letters _________.

a) url
b) web
c) ftp
d) http

Question 23

In the URL http://www.mwu.edu/course/info.html#majors, the communications protocol is _________.

a) http://
b) www.mwu.edu
c) course/info.html
d) #majors

Question 24

In the URL http://www.mwu.edu/course/info.html#majors, www.mwu.edu is the Internet _________ name for the
computer storing the document.

a) protocol
b) host
c) path
d) anchor

Question 25

In the URL http://www.mwu.edu/course/info.html#majors, /course/info.html is the pathname and __________of the
document on the computer.

a) protocol
b) host
c) filename
d) anchor

Question 26

In The URL http://www.mwu.edu/course/info.html#majors,#majors is a(n) _________ in the document.

a) protocol
b) host
c) filename
d) anchor

Question 27

If the path and file name are left off the URL, the browser searches for a file named _________ in the root folder of the Web server.

a) home.html or home.htm
b) relative.html or relative.htm
c) index.html or index.htm
d) Any of the above

Question 28

_________ is the communications protocol that file servers use to tranfer files stored by FTP servers to users' computer.

a) HTML
b) URL
c) FTP
d) HTTP

Question 29

The URL for an e-mail address is ___________.

a) mailto:e-mail_address
b) mailto/e-mail_address
c) /mailto/e-mail_address
d) mailto:e-mail_address.htm

Question 30

Many web authors include their _________ on their web pages so that users who access these pages can easily send feedback.

a) FTP servers
b) URLs
c) e-mail addresses
d) All of the above



True/False Questions


Question 31

You cannot designate an inline image as a hypertext link.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 32

The HREF property is case sensitive.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 33

If you use the same anchor name for different text in the same document, your links will not go where you expect.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 34

Unlike creating hypertext links between elements on the same page, linking to another document on your computer
does not require you to set an anchor in the other document.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 35

Browsers assume that if no folder information is given, the file is in the same folder as the current document.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 36

You should always place all the files for a Web site in the same folder, regardless of the number of topics covered by
the site.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 37

In an absolute path, the pathname, from left to right, leads down through the folder hierarchy to the folder that

b) The statement above is TRUE.
a) The statement above is FALSE.


Question 38

To create a link to a document on the Internet with the URL http://www.mwu.edu, you use this HTML code: <A HREF="http://www.mwu.edu">Visit the University</A>.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 39

All Internet resources use the same communication protocol.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 40

To create a link to the e-mail address davis@mwu.edu, you can enter the following into your web document: <A HREF="mail:davis@mwu.edu">davis@mwu.edu</A>.

a) The statement above is TRUE.
b) The statement above is FALSE.



Fill-in-the-Blank


Fill in the Blank with the word(s) that best fits the definition:

(hint: use vocabulary from the checkboxes below)

Question 41.

The special character code &#183; inserts a(n) into text to separate section headings.


Question 42.

The <A> tag creates a(n) .


Question 43.

In the code, <A NAME="EMP">Employment</A>, the anchor name is .


Question 44.

A(n) Path gives a file's location in relation to the current web document.


Question 45.

URL stands for .


Question 46.

To create a link to a document on the Internet with the URL http://www.mwu.edu/course.info.html, you use this HTML code: <A HREF=" ://www.mwu.edu/course/info.html">Course Information</A>.


Question 47.

HTTP is short for .


Question 48.

A path can be expressed in relative or terms.


Question 49.

FTP is short for .


Question 50.

When a user clicks an e-mail address that has been set up as a hypertext link, the starts a mail program
and automatically inserts the author's e-mail address into the outgoing message.





I have


Please add a comment below



The 'Muddy Water' Issues that I need help on are as follows:





I need class review on the following vocabulary words from this chapter:

bullet anchor EMP http Uniform Resource Locator

relative Hypertext Transfer Protocol absolute File Transfer Protocol Protocol

browser hypertext newsgroups hierarchy linear


Internet HREF tag storyboarding specific



When you have completed this quiz, press the ALL DONE-CHECK TEST button below to check the test! Then you may go back and change the incorrect answers before you submit the test. You may check the answers as many times as you need until you achieve a perfect grade. Sometimes the pop-up box does not appear when you click on the button after checking the test the first time. If this happens, minimize the test and the answer box will be behind the browser. close the box and maximize the test to continue checking the test and finally submitting it.



When you have finished checking the test, press the SUBMIT button to send answers to your instructor


Back to CGS 1555 Course Menu Page



Users whose browser does not support JavaScript, when you have completed this quiz click the submit button below to send answers to your instructor