CS 210 Advanced Microcomputer Applications Quiz #2
Oliver "Web Page Wizardry" Fall 1998
Name: ___________________________________
All questions are of equal credit. Please write or carefully select the best answer to each question.
Best of prospects!
True/False:
1. With Notepad, you can create a Web page, modify a Web page created with another program, or
view the source code of any page on the World Wide Web. True/False
2. All Web pages must begin with the HTML tag. True/False
3. HTML can understand and execute a carriage return. True/False
4. You can specify the area in which an image is displayed on a Web page in centimeters. True/False
Fill-ins:
5) HTML stands for...? ___________________________________________________________
6) HTTP stands for...?_____________________________________________________________
7) The difference between the
and the ...
tags is...?
_______________________________________________________________________________
_______________________________________________________________________________
8) When listing glossary (or definition) items, the tag is for the _____________________________
and is for the ____________________________________________ ?
9) The path name HREF="file.html" means what? _______________________________________
10) would do what? __________________________________________
11) What is missing in the following example?
________________________________________
12) In the above example, ... | stands for what?
_________________________________________________________________________________
13) What command will insert a video clip in a webpage? Give a full example.
________________________________________________________________________________
14) The ALIGN attribute of the
tag does what? __________________________________
____________________________________________________________________________
15 What command(s) will make an image called "IBM_BLUE.gif" (when clicked upon) trigger a jump to
load the file "ibminfo" on server "www.ibm.com" in directory "/public/info"?
__________________________________________________________________________________
16. Which of the graphic formats, GIF or JPEG, generally produces smaller files but often results in data
loss when we convert to it?
___________________________________________________________________________________
17. What is the function of software GIFCON?
___________________________________________________________________________________
18-19. Write a VRML file which will draw 3 boxes in a row, the largest on the left and smallest on the right.
20. What HTML command/tag-structure allows a teacher to give on-line quizzes which can be submitted
via the web (after the student selects the answers), so that immediate on-line grading would be possible?