Your browser does not support JavaScript. You will need to view non-JavaScript portions of this page.

CGS 1555: Spring Term 2005 On-Line Quizzes

Test Timer

In order to forward you your test results please enter YOUR name & email address below:

Enter First Name followed by a space then your Last Name here:



Enter E-mail Address here:



HTML Tutorial One

HTML Tutorial 1 Quiz Masters:

Marcelle Bessman (mbessma@ju.edu ) [Text Input]

John Taylor (jtaylor@hccfl.edu) [Consultant]


Multiple Choice [One Answer Only]


Question 1

To create a Web document, you use a special language called a _______ language.

a) hypertext
b) markup
c) browser
d) code


Question 2

The most common markup language is _________.

a) DTD
b) SGML
c) XML
d) HTML


Question 3

SGML encompasses several types of markup languages called ________.

a) DTD
b) HTML
c) XML
d) WWW


Question 4

An HTML _____ takes text in one format and changes it to HTML code.

a) browser
b) converter
c) editor
d) processor


Question 5

An HTML _______ helps you create an HTML file by inserting HTML codes for you as you work.

a) browser
b) converter
c) editor
d) processor


Figure 1-10 from Textbook
Figure 1-10

Question 6

The item 1 in Figure 1-10 is a(n)

a) graphic
b) ocpm
c) heading
d) tag


Question 7

The item marked 2 in figure 1-10 is a(n) ______ list.

a) definition
b) ordered
c) numerical
d) bulleted


Question 8

_______ are the HTML codes that control the appearance of the document content.

a) Codas
b) Slashes
c) Tags
d) Properties


Question 9

You apply a tag to document content using the syntax:

a) [Tag Name Properties] Document Content [/Tag Name]
b) {Tag Name Properties} Document Content {/Tag Name}
c) <Tag Name Properties> Document Content </Tag Name>
d)All of the above


Question 10

You can always identigy a tag by the _____ that enclose the tag name.

a) curly braces
b) parentheses
c) angle brackets
d) square brackets


Question 11

Some tags can include ________ that control how the tag is used.

a) characters
b) subtags
c) properties
d) browser controls


Question 12

The browser applies the feature of a tag until it encounters the _______ tag.

a) quit
b) deactivate
c) anti
d) closing


Question 13

Closing tags are identified by the ______ that precedes the tag name.

a) ampersand
b) caret
c) slash
d) asterisk


Question 14

Which of the following is correct syntax?

a) <H1 align+center>Mary Taylor</h1>
b) <H1 align-center>Mary Taylor</h1>
c) <H1 align=center>Mary Taylor</h1>
d) <H1 align-center>Mary Taylor</h1>


Question 15

_______ tags require both opening and closing tags.

a) Two-sided
b) Index
c) Header
d) Body


Question 16

The _________ tag signals the browser to turn off the H1 style.

a) [H1]
b) </H1>
c) endH1
d) <H1>


Question 17

The ______ contains the page content.

a) <CONT>
b) <BODY>
c) <WEB>
d) <PAGE>


Question 18

The _______ tag is used where you enter information like the title of the page.

a) <HEAD>
b) <INFO>
c) <BODY>
d) <WEB>


Question 19

Header tags that do not use the ALIGN property will be _______ because that is the default alignment setting.

a) right-justified
b) left-justified
c) centered
d) justified across the page


Question 20

Type ________ to begin a paragraph.

a) <PARA>
b) <P>
c) <HR>
d) <LINE>


Question 21

HTML recognizes ___________.

a) extra blank spaces
b) tabs
c) blank lines
d) None of the above


Question 22

Which of the following is a type of list supported by HTML?

a) indexed
b) ordered
c) catalog
d) dictionary


Question 23

By setting the TYPE property in the <OL> tag to ______, you can use lowercase letters instead of numbers in your ordered list.

a) let
b) a
c) alpha
d) A


Question 24

By setting the TYPE property in the <OL> tag to ______, you can use uppercase Roman numerals instead of numbers in your ordered list.

a) roman
b) I
c) alpha
d) ROMAN


Question 25

_______ is the default value for the TYPE property in the <UL> tag.

a) SQUARE
b) CIRCLE
c) RECT
d) None of the above


Question 26

Which of the following is a two-sided tag?

a) <DT>
b) <LI>
c) <DD>
d) <DL>


Question 27

The _______ is used for each term in a definition list.

a) <DT>
b) <LI>
c) <DD>
d) All of the above


Question 28

_______ character tags indicate how you want to use text, not necessarily how you want it displayed.

a) Physical
b) Logical
c) Formatted
d) Browser


Question 29

You use the ________ tag to create a horizontal line.

a) <LINE>
b) <P>
c) <HR>
d) <BR>


Question 30

What is the general syntax for an inline image?

a) <SRC=IMG>
b) <IMG="filename">
c) <IMG SRC="filename">
d) <IMG=SRC/filename><IMG>




True/False Questions


Question 31

Browsers are available only for the Mac and Windows platforms.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 32

Basic HTML does not describe how text looks.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 33

Because each computer differs in terms of what fonts it can display, each individual browser determines how text is to be displayed.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 34

HTML works with nonvisual media such as speech and Braille.

a) The statement above is TRUE.
b) The statement above is FALSE.



Question 35

The downside of rendering a document on a local computer is that you cannot be sure exactly how every browser will display the text on your page.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 36

Every type of tag has an opening and closing tag.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 37

Tags are case sensitive.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 38

There is no closing tag for list items.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 39

The <HR> tag is two-sided.

a) The statement above is TRUE.
b) The statement above is FALSE.


Question 40

If an image file is located in another folder or on another computer, you need to include the full path with SRC property in the IMG tag.

a) The statement above is TRUE.
b) The statement above is FALSE.



Fill-in-the-Blank


Fill in the Blank with the word(s) that best fits the definition:

Hint: use vocabulary from the checkboxes below.
Do NOT use abbreviations if it states x# of words!
Use abbreviations when it states x# of letters.

Question 41. The Web must work well with all kinds of computers, a feature known as .

Question 42. sheets allow the Web page author to better control the fonts and styles on the Web page.

Question 43. HTML has a set of rules under which it operates, called its .

Question 44. Some tags are known as tages because they require only the opening tag.

Question 45. The portion of the document that Web users will see is contained between the tags.

Question 46. A(n) list is a list of terms, each followed by a definition line, usually indented slightly to the right.

Question 47. The tag is a logical character tag that is used to offset text that the user should enter.

Question 48. The tag is a physical character tag that indicated the text should be italic.

Question 49. The tag is a physical tag that indicates that the text should be displayed as a subscript, in a smaller font if possible.

Question 50. A(n) image appears directly on the Web page and is loaded when the page is loaded.




Essay

What is the difference between an HTML editor and an HTML converter? Is notepad a form of either an HTML editor or HTML converter? Web pages may be made with HomeSite, Front Page 2000, and Dreamweaver3 software packages, classify each as to a converter or editor and explain your answer.




I have


Please add a comment below



The 'Muddy Water' Issues that I need help on are as follows:





I need class review on the following vocabulary words from this chapter:

one-sided tag two-sided tag Hypertext Markup Language (HTML) unordered list ordered list

definition-list Logical character tag word8 portability Style Sheet

HTML converter HTML editor Tags icon properties


attributes Header Body hyperlink(link) hypertext


World Wide Web Consortium (W3C) syntax Special Generalized Markup Language (SGML) Web browser inline images


form elements opening tag closing tag TYPE property NAME property



When you have completed this quiz, press the ALL DONE-CHECK TEST button below to check the test! Then you may go back and change the incorrect answers before you submit the test. You may check the answers as many times as you need until you achieve a perfect grade. Sometimes the pop-up box does not appear when you click on the button after checking the test the first time. If this happens, minimize the test and the answer box will be behind the browser. close the box and maximize the test to continue checking the test and finally submitting it.



When you have finished checking the test, press the SUBMIT button to send answers to your instructor


Back to CGS 1555 Course Menu Page



Users whose browser does not support JavaScript, when you have completed this quiz click the submit button below to send answers to your instructor