Name:     ID: 
 
Email: 

Exam for  12/5/08

True/False
Indicate whether the statement is true or false.
 
 
nar001-1.jpg
 

 1. 

The figure above shows an ordered list.
 

 2. 

If an image file is located in another folder or on another computer, you need to include the full location path and use the src attribute.
 

 3. 

The HTML code <hr style=“width: 50%” /> instructs the browser to place the line so that its length covers half of the width of the page.
 

 4. 

One of the most common network structures is the client-server network, which is made up of several clients accessing information provided by one or more servers.
 

 5. 

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

 6. 

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

 7. 

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

 8. 

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

 9. 

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

 10. 

In most cases, a browser’s default color scheme involves gray text on a black background.
 

 11. 

Because an animated GIF is typically larger than a static GIF image, the use of animated GIFs can greatly increase the size of your Web page.
 

 12. 

The span element is an inline element and cannot be placed within a block-level element.
 

 13. 

Users do not need to have the Flash player installed on their computers in order to view a Flash animation.
 

 14. 

The shape attribute has three possible values: “rect,” “circle,” and “square.”
 

 15. 

The coordinates (123, 45) refer to a point 123 pixels from the right edge and 45 pixels down from the top.
 

 16. 

You have to place an ampersand before the image map name with the usemap attribute in the <img> tag.
 

 17. 

Older browsers support background images for any page element.
 

 18. 

If you need to create a map element using XHTML-compliant code, you should include both the name and id attributes within the map element, setting them to the same value.
 

 19. 

Graphical tables use only standard word processing characters.
 

 20. 

Alignment values of “left” or “right” place a table caption below the table to the left or right.
 
 
nar002-1.jpg
 

 21. 

The table marked 7 in the figure above has a frame value of “vsides”.
 
 
nar003-1.jpg
 

 22. 

The table marked 4 in the figure above has a rules value of “void”.
 

 23. 

Table styles cascade down through the table structure, from the table element, through the row groups and table rows, and down to the individual cells.
 

 24. 

Increasing the sample resolution creates a digital sound file that represents the analog sound more accurately and results in a smaller file size.
 

 25. 

Some sound clips have copyright restrictions.
 

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

 26. 

The founders of the Web developed a system of ____ documents.
a.
hypertext
c.
parsed
b.
active
d.
dynamic
 

 27. 

The foundation for ____ was laid in 1989 by researchers seeking an information system that would make it easy for their colleagues to locate and share data.
a.
Usenet
c.
the Internet
b.
the Web
d.
a WAN
 

 28. 

HTML supports ____ levels of headings.
a.
eleven
c.
four
b.
six
d.
three
 

 29. 

The tags <small>, <b>, and <sup> are all ____ character tags.
a.
intrinsic
c.
parsed
b.
logical
d.
physical
 

 30. 

Code numbers for special characters are preceded by a ____.
a.
&
c.
#
b.
*
d.
^
 

 31. 

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

 32. 

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
 

 33. 

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
 

 34. 

To reference a file in a folder directly above the current folder in the folder hierarchy, relative pathnames use two ____.
a.
periods
c.
ampersands
b.
commas
d.
slashes
 

 35. 

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
 

 36. 

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

 37. 

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
 

 38. 

In the URL http://www.mwu.edu/course/info.html#majors, the path and filename of the document are ____.
a.
http://
c.
/course/info.html
b.
www.mwu.edu
d.
#majors
 

 39. 

When you work with desktop publishing applications, you typically make color choices without much difficulty due to the ____ graphical user interface those programs employ.
a.
WYSIWYG
c.
text-based
b.
hexadecimal
d.
All of the above
 

 40. 

There are ____ basic color names supported by HTML and XHTML.
a.
6
c.
216
b.
16
d.
255
 

 41. 

In the RGB system, the absence of color is assigned the number ____.
a.
0
c.
216
b.
16
d.
255
 

 42. 

____ units define a font size using one of five standard units of measurement.
a.
Relative
c.
Standard
b.
Absolute
d.
Uppercase
 

 43. 

The amount of space between words and phrases is called ____.
a.
kerning
c.
pacing
b.
tracking
d.
dithering
 

 44. 

You can control the size of a JPEG by controlling the degree of image ____ applied to the file.
a.
resolution
c.
tiling
b.
compression
d.
portability
 

 45. 

To completely eliminate dithering, some Web designers recommend the use of the ____ palette.
a.
256 color
c.
open
b.
browser-free
d.
safety
 

 46. 

Which of the following is a type of image map?
a.
server-side
c.
target-side
b.
client-side
d.
Both A and B
 

 47. 

Each row of a table is indicated using a two-sided ____ tag.
a.
<tr>
c.
<th>
b.
<td>
d.
<tl>
 

 48. 

One drawback of a ____ layout is that it can result in long lines of text, which can be difficult to read.
a.
fixed-width
c.
fluid
b.
columnar
d.
jigsaw
 

 49. 

With the frame value ____, a border is drawn only above the table.
a.
top
c.
hsides
b.
above
d.
box
 

 50. 

To create a cell that spans two columns in a table, you enter the <td> tag as ____.
a.
<td rowspan>“2”>
c.
<td colspan>“2”>
b.
<td colspan=“2”>
d.
<td rowspan=“2”>
 



 
         Start Over