Your browser does not support JavaScript. You will need to view non-JavaScript portions of this page. "); FeedBack.document.write(document.ChapTest.Name.value); FeedBack.document.write(", Here are your Chapter 0 results "); FeedBack.document.write("

"); FeedBack.document.write("You correctly answered "); FeedBack.document.write(total); FeedBack.document.write(" out of 30."); FeedBack.document.write("

"); FeedBack.document.write("

Review of Your Answers:


" ); FeedBack.document.write(analysis[0]); FeedBack.document.write(analysis[1]); FeedBack.document.write(analysis[2]); FeedBack.document.write(analysis[3]); FeedBack.document.write(analysis[4]); FeedBack.document.write(analysis[5]); FeedBack.document.write(analysis[6]); FeedBack.document.write(analysis[7]); FeedBack.document.write(analysis[8]); FeedBack.document.write(analysis[9]); FeedBack.document.write(analysis[10]); FeedBack.document.write(analysis[11]); FeedBack.document.write(analysis[12]); FeedBack.document.write(analysis[13]); FeedBack.document.write(analysis[14]); FeedBack.document.write(analysis[15]); FeedBack.document.write(analysis[16]); FeedBack.document.write(analysis[17]); FeedBack.document.write(analysis[18]); FeedBack.document.write(analysis[19]); FeedBack.document.write(analysis[20]); FeedBack.document.write(analysis[21]); FeedBack.document.write(analysis[22]); FeedBack.document.write(analysis[23]); FeedBack.document.write(analysis[24]); FeedBack.document.write(analysis[25]); FeedBack.document.write(analysis[26]); FeedBack.document.write(analysis[27]); FeedBack.document.write(analysis[28]); FeedBack.document.write(analysis[29]); FeedBack.document.write("

"); FeedBack.document.write("You may now change the wrong answers before pressing submit button!
"); FeedBack.document.write("
"); FeedBack.document.write("
"); FeedBack.document.write(""); FeedBack.document.write("
"); FeedBack.document.write("
"); FeedBack.document.write(""); FeedBack.document.write("
Hosted by www.Geocities.ws

"); document.ChapTest.Chapter01TotalScore.value=total } //form validation of student's email address-do not change any of the following code function validEmail(email) { invalidChars = " /:,;" if ((email == "") || (email == "[email protected]")) { return false } for (i=0; i email.length) { return false } return true } function submitIt(Form) { var temp = 0 if (!validEmail(Form.Email.value)) { alert("Invalid email address! For Example: [email protected]") Form.Email.focus() Form.Email.select() // } else { temp=1 } return temp } function SendIt(Form) { if (submitIt(Form)) { Form.submit() } } //-->

CGS 2820: Web Authoring-HTML
On-Line Quiz


Please enter your name and e-mail address below:

First name, space, last name:



E-mail address:



Chapters 1 to 6

Test Master:

Fernando Bonilla([email protected]) [testmaster]

John Taylor ([email protected]) [Template Author]




Multiple Choice
Chose the correct answer


1. _____________ is a structure made up of millions of interconnected computers whose users can communicate with each other and share information.

a) Hypertext documents
b) Internet
c) Network
d) None of these

2. What is HTML?

a) Computers that are linked together
b) The computer that stores a web page
c) It is used to created web documents
d) All of the above

3. ______________ are two graphic file formats you can use for inline images.

a) GIFs and JPEGs
b) GIFs and COMs
c) JPEGs and COMs
d) None of these

4. A ______________ is one in which web pages are linked from one to another in a direct chain.

a) Linear structure
b) Hierarchical structure
c) Mixed structure
d) Numerical structure

5. What is a color value?

a) A color value is a numerical expression that affects only a few sections of a page.
b) A color value is a numerical expression that describes a picture.
c) A color value is a numerical expression that describes a color's appearance.
d) A color value is a numerical expression that describes a graphic.

6. What is a hot spot?

a) Hotspot lists the coordinates on the image that define the boundaries of the image maps.
b) Hotspot is the most commonly used image format on the web.
c) Hotspot is a defined area of the image that acts as a hypertext link.
d) None of the above.

7. What is the kind of table that allows you to include desing elements such as color, shading, and borders.

a) Text table
b) Graphical table
c) Numerical table
d) Mixed table

8. ______________ are windows that appear within the browser's display area.

a) Tables
b) Frames
c) Graphics
d) Tags

9. CGI stands for.

a) Common Gateway Interface
b) Common Gateway Input
c) Codo Gateway Interface
d) None of the above

10. _____________ is commonly used in a Web page form for a text and numerical entries.

a) Radio buttons
b) Check boxes
c) Text areas
d) Input boxes

11. The______________ property identifies the CGI script that will process your form.

a) Method.
b) Action.
c) Enctype.
d) Target.

12. Web documents can contain:

a) Graphics
b) Video clips
c) Sound clips
d) All of the above

13 HTML is one type of a more general markup language called:

a) Standard Generalized Markup Language.
b) Document Type Definitions.
c) Hypertext Markup.
d) Standard code Markup Language.
e) General Markup Language.

14. ______________ tags require an opening and closing tag.

a) One-sided tags
b) Opening tags
c) Closing tags
d) Two-sided tags
e) None of the above

15. An ______________ is a list in numeric order.

a) Definition list
b) Ordered list
c) Unordered list
d) Character list
e) Itemized list



True/False Questions



16. In order to create a HTML document all yuo need is a text editor.

a) TRUE.
b) FALSE.



17.A linear structure is one in which web pages are linked from general to specific topics.

a) TRUE.
b) FALSE.



18. There are 46 color names that are recognized by all versions of HTML.

a) TRUE.
b) FALSE.



19. GIF stands for Graphics Interchange Formula.

a) TRUE.
b) FALSE.



20. A transparent color is a color from the image that is not displayed when the image appears in the browser.

a) TRUE.
b) FALSE.



21. Text tables and graphical tables are the two kinds of tables you can place in a web page.

a) TRUE.
b) FALSE.



22. You can use the "pre" tag to create a text table.

a) TRUE.
b) FALSE.



23. The "body" tag is necessary for pages that contain frames.

a) TRUE.
b) FALSE.



24. Magic target names are special names that can be used in place of a frame name as a target for a hypertext link.

a) TRUE.
b) FALSE.




25. If you want your page to be viewable by browsers that do not support frames, as well as those that do, you need to use the "no frames" tags.

a) TRUE.
b) FALSE.



Fill-in-the-Blank


26. The tag identifies the begining and end of a form.

27. You need a to prevent the customers from seeing the address.

28. is an electronic file that contains elements that you can select to open another documet.

29.What is the software program that accesses the web document and displays its contents on the user's computer? .

30.What are the HTML codes that control the appearance of the document content? .





When you have completed this quiz, click the above button to check the test, then click the submit button (Those users whose Browser supports JavaScript) to send answers to your instructor


Click reset to clear all answers

Browsers before 4.0 and those users whose older browser does not support JavaScript, when you have completed this quiz click the submit button below to send answers to your instructor



Hosted by www.Geocities.ws

1