Wednesday Morning Review Questions


Let us see how much you have learned by going over these review questions.

  1. What is the Internet?
    1. An internal network.
    2. A private computer network linking together information resources.
    3. A uniform method of accessing and retrieving information.
    4. A global digital infrastructure that connects millions of computers.
    5. None of the above.

  2. What is a Domain?
    1. A document on the World Wide Web.
    2. A computer with an IP address.
    3. A lossy protocol.
    4. A uniform method of accessing and retrieving information on the Internet
    5. A logical grouping of computers on a network.

  3. What is a Protocol?
    1. A program that supports ActiveX and Java.
    2. A method by which two computers agree to communicate.
    3. An address scheme consisting of classes.
    4. A uniform method of accessing and retrieving information on the Internet.
    5. None of the above.

  4. What is a Plug-In?
    1. It is an application program that is invoked by the browser and runs as a separate process outside of the browser window.
    2. Is an application program that retrieves and displays documents.
    3. All of the above.
    4. Is a computer plugged into the Internet.
    5. It is an application program that is invoked by the browser and runs inside of the browser window.

  5. Which is not a logical tag?
    1. <ADDRESS>
    2. <CITE>
    3. <I>
    4. <KBD>
    5. <VAR>

  6. Which is not a valid HTML tag?
    1. <ADDRESS>
    2. <CITE>
    3. <CODE>
    4. <PT>
    5. <VAR>

  7. Which logical HTML tag denotes strong emphasis?
    1. <ADDRESS>
    2. <EM>
    3. <I>
    4. <STRONG>
    5. <VAR>

  8. What is the current standard version of the HTML specification?
    1. 1.0
    2. 1.1
    3. 2.0
    4. 3.2
    5. 4.01

  9. If your browser has only the Geneva, Verdana and Helvetica fonts, in which font would your browser display the word "happy" if it parsed the following code segment:
    <FONT FACE="Arial, Courier, Helvetica">happy</FONT>
    1. Arial
    2. Courier
    3. Geneva
    4. Helvetica
    5. Verdana

  10. In what font size would your browser display the word "happy" if it parsed the following code segment:
    <BASEFONT="4"> <FONT SIZE="+8">happy</FONT>
    1. 3
    2. 4
    3. 7
    4. 8
    5. 12

  11. What is the default alignment for the <P> tag?
    1. TOP
    2. LEFT
    3. MIDDLE
    4. RIGHT
    5. BOTTOM

  12. What is the default alignment for the <IMG> tag?
    1. TOP
    2. LEFT
    3. MIDDLE
    4. RIGHT
    5. BOTTOM

  13. What is the default port number for HTTP?
    1. 25
    2. 70
    3. 80
    4. 443
    5. 563

  14. What color is "#FFFFFF"?
    1. black
    2. blue
    3. green
    4. red
    5. white

  15. Who while working at CERN conceived the World Wide Web?
    1. Al Gore
    2. Bill Gates
    3. Mark Andreessen
    4. Tim Berners-Lee
    5. None of the above.

  16. Which is a point tag, requiring no closing tag?
    1. <B>
    2. <I>
    3. <IMG />
    4. <TABLE>
    5. <VAR>

  17. Which image format supports black and white, interlacing, transparency, animation, and lossless image compression?
    1. GIF
    2. JPEG
    3. x-bitmaps
    4. PNG
    5. None of the above

  18. Forms contain fields in which the viewer can select and supply information. They were first introduced with what version of HTML?
    1. 1.0
    2. 1.1
    3. 2.0
    4. 3.2
    5. 4.0

  19. What section of an HTML document contains information about the document?
    1. The BODY section.
    2. The FOOTER section.
    3. The FORM section.
    4. The HEAD section.
    5. None of the above.

  20. What does URL stand for?
    1. Uniform Reference Library
    2. Uniform Reference Locator
    3. Uniform Resource Locator
    4. Universal Reference Locator
    5. Universal Resource Locator

  21. Which is the HTML tag that displays preformatted text in fixed width font?
    1. <BLOCKQUOTE>
    2. <CODE>
    3. <P>
    4. <PRE>
    5. <VAR>

  22. Which is true about comments in HTML?
    1. Begin with <!-- and end with -->
    2. Begin with <!--# and end with -->
    3. Begin with /* and end with */;
    4. Begin with //
    5. Begin with >!-- and end with --<

  23. What are two attributes of the <A> tag?
    1. ALIGN and VALIGN
    2. GET and POST
    3. HREF and LINK
    4. HREF and NAME
    5. LINK and NAME

  24. Which function cannot be performed by a browser?
    1. Display a .gif image.
    2. Invoke a helper application.
    3. Perform network management function.
    4. Play multimedia clips using a Plug-in.
    5. Refresh an HTML page.

  25. Which HTML tag is used to create an ordered list?
    1. <DL>
    2. <LI>
    3. <LIST>
    4. <OL>
    5. <UL>

  26. Which HTML tag is used to create an unordered list?
    1. <DL>
    2. <LI>
    3. <DIR>
    4. <OL>
    5. <UL>

  27. What is MIME?
    1. A multimedia protocol for browsers.
    2. A nickname for Microsoft's Internet Explorer browser.
    3. A person with a white face that does not speak.
    4. Multipurpose Internet Mail Extension.
    5. Multipurpose Internet Microsoft Explorer.

This was just for FUN !