McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Non-Chapter Glossary Terms
Non-Chapter Flashcards
Frequently Asked Questions
Student Message Board
Learning Objectives
Chapter Outline
Key Terms
Flashcards
Interactive Activities
Exercises
Multiple Choice Quiz
Feedback
Help Center


Inline Online
Inline/Online: Fundamentals of the Internet and the World Wide Web, 2/e
Raymond Greenlaw, Armstrong Atlantic State University
Ellen Hepp, The University of New Hampshire

Jump Start: Browsing and Publishing

Jump Start: Browsing and Publishing

The purpose of this quiz is to provide the student with a large number of supplemental exercises for Chapter 2. This quiz can be used to perform a self-evaluation. This quiz consists of twenty five multiple choice questions. Each multiple choice question has four possible answers.



1

Which of the following lists browser parts that go from the top of the browser's display to the bottom of it in correct north-to-south order?
A)Menu bar, hot buttons, title bar, and status bar.
B)Title bar, status bar, document area, and scroll bar.
C)Title bar, menu bar, location area, and status bar.
D)Title bar, menu bar, status bar, and wet bar.
2

The location area refers to which of the following:
A)The place where HTML code is entered into the browser.
B)The place where an email address can be entered in order to send an email message.
C)The place where you may type in the URL of a Web page you would like to load.
D)The place you type in a file name followed by the name of a protocol.
3

The phrase "mousing over a hyperlink'' means:
A)Positioning the mouse cursor in the location area.
B)Moving the mouse off of the browser window.
C)Dragging the mouse cursor over a hyperlink.
D)Double clicking on a hyperlink.
4

Indicate which pair are of synonyms.
A)Web manager and Web master.
B)Multimedia and hypermedia.
C)Web site and Web presentation.
D)Surfer and Web master.
5

A URL does not provide the answer to which of the following?
A)How can a Web page be accessed?
B)When can a Web page be found?
C)What is the file name of the corresponding Web page?
D)Where can a Web page be found?
6

How a Web page looks does not depend on which of the following?
A)The HTML tags used.
B)The specific browser rendering the page.
C)The user's system and monitor.
D)The case of the HTML tags used.
7

Which of the following tags would not necessarily be present in every HTML document?
A)HTML
B)BODY
C)HEAD
D)ALIGN
8

Which of the following is not a requirement for someone in another country to view your Web pages?
A)A Web server must be available to you where the files can be placed and you need to learn the steps to put the files in place, either to create them in place or (more often) copy them into place after you develop and test them.
B)The permissions on the files need to be set so any user anywhere can read them.
C)When someone requests your Web page, the server has to deliver it.
D)They must be using the same Web browser as you use.
9

Which one of the following statements is true?
A)The BASEFONT tag is used within the HEAD tag area to set the font size of an HTML document in a global manner.
B)The BASEFONT tag must occur before the TITLE tag.
C)The BASEFONT tag has an attribute of GSIZE.
D)The BASEFONT tag provides an unlimited number of font sizes.
10

Which one of the following statements is true?
A)All relative URLs are absolute URLs.
B)Relative URLs always begin with the prefix http://.
C)The BASE tag can be used to change the base URL of an HTML document.
D)For the sake of portability, it is generally considered a good idea to use absolute URLs rather than relative URLs.
11

Which of the following statements is false?
A)FF in hexadecimal is 255 in decimal.
B)12 in hexadecimal is 18 in decimal.
C)1010 in binary is A in hexadecimal.
D)762 in hexadecimal is 1880 in decimal.
12

Which of the following statements is false?
A)In the RGB color model, FFFFFF represents the color white.
B)In the RGB color model, FFFF00 represents the color yellow.
C)In the RGB color model, 000000 represents the color black.
D)In the RGB color model, FF0000 represents the color rose.
13

Which of the following is not an attribute of the BODY tag?
A)VLINK.
B)ALINK.
C)LINK.
D)BGROUND.
14

Which of the following is syntactically correct HTML code?
A);lt;FONT COLOR "#FF00FF''>Orange;lt;/FONT>
B);lt;FONT COLOR = "#FF0FFF''>Orange;lt;/FONT>
C);lt;FONT COLOR = "#FF0FFF''>Orange;lt;\FONT>
D);lt;FONT COLOR = "#FF00FFF''>Orange;lt;/FONT>
15

Which of the following is not a good use of the comment tag?
A)Include a copyright notice in an HTML document.
B)Include a copyright notice in a GIF file.
C)Leave a note to yourself in an HTML document.
D)Leave a note to your development partner.
16

Which of the following correctly indicates the syntax for the paragraph tag?
A);lt;P>Text goes here;lt;/P>
B);lt;PARAGRAPH>Text goes here;lt;/PARAGRAPH>
C);lt;PAR>Text goes here;lt;/PAR>
D);lt;INDENT>Text goes here;lt;/INDENT>
17

How many different HEADING tags are there?
A)3
B)4
C)5
D)6
18

Which of the following is not a value that the HEADING tag attribute ALIGN can take?
A)left
B)middle
C)right
D)center
19

Which of the following statements is true?
A)HREF is a tag of the A tag.
B)HREF is a value the A tag can take.
C)HREF is an attribute of the A tag.
D)HREF stands for Hyperlink Repeat Electronic Filing.
20

Which of the following would be a syntactically correct value to assign to HREF?
A)mailto://user@domain.edu
B)mailto;user@domain.edu
C)mailto.user@domain.edu
D)mailto:user@domain.edu
21

Which of the following is true?
A)The NAME attribute of the A tag can be used to do intradocument linking.
B)The NAME attribute of the HREF tag can be used to do intradocument linking.
C)The NAME attribute of the HREF tag can be used to label a place in an HTML document.
D)There is no NAME attribute of the A tag.
22

Which of the following is not a "do'' for hyperlink creation?
A)Carefully choose the text that goes into a hyperlink.
B)Have hyperlinks that are interesting.
C)Keep the hyperlink text short and descriptive.
D)Create hyperlinks that catch the readers attention by flashing on the screen.
23

Which of the following is not a "don't'' for hyperlink creation?
A)Have hyperlinks that split over lines.
B)Create hyperlinks that read well together even without any intervening text.
C)Put two or more hyperlinks side by side.
D)Correct! This is something you should do to make Web pages easier to read.
24

Which of the following is not an attribute of the IMG tag?
A)SRC
B)ALTER
C)HEIGHT
D)WIDTH
25

Which of the following statements is false?
A)Thumbnail sketches, which require less storage space on disk, may be created by reducing the size of an image using percentage values specified to the IMG tag.
B)Pixel stands for "picture element.''
C)A tooltip is a small box that the browser displays when you mouse over a particular item.
D)The IMG tag has no closing tag.