Name:     ID: 
 
    Email: 

HTML and XHTML NO NOTES RE-TAKE

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

 1. 

Because networks are so useful, it is not surprising that their use led to a "network of networks" called the World Wide Web.
 

 2. 

A link can open a document on your computer or a document on a computer anywhere in the world.
 

 3. 

It is a good idea to view your Web pages using different browsers, and if possible, different operating systems.
 

 4. 

Tags in HTML are case sensitive.
 

 5. 

HTML lets you format individual characters.
 

 6. 

The <em> logical tag emphasizes characters more strongly than <strong>.
 

 7. 

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.
 

 8. 

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.
 

 9. 

HTML does not necessarily tell you how a browser will display a document.
 

 10. 

Id names are case-sensitive.
 

 11. 

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

 12. 

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

 13. 

You should not insert any block level elements within a link.
 
 
nonotes_files/i0150000.jpg
 

 14. 

The structure shown in the figure above is a hierarchical structure.
 
 
nonotes_files/i0170000.jpg
 

 15. 

The structure shown in the figure above is an augmented linear structure.
 

 16. 

You can combine linear and hierarchical structures.
 

 17. 

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.
 

 18. 

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.
 

 19. 

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

 20. 

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.
 

 21. 

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

 22. 

The URL for a newsgroup is news:newsgroup.
 

 23. 

The font sizes in HTML correspond to point sizes that you are familiar with if you have experience in desktop publishing.
 

 24. 

If you specify red text on a gray background for the Web page body, all elements within the page inherit that color combination unless you specify different styles for specific elements.
 

 25. 

The process by which you create a transparent color is independent of the graphics software you are using.
 

 26. 

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.
 

 27. 

The span element is just a marker; browsers do not format the content unless you also add a style to the element.
 

 28. 

Changing an image’s dimensions within the browser changes the file size.
 

 29. 

When a browser encounters an inline image, it calculates the image size and then uses this information to lay out the page.
 

 30. 

You can only have one <area> tag within each <map> tag.
 

 31. 

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

 32. 

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

 33. 

Two points define a rectangular hotspot: the upper-right corner and the lower-left corner.
 

 34. 

Older browsers support background images for any page element.
 

 35. 

By using the <thead> and <tfoot> tags, the browser can be made to repeat those sections across multiple pages, while changing the contents of the table’s main body.
 

 36. 

Decreasing the width of a table’s border to 1 pixel will remove the border between the cells.
 
 
nonotes_files/i0400000.jpg
 

 37. 

The table marked 4 in the figure above has a frame value of “box”.
 

 38. 

The table marked 5 in the figure above has a frame value of “lhs”.
 

 39. 

The table marked 7 in the figure above has a frame value of “vsides”.
 
 
nonotes_files/i0440000.jpg
 

 40. 

The table marked 1 in the figure above has a rules value of “full”.
 

 41. 

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.
 

 42. 

As a Web site grows in size and complexity, each page is typically dedicated to a particular topic or group of topics.
 

 43. 

Some users simply do not like using frames and prefer Web page designs where the entire browser window is devoted to a single page.
 

 44. 

The frame element is used to describe how frames are organized and displayed within the browser window.
 

 45. 

You must insert the <frameset> tag between the opening and closing <frame> tags.
 
 
nonotes_files/i0510000.jpg
 

 46. 

In the figure above, not all of the contents of the page fits into the logo frame, causing a vertical scroll bar to be displayed.
 

 47. 

If you do not specify the scrolling attribute for a frame, scroll bars display only when the content of the frame source cannot fit within the boundaries of the frame.
 

 48. 

If you specify only a frame’s margin height and not its width (or vice versa), the browser assumes you want to use the same value for both.
 

 49. 

By default, frame borders cannot be resized by users.
 
 
nonotes_files/i0560000.jpg
 

 50. 

According to the figure above, the target of all links will be the “home” frame.
 

 51. 

According to the figure above, the links.htm page will appear in the “pages” frame.
 

 52. 

Reserved target names are not case-sensitive.
 

 53. 

To move to the previous text box, press the Alt key while holding down the Shift key.
 

 54. 

Among the attributes included with the <form> tag are attributes that include information on how the data is to be transferred to the script.
 

 55. 

Using a password field creates a secure connection between the Web client and the Web server.
 

 56. 

There is no attribute to control the size of a group box.
 

 57. 

Check boxes are selected by default.
 

 58. 

Though not required, you can specify default text that will appear in the text box when the form is initially displayed.
 

 59. 

When you use the mailto action, depending on how your system is configured, your mail message may be automatically sent to the e-mail address specified by the creator of the form without allowing you to intervene.
 

 60. 

If you don’t specify the “text/plain” value for the enctype attribute of the “mailto” action, the mail message is not sent.
 

 61. 

Not all browsers support contextual selectors.
 

 62. 

Two or more pseudo-classes can never apply to the same element.
 

 63. 

By default, elements that are formatted later in an HTML or XHTML document are stacked on top of earlier elements.
 

 64. 

A style sheet in which the output device is not specified is applied to all devices, unless it is superceded by a style designed for a particular device.
 

 65. 

The disadvantage of creating printer-friendly versions of documents across different media is that it forces you to create and maintain duplicate copies of your pages.
 

 66. 

A computer screen is paged, visual, bitmap, and static.
 

 67. 

Setting the display style to “none” hides an element but does not remove it from the page flow.
 

 68. 

With the page-break-before style, the “avoid” value will cause a page break to never be placed at a given point in the document.
 

 69. 

One of the primary goals when using multimedia is to create media clips that are compact in size without sacrificing quality.
 

 70. 

A sound wave is a discontinuous function.
 

 71. 

The tradeoff in increasing the sampling rate is that it decreases the size of the sound file.
 

 72. 

MP3 is an open standard, allowing for greater innovation from developers creating MP3-related software.
 
 
nonotes_files/i0800000.jpg
 

 73. 

The items marked 2 in the figure above are the width and height of the clip controls.
 

 74. 

The current specifications for HTML and XHTML call for the use of the object element to be replaced by the embed and applet elements.
 

 75. 

Each MIME data type has a name associated with it.
 

 76. 

SGML is most useful for creating applications that apply to specific types of documents.
 

 77. 

Creating Web sites with HTML is a complicated process that requires a programming background.
 

 78. 

All of the extensions from Netscape and Internet Explorer were eventually adopted by the W3C.
 

 79. 

HTML cannot be applied inconsistently, because of strict DTDs required by the language.
 

 80. 

By making allowances for inconsistently applied HTML code, the source code for the browser must be larger and more complex to deal with all contingencies.
 

 81. 

It is highly unlikely that documents written in XHTML 2.0 will not be backward-compatible with earlier versions.
 

 82. 

Deprecated attributes are allowed under the strict DTD.
 

 83. 

All XML parsers assume UTF-8 or UTF-16 by default if no encoding is specified.
 

 84. 

The namespace id for XHTML is a URL.
 

 85. 

The content of an embedded style sheet is treated as CDATA.
 

 86. 

All browsers recognize and understand CDATA sections.
 

 87. 

When converting old HTML code to XHTML, add the XHTML local namespace to the html element of your document.
 

 88. 

When converting old HTML code to XHTML, make sure that all inline images contain the target attribute.
 

 89. 

In Java, programs run on the client side.
 

 90. 

In Java, programs cannot write content to the hard disk.
 

 91. 

Early on, a problem with Java was that nonprogrammers found it difficult to learn and use.
 

 92. 

Users need to work with a developer’s kit to compile a JavaScript program.
 

 93. 

Most JavaScript commands and names are not case-sensitive.
 

 94. 

You cannot use words that JavaScript has reserved for other purposes when you create a variable name.
 

 95. 

There is no limit to the number of function parameters that a function may contain.
 

 96. 

Where you place a function in the HTML file is unimportant.
 

 97. 

It is common practice for JavaScript programmers to create libraries of functions located in external files to be easily accessible to many Web pages.
 

 98. 

Each element in an array is identified by its index, which is an integer displayed between parentheses.
 

 99. 

A program loop is a set of instructions that is executed repeatedly.
 

 100. 

The For loop allows you to create a group of commands to be executed a set number of times through the use of a matrix that tracks the number of times the command block has been run.
 

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

 101. 

If computers are close together, the network linking them is called a ____.
a.
LAN
c.
NET
b.
WAN
d.
Web
 

 102. 

A ____ language is a language used to describe the content and structure of documents.
a.
markup
c.
validated
b.
parsed
d.
dictionary
 

 103. 

HTML version ____ included additional support for creating and formatting tables and expanded the options for interactive form elements.
a.
1.0
c.
3.0
b.
2.0
d.
4.01
 

 104. 

Closing tags are identified by the ____ that precedes the tag name.
a.
question mark
c.
slash
b.
exclamation point
d.
ampersand
 

 105. 

The ____ logical character tag indicates a citation.
a.
<quot>
c.
<cite>
b.
<para>
d.
<source>
 

 106. 

The technique of placing one element within another is called ____.
a.
linking
c.
loading
b.
nesting
d.
interlacing
 

 107. 

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
 

 108. 

To create a link to an anchor, you use the ____ attribute.
a.
name
c.
link
b.
href
d.
anchor
 

 109. 

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

 110. 

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

 111. 

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

 112. 

Any color can be thought of as a combination of three primary colors:
a.
blue, gray, and yellow.
c.
red, green, and blue.
b.
yellow, red, and blue.
d.
red, white, and blue.
 

 113. 

A ____ font is one that is actually installed on a user’s computer.
a.
generic
c.
monospace
b.
cursive
d.
specific
 

 114. 

Browsers recognize five ____ fonts.
a.
specific
c.
generic
b.
monospace
d.
designed
 

 115. 

If you use a hexadecimal value for a color, you preface the hexadecimal string with a(n) ____.
a.
pound symbol
c.
question mark
b.
ampersand
d.
exclamation point
 

 116. 

The ____ tag displays text using preformatted text.
a.
<font>
c.
<br>
b.
<pre>
d.
<fw>
 

 117. 

In the <caption> tag, an alignment value of ____ centers the caption above the table.
a.
above
c.
top
b.
over
d.
central
 

 118. 

The ____ attribute allows you to determine which sides of the table will have borders.
a.
rules
c.
frame
b.
box
d.
rhs
 

 119. 

One tip for the effective use of tables is to use cell ____ to keep the table content from appearing too crowded.
a.
padding
c.
kerning
b.
tracking
d.
spanning
 

 120. 

Spanning cells are created by inserting the ____ attributes in a <td> or <th> tag.
a.
rowspan and colspan
c.
cellspan and rowspan
b.
spanrow and spancol
d.
tdspan and trspan
 

 121. 

To create a cell that spans two rows and two columns at the same time, you enter the <td> tag as ____.
a.
<td rows=“2” cols=“2”>
c.
<td span=“2,2”>
b.
<td rowspan=“2+2”>
d.
<td rowspan=“2” colspan=“2”>
 

 122. 

The general syntax for creating an HTML file with frames includes ____.
a.
the organization of the frames
b.
the way the frames are displayed
c.
the documents displayed within the frames
d.
All of the above
 

 123. 

The ____ target is used when you are linking to pages that lie outside your Web site altogether.
a.
_new
c.
_self
b.
_top
d.
_outside
 

 124. 

In specifying the margins for a frame, ____ is the amount of space above and below the content of the page in the frame.
a.
marginheight
c.
margintop
b.
marginwidth
d.
marginbottom
 

 125. 

Which of the following frame names is the same as “INFORMATION”?
a.
“Information”
c.
“INformation”
b.
“information”
d.
None of the above
 

 126. 

The ____ element is useful when your page contains a lot of links that all point to the same target.
a.
same
c.
all
b.
base
d.
target
 

 127. 

You should check with your ISP or system administrator to find out what ____ are available and what rights and privileges you have in working with them.
a.
scripts
b.
access keys
c.
passwords
d.
XMLs
 

 128. 

Which input type displays a browse button to locate and select a file?
a.
type= “attach”
b.
type= “find”
c.
type= “file”
d.
type= “browse”
 

 129. 

When you link a label with an associated text element for scripting purposes, you must bind the label to the ____ attribute of the field.
a.
id
b.
name
c.
label
d.
what
 

 130. 

In a text area, if wrap is set to ____, text wraps automatically to the next row when it extends beyond the width of the text box.
a.
soft
b.
hard
c.
off
d.
either a or b
 

 131. 

The specifications for CSS are maintained by ____.
a.
DARPA
c.
NSF
b.
the W3C
d.
ARPA
 

 132. 

Which of the following values of the display style are supported by CSS?
a.
table-row
c.
inline-block
b.
table-cell
d.
table-row-group
 
 
nonotes_files/i1420000.jpg
 

 133. 

Which of the border style types in the figure above is the inset style?
a.
5
c.
7
b.
6
d.
8
 

 134. 

With the overflow property, the ____ value keeps an element at the specified dimensions but adds horizontal and vertical scrollbars to allow users to scroll through the overflow.
a.
visible
c.
scroll
b.
hidden
d.
auto
 
 
nonotes_files/i1450000.jpg
 

 135. 

The item marked 1 in the figure above is the wave’s ____.
a.
amplitude
b.
sample rate
c.
frequency
d.
resolution
 

 136. 

The ____ format is not widely supported on the Web.
a.
WAV
b.
MPEG
c.
RealAudio
d.
SND
 

 137. 

Web sites designed primarily for UNIX workstations often use the ____ sound format.
a.
RealAudio
b.
AU
c.
AIFF
d.
MIDI
 

 138. 

To write your own Java applet, you need a(n) ____.
a.
JDK
b.
applet window
c.
external file
d.
All of the above
 

 139. 

The executable filename for a Java program is called a(n) ____ file.
a.
.exe
b.
.class
c.
.java
d.
.js
 

 140. 

In the <applet> tag, the ____ attribute specifies the location of the .class file, if it is different from the Web page.
a.
location
b.
codebase
c.
whereclass
d.
wherefile
 

 141. 

Documents written in MathML and CML are ____ documents.
a.
XHTML
b.
HTML
c.
XSL
d.
XML
 

 142. 

____ is used for documents containing mathematical content, symbols, equations, and operations.
a.
XHTML
b.
CML
c.
MathML
d.
Equex
 

 143. 

The ____ symbol is used to indicate a special character.
a.
*
b.
$
c.
#
d.
&
 

 144. 

If you want to display a < symbol in your document, you have to use the special character symbol ____.
a.
&lt;
b.
&gt;
c.
&>;
d.
>>;
 

 145. 

When converting old HTML code to XHTML, make sure to replace the ____ attribute with the background-color style.
a.
background
b.
bgcolor
c.
back
d.
body
 

 146. 

For the type attribute, the default language value is ____.
a.
VBScript
b.
JavaScript
c.
JScript
d.
IEScript
 

 147. 

____ operators work on two elements in an expression.
a.
Binary
b.
Tertiary
c.
Unary
d.
Increment
 

 148. 

In JavaScript, the expression ____ creates the same result as the expression x = x + y;.
a.
y += x
b.
x = x++
c.
y = x ++ y
d.
x += y
 

 149. 

There are many types of conditional statements, one of which is the ____ statement.
a.
If
b.
Else
c.
Then
d.
For
 

 150. 

Given a For loop counter of “for (i = 0; i <= 360; i += 60)”, the counter values are ____.
a.
60, 120, 180, 240, 300, and 360
b.
0, 60, 120, 180, 240, 300, and 360
c.
0, 60, 120, 180, 240, and 300
d.
0, 120, 240, and 360
 

Completion
Complete each sentence or statement.
 

 151. 

The W3C stands for the ______________________________.
 

 

 152. 

A(n) ____________________ list is a list of terms, each followed by a definition line that is typically indented slightly to the right.
 

 

 153. 

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

 

 154. 

An absolute ____________________ provides a precise location for a file.
 

 

 155. 

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

 

 156. 

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

 

 157. 

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.
 

 

 158. 

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

 

 159. 

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

 

 160. 

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

 

 161. 

A color ____________________ is a numerical expression that precisely describes a color.
 

 

 162. 

Web designers can size ____________________ images in order to position objects in specific locations on the Web page.
 

 

 163. 

The ____________________ unit is equal to the width of the capital letter “M.”
 

 

 164. 

When a browser encounters a color not in its palette, it attempts to render the color using a process called ____________________.
 

 

 165. 

The ____________________ palette is a collection of 216 colors that display consistently on different browsers and operating systems.
 

 

 166. 

A(n) ____________________ table is displayed using graphical elements to distinguish the table components.
 

 

 167. 

With the ____________________ and rule attributes you can control how borders and gridlines are applied to the table.
 

 

 168. 

Row and column sizes can be specified in three ways: in _______________, as a percentage of the total size of the frameset, or by an asterisk.
 

 

 169. 

It is a good idea to specify at least one of the rows or columns of your _______________ with an asterisk to ensure that the frames fill up the screen regardless of a user’s monitor settings.
 

 

 170. 

To create frames using both rows and columns, one frameset must be ____________________ inside another.
 

 

 171. 

In terms of a frame’s attributes, you can control whether or not ____________________ bars display.
 

 

 172. 

In terms of a frame’s attributes, you can determine whether or not the user is allowed to change the ____________________ of the frame.
 

 

 173. 

With inline frames, the align, border, vspace, and hspace attributes are all ____________________ but the src, frameborder, and scrolling attributes are all acceptable.
 

 

 174. 

To use the same ____________________ for all links in a page, specify it in the base element.
 

 

 175. 

Information entered into a field is called the field ____________________.
 

 

 176. 

A(n) ____________________ button is created using the <input> tag as follows: <input type=“button” value=“text” />.
 

 

 177. 

A(n) ____________________ button resets the form to its original values.
 

 

 178. 

____________________ styles are applied to a specific element through the use of the style attribute in the element’s tag.
 

 

 179. 

____________________ positioning is used to move an element relative to its default position on the page.
 

 

 180. 

CSS2 defines printed pages by extending the box model to incorporate the entire page in a(n) ____________________.
 

 

 181. 

If you do not specify the orientation, browsers assume a(n) ____________________ orientation.
 

 

 182. 

When setting page size, you can replace the width, height, and orientation values with the keyword ____________________ to let the browser determine the page dimensions.
 

 

 183. 

CSS supports ____________________ styles that determine where page breaks should be placed in relation to the elements in a page.
 

 

 184. 

The term ____________________ describes the first few lines of an element’s text when they appear at the bottom of a page, with the bulk of the element’s text appearing on the next page.
 

 

 185. 

____________________ is a measure of the amount of data that can be sent through a communications circuit each second.
 

 

 186. 

The number of samples taken per second is called the sampling ____________________.
 

 

 187. 

A(n) ____________________ object is any media clip, program, or other object that can be run or viewed from within the Web page.
 

 

 188. 

In a video file, each ____________________ represents a single image.
 

 

 189. 

If your video clip contains a(n) ____________________ track, you can reduce the sampling rate, sample resolution, or the number of channels to further reduce the size of the video file.
 

 

 190. 

In the behavior attribute of the <marquee> tag, the ____________________ behavior stops the text once it reaches the end of the container.
 

 

 191. 

DTD stands for ____________________.
 

 

 192. 

JavaScript is a(n) ____________________ language, in which the program code is converted into an executable application each time it is run.
 

 

 193. 

For Java, compiling is a process by which a program is converted from a text file of code into an executable file called a(n) ____________________.
 

 

 194. 

A(n) ____________________ is a named element in a program that stores information.
 

 

 195. 

A(n) ____________________ variable can be any number, such as 12, 22.5, or -3.14159.
 

 

 196. 

The ____________________ method exists for extracting the value of the current month from a date object.
 

 

 197. 

The + operator belongs to a group of operators called ____________________ operators, which perform simple mathematical calculations.
 

 

 198. 

A(n) ____________________ is a series of commands that performs an action or calculates a value.
 

 

 199. 

To run a function, you insert a JavaScript command containing the function name and any parameters it requires; this process is known as ____________________ a function.
 

 

 200. 

A(n) ____________________ operator compares the value of one element with that of another.
 

 

Matching
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
Web server
e.
extensions
b.
Web browser
f.
XHTML
c.
tag
g.
ordered list
d.
attribute
h.
unordered list
 

 201. 

Used to present list items but not in a particular order
 

 202. 

Used to display information in a sequential order
 

 203. 

A software program that retrieves Web pages and displays them
 
 
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
 

 204. 

Type of path used by most Web designers
 

 205. 

Marks a specific location within a document
 

 206. 

Type of path that provides a precise location for a file
 

 207. 

Structure that starts with a general topic that includes links to more specific topics
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
color value
e.
palette
b.
RGB triplet
f.
GIF
c.
watermark
g.
JPEG
d.
absolute units
h.
dithering
 

 208. 

A translucent graphic impressed into the fabric of paper
 

 209. 

The conversion of the colors in an image to a fixed palette
 

 210. 

The most commonly used image format on the Web
 

 211. 

A selection of colors
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
text
e.
frame
b.
graphical
f.
rules
c.
fixed-width
g.
spanning
d.
proportional
h.
fluid
 

 212. 

Table type that uses only standard word processing characters
 

 213. 

Font that assigns a different amount of space for each character depending on the character’s width
 

 214. 

Type of cell that occupies more than one row or column in a table
 

 215. 

Attribute that allows you to determine which sides of a table will have borders
 

 216. 

Layout in which one or more of the table elements is sized as a percentage of the page width
 

 217. 

Attribute that lets you control how table gridlines are drawn
 

 218. 

Table type that can include background colors
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
frame
e.
_blank
b.
body
f.
_self
c.
frameset
g.
_parent
d.
base
h.
_top
 

 219. 

This element describes how the frames are organized and displayed within the browser window
 

 220. 

Reserved target name that loads the document into the parent frame containing the link
 

 221. 

A section of the browser window capable of displaying the contents of an entire Web page
 

 222. 

This element is used to specify global options for a page
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
input boxes
e.
group boxes
b.
selection lists
f.
text areas
c.
option buttons
g.
form buttons
d.
check boxes
h.
fields
 

 223. 

Control elements in which the user can enter information
 

 224. 

Used to select a single option from a predefined list
 

 225. 

Can be clicked to start processing the form
 

 226. 

Used for long lists of options
 

 227. 

Used for extended entries that can include several lines of text
 

 228. 

Used to organize form elements
 

 229. 

Used for text and numerical entries
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
div
e.
absolute
b.
border
f.
relative
c.
pseudo-class
g.
fixed
d.
static
h.
inherit
 

 230. 

Its widths are expressed with the keywords thin, medium, and thick
 

 231. 

Positioning used to assign an element the position style of its parent element
 

 232. 

Positioning used to put an element at a specific spot in the document window while the rest of the page scrolls by
 

 233. 

Positioning used to move an element relative to its default position on the page
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
bandwidth
e.
streaming
b.
amplitude
f.
embedded object
c.
frequency
g.
codec
d.
nonstreaming
h.
applet
 

 234. 

A Java program
 

 235. 

A measure of the amount of data that can be sent through a communications circuit each second
 

 236. 

Format that must be completely downloaded by the user before it can be played
 

 237. 

Technique of compressing and decompressing video frames
 

 238. 

Any media clip that can be run or viewed from within the Web page
 

 239. 

The height of a sound wave
 

 240. 

Format in which media clips are processed in a steady and continuous stream as they are downloaded by the browser
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
SGML
e.
XHTML
b.
HTML
f.
CDATA
c.
XML
g.
Unicode
d.
DTD
h.
W3C
 

 241. 

It allows Web authors to easily create documents that can be displayed across different operating systems
 

 242. 

Its most widely supported version is 1.0
 

 243. 

Its documents are evaluated with a program that checks the document for errors in syntax and content
 

 244. 

Its use is limited to those organizations that can afford the cost and overhead of maintaining its applications
 
 
Identify the letter of the choice that best matches the phrase or definition.
a.
applet
e.
arithmetic
b.
variable
f.
increment
c.
expression
g.
assignment
d.
operator
h.
function
 

 245. 

Operator used to increase the value of a variable by 1
 

 246. 

A JavaScript command that assigns a value to your variable
 

 247. 

A series of commands that performs an action or calculates a value
 

 248. 

Type of operator that performs simple mathematical calculations
 

 249. 

An executable file created from compiling Java code
 

 250. 

An element that perform actions within an expression
 



 
Submit          Reset Help