Name:     ID: 
 
Email: 

adven09 FE

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

 1. 

Which tag below is supported by many, but not all, Web browsers and enables you to add a hyperlink to a mail form from your Web page?
a.
email:
c.
mailat:
b.
mymail:
d.
mailto:
 

 2. 

What is the purpose of the HTML <HR> tag?
a.
it is a header tag that affects the size of any text that follows it
b.
it is used to create a horizontal line across the page
c.
it is used to display the hour value on the system clock
d.
none of the above
 

 3. 

A ____ is a vertical collection of cells.
a.
row
c.
table
b.
pixel
d.
column
 

 4. 

Which of the following expressions would assign the sum of A, B, and C to the variable D?
a.
D   =  A  +  B  +  C
c.
A  +  B  +  C  =  D
b.
D  <=  A  +  B  +  C
d.
sum  (D   =  A  +  B  +  C)
 

 5. 

The ____ tag indicates table row.
a.
<td>
c.
<table>
b.
<tr>
d.
<tc>
 

 6. 

The ____ property of a table determines the number of pixels between adjacent table cells.
a.
CellSpace
c.
CellPad
b.
Pixels
d.
AdjacentCells
 

 7. 

____ are used to enable a visitor to select as many of the listed options as desired.
a.
multiple-line text fields
c.
menus
b.
radio buttons
d.
check boxes
 

 8. 

You can use a jump menu to create links to ____.
a.
documents on other Web sites
c.
graphics
b.
documents in your Web site
d.
all of the above
 

 9. 

The default vertical cell alignment is ____.
a.
left
c.
center
b.
right
d.
middle
 

 10. 

Which HTML tag below is used to begin a Web page?
a.
<START>
c.
<HTML>
b.
<PAGE>
d.
<CREATE>
 

 11. 

Which attribute of the <FONT> tag can be used to change the text color?
a.
FCOLOR=
c.
TXTCOLOR=
b.
COLOR=
d.
TCOLOR=
 

 12. 

The ____ property of a table determines the number of pixels between the cell border and the cell content.
a.
CellPad
c.
CellBorder
b.
Pixels
d.
CellSpace
 

 13. 

What HTML tag is used to create a numbered list?
a.
<L1>
c.
<OL>
b.
<UL>
d.
<NL>
 

 14. 

Most Web browsers have an option on which menu to allow you to see the HTML source code for the Web page you are looking at?
a.
File
c.
View
b.
Edit
d.
Help
 

 15. 

In the expression x = 4, the equal sign is a(n) _____ operator.
a.
Assignment
b.
Arithmetic
c.
Logical
d.
Comparison
 

 16. 

Each ____ within a table can contain any standard element you use on a Web page, including text, images, and other objects.
a.
cell
c.
property
b.
key
d.
pixel
 

 17. 

In the closing tag of an HTML tag pair, what symbol precedes the tag keyword?
a.
backslash \
c.
colon :
b.
semicolon ;
d.
slash /
 

 18. 

Dreamweaver users work in the Document window in one of ____ views.
a.
six
c.
five
b.
three
d.
two
 

 19. 

If y=3 and z=5, the statement x = y + ++z; will return a value of _____.
a.
8
b.
9
c.
10
d.
11
 

 20. 

A table’s border outline does not display when viewed in a browser when the border is set to ____.
a.
default
c.
off
b.
none
d.
0
 
 
nar001-1.jpg
 

 21. 

As shown in the accompanying figure, Dreamweaver represents a form in Design view by displaying a ____ outline around it.
a.
dotted blue
c.
solid red
b.
flashing blue
d.
dotted red
 

 22. 

Which of the following statements would assign the value of 40 to the variable Test8?
a.
40  =  Test8
c.
Test8  =  40
b.
Test8  < =  40
d.
cin >> (Test8   =  40)
 

 23. 

The ____ arithmetic operator is used to divide two integers, and results in the remainder of the division.
a.
ampersand (& )
c.
asterisk (*)
b.
pound sign (#)
d.
modulus (%)
 

 24. 

In a jump menu, with a(n) ____ button, the user makes a selection from the menu and the new page loads when the button is clicked.
a.
Start
c.
Launch
b.
Go
d.
Select
 

 25. 

What HTML tag is used to add items to a numbered or bulleted list?
a.
<ITEM>
c.
<IL>
b.
<INS>
d.
<LI>
 

 26. 

If you use the floating-point number 3.7 to initialize a memory location that can store only integers, the computer converts it to ____.
a.
3
c.
4
b.
3.0
d.
4.0
 

 27. 

Which HTML tag below is used to create a double-spaced area after a block or sentence of text?
a.
<DS>
c.
<S2>
b.
<BR>
d.
<P>
 

 28. 

Which attribute of the <BODY> tag can be used to specify a graphic image that can be used as the background for a Web page?
a.
BGIMAGE=
c.
BACKGROUND=
b.
BGIMG=
d.
BACK=
 

 29. 

Which attribute of the <BODY> tag can be used to specify the default color for all text in the Web page?
a.
COLOR=
c.
TEXT=
b.
TYPE=
d.
TCOLOR=
 

 30. 

Tell if the expression is double, int, or neither: 3.0 + 4.0
a.
int
b.
double
c.
neither
 

 31. 

Tell if the expression is double, int, or neither: 5 / 3
a.
int
b.
double
c.
neither
 

 32. 

____ provides the largest text.
a.
BASEFONT
c.
H1
b.
H6
d.
either a or b
 

 33. 

The ____ box on the Property inspector allows you to apply a Paragraph, Heading, or Preformatted style to text.
a.
Design
c.
Text
b.
Style
d.
Format
 

 34. 

The default color for Dreamweaver text is ____.
a.
black
c.
grey
b.
blue
d.
white
 

 35. 

The main content of a Web page, which is seen by someone viewing the page, is coded after which HTML tag?
a.
<BODY>
c.
<SHOW>
b.
<PAGE>
d.
<MAIN>
 

 36. 

The ____ tag indicates table data.
a.
<table>
c.
<td>
b.
<tc>
d.
<tr>
 

 37. 

Which statement below shows the correct syntax for adding a graphic image named pict1.gif to a Web page?
a.
<IMG SOURCE="pict1.gif">
c.
<IMG NAME="pict1.gif">
b.
<IMG SRC="pict1.gif">
d.
<IMG FILE="pict1.gif">
 

 38. 

The ____ target opens the referenced link (or processed data) in a new browser window, leaving the current window untouched.
a.
_self
c.
_top
b.
_blank
d.
all of the above
 

 39. 

Which HTML tag below will cause the largest heading text to appear when coded before a section of text?
a.
<HDR10>
c.
<H1>
b.
<HDR1>
d.
<H6>
 

 40. 

Which of the following declarations would properly create A and B as integer variables?
a.
A, B int
c.
int A, B
b.
int A B
d.
int A; B
 

 41. 

Heading numbers range from 1 through ____ and correspond to the HTML elements H1, H2, and so on.
a.
5
c.
8
b.
6
d.
10
 

 42. 

Tell if the expression is double, int, or neither: 4 + 3.0
a.
int
b.
double
c.
neither
 

 43. 

____ is the HTML tag for horizontal rule.
a.
<hl>
c.
<rule>
b.
<hr>
d.
<p>
 

 44. 

If y=8 and z=10, the modulus of the statement x = z % y would be
a.
10
b.
8
c.
2
d.
None of these
 

 45. 

Between the ____ tags are the tags that create the body of the form and collect the data.
a.
<select> and </select>
c.
<body> and </body>
b.
<input> and </input>
d.
<form> and </form>
 

 46. 

Which of the following statements regarding identifiers in a C++ program is false?
a.
The identifier must begin with a letter
b.
The identifier must contain only letters and underscores
c.
The identifier cannot be a keyword
d.
Identifiers in C++ are case sensitive
 

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

 47. 

The modulus operator is the % sign.
 

 48. 

The default vertical cell alignment is left.
 

 49. 

Split view allows you to see both Code view and Design view for the same document in a single window.
 

 50. 

The BG color property specifies the border color.
 

 51. 

Subtracting one from a variable is called decrementing.
 

 52. 

A bulleted list is also called an ordered list.
 

 53. 

C++ does not allow division by zero.
 

 54. 

A horizontal rule must always be black, but it can be aligned to the left, center, or right.
 

 55. 

Tables consist of one basic component: rows.
 

 56. 

HTML has 8 levels of headings that can be used with the <Hx> tag.
 

 57. 

A subfolder is a folder inside another folder.
 

 58. 

The HTML <BR> and <P> tags do not require a corresponding closing tag.
 

 59. 

Clicking a second check box automatically deselects the first choice.
 

 60. 

The hexadecimal code for the color white is 000000.
 

 61. 

All HTML tags must be entered in uppercase format, such as <HTML>, or you will receive an error when you try to view the page.
 

 62. 

In Dreamweaver, the default alignment for text is centered.
 

 63. 

The * operator performs multiplication.
 

 64. 

The <ROW> tag is used to define a new row in an HTML table.
 

 65. 

HTML has tags that can be used to create a numbered list.
 

 66. 

The default horizontal cell alignment is center.
 

 67. 

Web pages must be created using special HTML generating software.
 

 68. 

The BGCOLOR= attribute can be used within a table cells data definition tag to change the background color of specific cells.
 

 69. 

HTML pages work on any type of computer that has a Web browser to read them.
 

 70. 

The % operator returns the remainder of integer division.
 



 
         Start Over