Name:     ID: 
 
    Email: 

HTML - Tutorial 2 - Exam

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

 1. 

To produce the middle dots surrounded by the nonbreaking spaces shown in the figure above, the special character code · is used.
 

 2. 

Id names are case-sensitive.
 

 3. 

Adding an id does not change a document's appearance in any way.
 

 4. 

Adding an id creates locations in your Web page that become destinations of links.
 

 5. 

You use the <L> tag to create a link within a document.
 

 6. 

The id name "EMP" is the same as "emp".
 

 7. 

You should be careful to make each id name unique within a document.
 

 8. 

If a browser finds duplicate id names in an XHTML document, it does not report an error.
 

 9. 

You should write a link to an id as:
<a href="#new"><h2>New Material</h2></a>
not as:
<h2><a href="#new">New Material</a></h2>
 

 10. 

You should not insert any block level elements within a link.
 
 
tutorial2_files/i0130000.jpg
 

 11. 

The structure shown in the figure above is a hierarchical structure.
 

 12. 

In the structure shown in the figure above, you can jump only from one page to the next or previous page.
 
 
tutorial2_files/i0160000.jpg
 

 13. 

The structure shown in the figure above is an augmented linear structure.
 
 
tutorial2_files/i0180000.jpg
 

 14. 

The structure shown in the figure above is a linear structure.
 

 15. 

You can combine linear and hierarchical structures.
 

 16. 

The best time to organize a structure is when you first start creating pages, when those pages are small in number and more easily managed.
 

 17. 

Like creating hypertext links between elements on the same page, the process of linking to a document on your computer does not require you to set an anchor in a file to link to it or to create an id attribute.
 

 18. 

For some Web servers, the case (upper or lower) of the filenames in the href attribute of the <a> tag is important.
 

 19. 

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

 20. 

In some situations, such as when working with large Web sites, you might want to place different files in different folders to help you stay organized.
 

 21. 

HTML supports two kinds of paths: relational and interpreted.
 

 22. 

Given the absolute pathname /tutorial02/index.htm, the index.htm file is in the tutorial02 folder.
 

 23. 

By default, each Web page you open is displayed in the main browser window, replacing the one you were viewing last.
 

 24. 

To force a document to appear in a new window, you add the target attribute to the <a> tag.
 

 25. 

Spammers create their lists through scanning usenet postings, stealing Internet mailing lists, and using programs called e-mail harvesters that scan HTML code looking for e-mail addresses.
 

 26. 

Each URL follows the same general form.
 

 27. 

All Internet resources use the same communications protocols.
 

 28. 

URLs for FTP servers follow the same format as those for Web pages.
 

 29. 

The URL for a newsgroup is news:newsgroup.
 

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

 30. 

Spam is unsolicited junk e-mail sent to large numbers of people, promoting products, services, and in some cases, pornographic Web sites. _________________________

 

 31. 

A anchor title is descriptive text that appears whenever a user positions the mouse pointer over a link. _________________________

 

 32. 

To use an access key you hold down an origin key and then press the specified access key. _________________________

 

 33. 

The target attribute is not supported in strict HTML-compliant code. _________________________

 

 34. 

Two attributes, rel and rev, allow you to specify the relationship between a link and its destination. _________________________

 

 35. 

You link to an id using the id name preceded by a(n) &. _________________________

 

 36. 

Links containing the rel and rev attributes are called destination links because the tag contains information about the relationship between the link and its destination. _________________________

 

 37. 

The general rule is to always place anchors outside other block level elements. _________________________

 

 38. 

Before you set up links for navigating a group of Web pages, it is worthwhile to map out exactly how you want the pages to relate, using a technique known as storyboarding. _________________________

 

 39. 

When you create a link to a document on your computer, the filename serves as the target. _________________________

 

 40. 

HTML supports two kinds of paths: absolute paths and recalibrated paths. _________________________

 

 41. 

In an absolute path, each folder is separated by a slash. _________________________

 

 42. 

The semantic link relationship value begin references the first document in a collection of documents. _________________________

 

 43. 

To differentiate files located on different computers, HTML requires you to include the drive letter followed by a slash. _________________________

 

 44. 

Like absolute pathnames, a relative pathname does not begin with a slash. _________________________

 

 45. 

Once you know a document's URL, you can create a link to it by adding the URL to the <a> tag along with the link attribute in your text file. _________________________

 

 46. 

The exact separator that follows the communications protocol depends on the Internet resource. _________________________

 

 47. 

By convention, if the path and filename are left off the URL, the browser searches for a file named "index.htm" or "index.html" in the root folder of the Web server; this file is often the home page for the Web site. _________________________

 

 48. 

FTP is a collection of discussion forums that let users exchange messages with other users on a wide variety of topics. _________________________

 

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

 49. 

An element that has had a(n) ____ name assigned to it can be the destination of a link.
a.
icon
c.
id
b.
key
d.
tag
 

 50. 

The ____ tag creates an anchor.
a.
<link>
c.
<an>
b.
<i>
d.
<a>
 

 51. 

In a(n) ____ linear structure, you include a link in each page that jumps directly back to the first page, while keeping the links that allow you to move to the next and previous pages.
a.
augmented
c.
absolute
b.
relational
d.
navigational
 
 
tutorial2_files/i0590000.jpg
 

 52. 

The Figure above shows an example of a(n) ____ title applied to a link.
a.
access
c.
alternative
b.
popup
d.
base
 

 53. 

A(n) ____ structure starts with a general topic that includes links to more specific topics.
a.
linear
c.
hierarchical
b.
augmented linear
d.
absolute
 

 54. 

One way to activate a link is to assign a(n) ____ key to the link.
a.
access
c.
accelerator
b.
popup
d.
semantic
 

 55. 

When referencing a file located in a different folder than the link tag, you must include the ____ for the file.
a.
link
c.
anchor
b.
path
d.
map
 

 56. 

Which of the following is an HTML-supported kind of path?
a.
absolute
c.
interpreted
b.
relative
d.
Both A and B
 

 57. 

A(n) ____ path provides a precise location for a file.
a.
relative
c.
absolute
b.
interpreted
d.
indexed
 

 58. 

With HTML, absolute pathnames begin with a ____.
a.
slash
c.
comma
b.
period
d.
parenthesis
 

 59. 

Which of the following absolute pathnames is interpreted as “the chem.htm file is in the tutorial folder, which is a subfolder of the tutorial02 folder”?
a.
/tutorial02_tutorial_chem.htm
c.
/tutorial02/tutorial/chem.htm
b.
tutorial02/tutorial/chem.htm
d.
tutorial02\tutorial\chem.htm
 

 60. 

To use an access key you hold down the ____ (in Windows) and then press the specified access key.
a.
Ctrl
c.
Alt
b.
F4
d.
Esc
 

 61. 

A file named “chem.htm” in the tutorial02 folder on drive C of your computer has what absolute pathname?
a.
/C|/tutorial02/chem.htm
c.
/C/tutorial02/chem.htm
b.
/C|:tutorial02/chem.htm
d.
/C|tutorial02/chem.htm
 

 62. 

As with absolute pathnames, folder names are separated by ____ in relative pathnames.
a.
commas
c.
ampersands
b.
periods
d.
slashes
 

 63. 

Which of the following relative pathnames is interpreted as “the index.htm file is in the folder one level up in the folder tree from the current file”?
a.
./index.htm
c.
/index.htm
b.
../index.htm
d.
__/index.htm
 

 64. 

Which of the following relative pathnames is interpreted as “the chem.htm file is in the tutorial subfolder one level up in the folder tree from the current file”?
a.
__/tutorial/chem.htm
c.
../tutorial/chem.htm
b.
/tutorial/chem.htm
d.
./tutorial/chem.htm
 

 65. 

Which of the following relative pathnames is interpreted as “the rock.htm file is in the same folder as the current file”?
a.
/rock.htm
c.
../rock.htm
b.
./rock.htm
d.
rock.htm
 

 66. 

Which of the following relative pathnames is interpreted as “the parks.htm file is in the extra subfolder, which is one level down from the current folder”?
a.
extra/parks.htm
c.
./extra/parks.htm
b.
../extra/parks.htm
d.
/extra/parks.htm
 

 67. 

Once you know a document’s URL, you can create a link to it by adding the URL to the ____ tag along with the href attribute in your text file.
a.
<a>
c.
<link>
b.
<anchor>
d.
Any of the above
 

 68. 

A(n) ____ is a set of rules that governs how information is exchanged.
a.
prototype
c.
resource
b.
index
d.
protocol
 

 69. 

Web pages use the communication protocol ____.
a.
HTTP
c.
URL
b.
HTML
d.
FTP
 

 70. 

In the URL http://www.mwu.edu/course/info.html#majors, the server is ____.
a.
http://
c.
/course/info.html
b.
www.mwu.edu
d.
#majors
 

 71. 

If the path and filename are left off the URL, the browser searches for a file named ____ in the root folder of the Web server.
a.
index.htm
c.
index.http
b.
index.html
d.
Either A or B
 

 72. 

____ servers can store files that Internet users can download, or transfer, to their computers.
a.
FTP
c.
News
b.
Usenet
d.
Telnet
 

 73. 

If you want all of the links in your document to point to a new window, you can add the target attribute to the ____ tag in the document’s header.
a.
<title />
c.
<html />
b.
<base />
d.
<head />
 

Completion
Complete each sentence or statement.
 

 74. 

By clicking a(n) ____________________ with a mouse you can view another topic or document.
 

 

 75. 

The document that displays when a link is clicked is often called its ____________________.
 

 

 76. 

One way to reduce ____________________ is to replace all e-mail addresses in your page text with inline images of those addresses.
 

 

 77. 

HREF, as in href attribute, is short for ______________________________.
 

 

 78. 

The “____________________” target name for browser windows opens the link in the current browser window.
 

 

 79. 

In the example <a href=”#gra”>Grading</a>, the entire word “Grading” is defined as a(n) ____________________.
 

 

 80. 

_________________________ your Web pages before you create links can help determine which structure works best for the type of information you’re presenting.
 

 

 81. 

An absolute ____________________ provides a precise location for a file.
 

 

 82. 

When there are many folders and subfolders involved, ____________________ pathnames can be cumbersome and confusing.
 

 

 83. 

A URL, or ______________________________, specifies a precise location on the Web for a file.
 

 

 84. 

Once you know a document’s URL, you can create a link to it by adding the URL to the <a> tag along with the ____________________ attribute in your text file.
 

 

 85. 

The portion of a URL before the server name identifies the ____________________.
 

 

 86. 

A(n) ____________________ is a set of rules that governs how information is exchanged between two devices.
 

 

 87. 

HTTP is short for ______________________________.
 

 

 88. 

Following a communication protocol, there is typically a separator, such as a(n) ____________________ and two slashes.
 

 

 89. 

FTP, short for _________________________, is a communication protocol that file servers can use to transfer information.
 

 

 90. 

FTP ____________________ are one of the main resources for storing files on the Internet.
 

 

 91. 

Usenet is a collection of discussion forums called ____________________ that let users exchange messages with other users on a wide variety of topics.
 

 

 92. 

FTP ____________________ can encrypt or hide password information during transmission from your computer to an FTP server.
 

 

Matching
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
destination
e.
hierarchical
b.
anchor element
f.
absolute
c.
site index
g.
relative
d.
linear
h.
URL
 

 93. 

The document viewed when you click on a hypertext link
 

 94. 

Type of path used by most Web designers
 

 95. 

Structure in which each page is presented in an ordered chain
 

 96. 

Marks a specific location within a document
 

 97. 

Specifies the precise location on the Web for a file
 

 98. 

Type of path that provides a precise location for a file
 

 99. 

Structure that starts with a general topic that includes links to more specific topics
 

 100. 

Contains an outline of the entire site and its contents
 



 
Submit          Reset Help