Tags/JavaScript Test (uses sample online test from Lesson 10)

Instructions: Enter your name in the box that appears and click OK. Choose the best answer for each question. When finished, click the GET SCORE button. When you are ready to email your score to Dr. Fisher, click the SEND SCORE button. NOTE: GET SCORE must be clicked before SEND SCORE each time you take the test.

1. The HTML used for a web page can be viewed in a browser by choosing...
  1. View, Source
  2. Save, Text
  3. Tools, Show Links
2. HTML tags...
  1. must be written in upper case
  2. must be written in lower case
  3. may be written in either upper or lower case
3. The tags used to begin and end a web page are...
  1. <HTML></END>
  2. <BEGIN><END>
  3. <HTML></HTML>
4. Suppose you see these tags: <B>HI THERE</B>. The words "HI THERE" would appear as...
  1. Bold
  2. Bold Italics
  3. Big Font
5. Which of the following would display the word TESTING as large, bold, and followed by a blank line?
  1. <B>TESTING </B>
  2. <H1>TESTING </H1>
  3. <BL>TESTING </BL>
6. If you want to display a list with numbers, the tags are...
  1. <NL></NL>
  2. <OL></OL>
  3. <UL></UL>
7. Which of the following is/are the correct tag(s) to display an image called HI.GIF?
  1. <IMG=HI.GIF>
  2. <IMG>HI.GIF</IMG>
  3. <IMG SRC="HI.GIF">
8. To put a line across the web page, the tag(s) is/are...
  1. <HR>
  2. <HR></HR>
  3. <LINE></LINE>
9. The tag <BR> ...
  1. puts a line across the screen
  2. moves to the next line ("line break")
  3. makes the text bold and right-justified
10. To put make background of a page red, use the tag(s)...
  1. <SETBG color="red">
  2. <BODY bgcolor="red">
  3. <BG>red</BG>
11. To put an image in the background of a page, use the tag...
  1. <BODY BACKGROUND= "tect1.gif">
  2. <HEAD BG="tect1.gif">
  3. <IMG BACKGROUND= "tect1.gif">
12. Which of the following is true?
  1. bit-mapped images may be used without conversion in web pages
  2. bit-mapped images must first be converted to GIF or JPG
  3. There is no such thing as a bit-mapped image.
13. Which of the following is true?
  1. an animated GIF is a single file (one file name)
  2. an animated GIF has several file names, and they all must be used inside the tag
  3. The only way to create an animated GIF is by using Flash.
14. To make the words GO BACK into a link to HOMEPAGE.HTM, use the tags...
  1. <A HREF="HOMEPAGE.HTM">GO BACK</A>
  2. <L HREF="HOMEPAGE.HTM">GO BACK</L>
  3. <A HREF="GO BACK">HOMEPAGE.HTM</A>
15. JPG stands for...
  1. Just Photo Graphic
  2. Joint Photographer's Expert Group
  3. Joint Photo Graphics
16. The <MAP> tag is used for...
  1. Making image maps (several links in one graphic)
  2. Making website maps (automatic forwarding)
  3. Making web page maps (list of links on a page)
17. In the link tag <A HREF="joe.htm">GO JOE</A>, the joe.htm file should be...
  1. in the same folder
  2. in the folder below the current page
  3. it can be anywhere on the web
18. To display a pull-down menu on a web page FORM, the the tag is...
  1. <MENU>
  2. <SELECT>
  3. <SELECT MENU>
19. When you use FRAMES, the <FRAMESET> tag replaces...
  1. <HEAD>
  2. <BODY>
  3. <HTML>
20. To make the words EMAIL ME into a link that sends email, use...
  1. <A HREF="mailto:ffisher@csudh.edu">EMAIL ME</A>
  2. <A HREF="ffisher@csudh.edu">EMAIL ME</A>
  3. <A HREF="http://mailto:ffisher@csudh.edu">EMAIL ME</A>
21. JavaScript code is most commonly found in the _____ section.
  1. <BODY>
  2. <HEAD>
  3. <TITLE>
22. The tags surrounding JavaScript code in a web page are...
  1. <JavaScript></JavaScript>
  2. <LANGUAGE="JavaScript"></LANGUAGE>
  3. <SCRIPT LANGUAGE="JavaScript"></SCRIPT>
23. Which of the following is true?
  1. JavaScript must be compiled (translated to binary) before it can be run.
  2. JavaScript requires a special program besides the browser.
  3. JavaScript requires no special programs or compilation; it runs within HTML.
24. JavaScript is called an "object oriented" language. This means...
  1. It can be used to create animations.
  2. It can address specific parts of the web page (like tables and form elements).
  3. It can be used to search for objects on the web.
25. JavaScript uses small programs that are called...
  1. functions
  2. procedures
  3. codes

Score =

Be sure you have a number in the box before clicking SEND SCORE.
Free JavaScripts provided
by The JavaScript Source