Take Test: Week 11 Final Exam
Description |
|
Instructions |
The final exam consists of multiple choice questions. You will have 2 hours to complete it. Good Luck! |
Timed Test |
This test has a time limit of 2 hours.You will be notified when time expires, and you may continue or submit. |
Multiple Attempts |
Not allowed. This test can only be taken once. |
Force Completion |
This test can be saved and resumed later. The timer will continue to run if you leave the test. |
Remaining Time:
1 hour, 54 minutes, 20 seconds.
Question Completion Status:
[removed]
QUESTION 1
1. Which input type creates a field that is not viewable on the form?
[removed] |
type= “conceal” |
|
[removed] |
type= “off” |
|
[removed] |
type= “view” |
|
[removed] |
type= “hidden” |
1 points
QUESTION 2
1. A ____ should be used to provide visual indication that option buttons belong in the same group.
[removed] |
fieldset |
|
[removed] |
label |
|
[removed] |
table |
|
[removed] |
value |
1 points
QUESTION 3
1. When using the password data type, any information that a user enters will be displayed as a series of ____ or asterisks, protecting the information from prying eyes.
[removed] |
dashes |
|
[removed] |
dots |
|
[removed] |
ampersands |
|
[removed] |
plus signs |
1 points
QUESTION 4
1. To make a check box selected by default, you add ____.
[removed] |
selected=”true” |
|
[removed] |
selected=”selected” |
|
[removed] |
checked=”checked” |
|
[removed] |
checked=”true” |
1 points
QUESTION 5
1. The ____ attribute has two possible values: get and post.
[removed] |
value |
|
[removed] |
id |
|
[removed] |
method |
|
[removed] |
name |
1 points
QUESTION 6
1. Which input type displays a browse button to locate and select a file?
[removed] |
type= “attach” |
|
[removed] |
type= “find” |
|
[removed] |
type= “file” |
|
[removed] |
type= “browse” |
1 points
QUESTION 7
1. The ____ style can be used to change label elements into block elements.
[removed] |
type:block |
|
[removed] |
format: block |
|
[removed] |
display: block |
|
[removed] |
block: block |
1 points
QUESTION 8
1. HTML 4 supports ____ different input types.
[removed] |
10 |
|
[removed] |
15 |
|
[removed] |
16 |
|
[removed] |
17 |
1 points
QUESTION 9
1. For noncontiguous selections from a selection list on a PC, press and hold the ____ key while you make your selections.
[removed] |
Ctrl |
|
[removed] |
Shift |
|
[removed] |
Esc |
|
[removed] |
Alt |
1 points
QUESTION 10
1. Another way you can specify the width is to use the ____ attribute.
[removed] |
size |
|
[removed] |
maximum |
|
[removed] |
length |
|
[removed] |
characters |
1 points
QUESTION 11
1. If you do not include the type attribute in an <input> tag, the Web browser assumes that you want to create a(n) ____.
[removed] |
check box |
|
[removed] |
input box |
|
[removed] |
option button |
|
[removed] |
submit button |
1 points
QUESTION 12
1. Text formatted with the ____ tag retains any white space you want to display on your Web page.
[removed] |
<form> |
|
[removed] |
<sp> |
|
[removed] |
<pre> |
|
[removed] |
<preformat> |
1 points
QUESTION 13
1. With the frame value ____, no border is drawn around the table.
[removed] |
null |
|
[removed] |
none |
|
[removed] |
no |
|
[removed] |
void |
1 points
QUESTION 14
1.
The table marked 7 in the accompanying figure has a frame value of ____.
[removed] |
vsides |
|
[removed] |
beneath |
|
[removed] |
border |
|
[removed] |
none |
1 points
QUESTION 15
1. Spanning cells are created by inserting a ____ attribute in a <td> or <th> tag.
[removed] |
rowspan or colspan |
|
[removed] |
spanrow or spancol |
|
[removed] |
cellspan or rowspan |
|
[removed] |
tdspan or trspan |
1 points
QUESTION 16
1. There is no HTML attribute to change the ____ style, but many browsers allow you to change the color by adding the bordercolor attribute to the table element.
[removed] |
border |
|
[removed] |
frame |
|
[removed] |
background |
|
[removed] |
cell |
1 points
QUESTION 17
1.
The table marked 2 in the accompanying figure has a rules value of ____.
[removed] |
all |
|
[removed] |
cols |
|
[removed] |
rows |
|
[removed] |
void |
1 points
QUESTION 18
1. A ____ table contains only text, evenly spaced on the Web page in rows and columns.
[removed] |
columnar text |
|
[removed] |
row-based |
|
[removed] |
preformatted text |
|
[removed] |
graphical |
1 points
QUESTION 19
1. Cellpadding value is expressible in ____.
[removed] |
pixels |
|
[removed] |
cm |
|
[removed] |
em |
|
[removed] |
All of the above |
1 points
QUESTION 20
1. To create a cell that spans two rows in a table, you enter the <td> tag as ____.
[removed] |
<td colspan>“2”> |
|
[removed] |
<td rowspan>“2”> |
|
[removed] |
<td rowspan=“2”> |
|
[removed] |
<td colspan=“2”> |
1 points
QUESTION 21
1. You reference columns individually using the ____ element.
[removed] |
<col /> |
|
[removed] |
<colgroup /> |
|
[removed] |
<colbody /> |
|
[removed] |
<column /> |
1 points
QUESTION 22
1. ____ are programs that enable the browser to work with an embedded object.
[removed] |
Applets |
|
[removed] |
Plug-ins |
|
[removed] |
Browslets |
|
[removed] |
Either A or C |
1 points
QUESTION 23
1. ____ is designed only for Windows and should not be solely relied upon for Web multimedia.
[removed] |
QuickTime |
|
[removed] |
ActiveX |
|
[removed] |
Realtime |
|
[removed] |
Flash |
1 points
QUESTION 24
1. The number of frames shown in each unit of video is expressed as ____.
[removed] |
MHz |
|
[removed] |
GHz |
|
[removed] |
fz |
|
[removed] |
fps |
1 points
QUESTION 25
1. In the <object> tag, the ____ attribute indicates the type of data to be embedded.
[removed] |
sort |
|
[removed] |
type |
|
[removed] |
category |
|
[removed] |
data |
1 points
QUESTION 26
1. In the <object> tag, the ____ attribute is used to indicate the source of the file used in the object.
[removed] |
data |
|
[removed] |
classid |
|
[removed] |
source |
|
[removed] |
codebase |
1 points
QUESTION 27
1. The ____ parameter starts YouTube video playback the indicated number of seconds into the video.
[removed] |
autoplay= 0|1 |
|
[removed] |
start = value |
|
[removed] |
playlist = list |
|
[removed] |
loop = 0|1 |
1 points
QUESTION 28
1. To specify that code only run in browsers other than Internet Explorer, you could specify ____ as your condition.
[removed] |
<!–[if IE]> |
|
[removed] |
<!–[if ISNOT IE]> |
|
[removed] |
<!–[if !IE]> |
|
[removed] |
<!–[if OTHER]> |
1 points
QUESTION 29
1. Older browsers that do not support the ____ audio element instead rely on plug-ins to play embedded media clips.
[removed] |
HTML |
|
[removed] |
HTML3 |
|
[removed] |
HTML5 |
|
[removed] |
HTML7 |
1 points
QUESTION 30
1. ____ is a popular music format limited to instrumental music, and cannot be used for general sounds.
[removed] |
WAV |
|
[removed] |
MP3 |
|
[removed] |
AIFF |
|
[removed] |
MIDI |
1 points
QUESTION 31
1. With the embed element, the width and height of the object are measured in ____.
[removed] |
points |
|
[removed] |
inches |
|
[removed] |
pixels |
|
[removed] |
picas |
1 points
QUESTION 32
1. ____ can be used in Internet Explorer to run different code for different versions of Internet Explorer.
[removed] |
Comment parameters |
|
[removed] |
Conditional parameters |
|
[removed] |
Conditional tags |
|
[removed] |
Conditional comments |
1 points
QUESTION 33
1. Positive ____ come out of the page toward users, while negative values recede away from users.
[removed] |
z-values |
|
[removed] |
x-values |
|
[removed] |
y-values |
|
[removed] |
q-values |
1 points
QUESTION 34
1. The @media rule enables you to consolidate all of your ____ within a single sheet.
[removed] |
themes |
|
[removed] |
styles |
|
[removed] |
pages |
|
[removed] |
sheets |
1 points
QUESTION 35
1. The ____ style was originally introduced as a browser extension under Mozilla and WebKit.
[removed] |
drop-shadow |
|
[removed] |
text-shadow |
|
[removed] |
box-shadow |
|
[removed] |
shadow |
1 points
QUESTION 36
1. The page box is composed of two areas: the page area, which contains the content of the document, and the ____ area, which contains the space between the printed content and the edges of the page.
[removed] |
body |
|
[removed] |
margin |
|
[removed] |
header |
|
[removed] |
footer |
1 points
QUESTION 37
1. CSS3 supports the style
opacity: value;
to make any page object ____, where value ranges from 0 up to 1.
[removed] |
transparent |
|
[removed] |
semi-transparent |
|
[removed] |
linear gradient |
|
[removed] |
color gradient |
1 points
QUESTION 38
1. Once you define a page ____, it can be applied to any grouping element in your document.
[removed] |
element |
|
[removed] |
number |
|
[removed] |
name |
|
[removed] |
format |
1 points
QUESTION 39
1.
In the accompanying figure, which part adds a black shadow to the lower-right corner of the table within the main section?
[removed] |
1 |
|
[removed] |
2 |
|
[removed] |
3 |
|
[removed] |
4 |
1 points
QUESTION 40
1. ____ uses media groups to describe how different media devices render content.
[removed] |
Mozilla |
|
[removed] |
Opera |
|
[removed] |
CSS |
|
[removed] |
Internet Explorer |
1 points
QUESTION 41
1. One type of gradient is a ____ gradient, in which the color blending proceeds horizontally or vertically across an object’s background.
[removed] |
spatial |
|
[removed] |
linear |
|
[removed] |
vertical |
|
[removed] |
horizontal |
1 points
QUESTION 42
1. If no angle is specified, the browser determines the ____ direction based on the location of the starting point.
[removed] |
linear |
|
[removed] |
gradient |
|
[removed] |
color |
|
[removed] |
fill |
1 points
QUESTION 43
1. You change the ____ list box on the validator page to test an XHTML document with another DTD.
[removed] |
File |
|
[removed] |
Encoding |
|
[removed] |
Doctype |
|
[removed] |
Root Element |
1 points
QUESTION 44
1. When converting old HTML code to XHTML, make sure that all inline images contain the ____ attribute.
[removed] |
target |
|
[removed] |
map |
|
[removed] |
src |
|
[removed] |
alt |
1 points
QUESTION 45
1. In HTML, which of the following is an example of attribute minimization?
[removed] |
unchecked |
|
[removed] |
multiple |
|
[removed] |
nonresize |
|
[removed] |
writeonly |
1 points
QUESTION 46
1. The path to a cleaner version of HTML involved rewriting HTML in terms of ____.
[removed] |
CML |
|
[removed] |
SGML |
|
[removed] |
XML |
|
[removed] |
Java |
1 points
QUESTION 47
1. Which tag is not properly formed for the XHTML 1.0 Transitional DTD in the following code: <p><img src=”https://www.homeworkmarket.com/content/myImg.jpg” alt=”alt text” /><hr />?
[removed] |
p |
|
[removed] |
img |
|
[removed] |
hr |
|
[removed] |
none of the above |
1 points
QUESTION 48
1. In PCDATA, the ____ symbol is used to indicate a special character.
[removed] |
* |
|
[removed] |
$ |
|
[removed] |
# |
|
[removed] |
& |
1 points
QUESTION 49
1. A ____ can also indicate the encoding used in an XHTML document.
[removed] |
meta element |
|
[removed] |
MIME element |
|
[removed] |
title element |
|
[removed] |
anchor element |
1 points
QUESTION 50
1. When converting old HTML code to XHTML, make sure to replace the ____ attribute with the background-color style.
[removed] |
background |
|
[removed] |
bgcolor |
|
[removed] |
back |
|
[removed] |
body |
1 points
Click Save and Submit to save and submit. Click Save All Answers to save all answers.