Question
Asked by:
$15.00 Web Design
- From Computer-Science: Computer-Graphics
- Closed, but you can still post tutorials
- Due on Jul. 17, 2009
- Asked on Jul. 17, 2009 at 05:11:28AM
Q:Your answers against mine : just a check !
Unit 3: Lesson 2 - Practice Exam Help
Practice Exam Questions
The following questions will be present on the Lesson exam. Please study them before proceeding to the graded exam.
1. HTML tags are:
_____ a. labels indicating when text should be included on a Web page.
_____ b. coding regulations that determine how fast a Web page should be downloaded to a Web browser.
_____ c. instructions telling a Web browser how it should display the various parts of a Web page.
_____ d. high-end computer programming language terms.
2. Complete the following sentence. ____________________ is one of the most important skills a Web designer should acquire.
_____ a. Raw-coding
_____ b. C+ programming
_____ c. Search engine design
_____ d. Hard-coding
3. What important word processing function is not commonly found in HTML editing programs?
_____ a. Spell checking
_____ b. Cut-n-paste
_____ c. Save As feature
_____ d. Image importing
4. What are the three main sections that every HTML file must include?
_____ a. HTML opening tag, HTML middle tag, and HTML closing tag
_____ b. HTML document, Head section, and Body section
_____ c. HTTP document, Head tag, and Body tag
_____ d. HTML document, Title section, and Body section
5. Which one of the following HTML code strings demonstrates correct HTML nesting procedures?
_____ a.
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>
_____ b.
<HTML>
<TITLE>
</TITLE>
<HEAD>
<BODY>
</HEAD>
</BODY>
</HTML>
_____ c.
</HTML>
</BODY>
<BODY>
</HEAD>
</TITLE>
<TITLE>
<HEAD>
<HTML>
_____ d.
<HTTP>
<LEAD>
<TITLE>
</TITLE>
<MAIN>
</LEAD>
</MAIN>
</HTML>
6. The Title tag goes in which section of an HTML file?
_____ a. Body
_____ b. HTML
_____ c. Index
_____ d. Head
7. What tells your Web browser that a file is an HTML file?
_____ a. The .htm or .asp or .shtml file extensions
_____ b. The .htm or .html file extensions
_____ c. The opening and closing HTML tags
_____ d. The file is given the name Index
8. Web browsers __________________________________________ as originally typed in your word processing or text editing program.
_____ a. accurately interpret and display carriage returns
_____ b. accurately interpret and display multiple spaces
_____ c. ignore carriage returns and accurately interpret multiple spaces
_____ d. ignore carriage returns and multiple spaces
9. The judicious use of ________________________ could be considered an indicator of good Web design?
_____ a. white space
_____ b. numerous horizontal rules
_____ c. multiple carriage returns
_____ d. two or more Title tags
10. Which one of the following starting tags does not require a closing tag?
_____ a. <BODY>
_____ b. <HR>
_____ c. <HTML>
_____ d. <HEAD>
11. Which one of the following sets of tags are commonly used physical style tags?
_____ a. <OL></OL>, <BODY></BODY>, <ET></ET>
_____ b. <STRONG></STRONG>, <EM></EM>, <KBD></KBD>
_____ c. <BLOCKQUOTE></BLOCKQUOTE>, <HTML></HTTP>
_____ d. <U></U>, , <SUB></SUB>,
12. Heading tags are __________ style tags.
_____ a. physical
_____ b. logical
_____ c. interpretive
_____ d. HTML
13. The largest Heading tag is ________________.
_____ a. <H6>
_____ b. <H10>
_____ c. <H1>
_____ d. <HEAD2>
14. By default, Web browsers automatically __________text.
_____ a. center
_____ b. right-justify
_____ c. fully justify
_____ d. left-justify
15. <P> is equal to ___________________________.
_____ a. <P ALIGN=RIGHT>
_____ b. <P ALIGN=LEFT>
_____ c. <P ALIGN=CENTER>
_____ d. <P ALIGN=JUSTIFY>
16. You are creating a list that requires each item to be set off with a bullet. To achieve this effect using HTML coding you will use _________________________.
_____ a. unordered list tags <UL></UL>
_____ b. ordered list tags <OL></OL>
_____ c. bullet tags <BT></BT>
_____ d. line break tags
</BR>
17. Which one of the following addresses is a properly formatted URL?
_____ a. URL://web address/www/indeces.html
_____ b. http://wwf.h_hogan/default.slam
_____ c. protocol://server address/path/filename
_____ d. html://www.mywebaddress.com/Index.htm
18. HREF, which is part of the <A> Anchor tag, stands for:
_____ a. Hypertext Referrals.
_____ b. Hyperiod Reference.
_____ c. Hyperactive Renal Fissure.
_____ d. Hypertext Reference.
19. A local link allows the use of a relative URL. Which one of the following codes is a properly formatted local link?
_____ a. <A HREF= file:///links.htm>ChainLinks</A>
_____ b. <A HREF=links.htm>Chain Links</A>
_____ c. <A HREF= http://www.mywebaddress.com/links.htm>Chain Links</A>
_____ d. <A HREF=html:/links.htm>Chain Links</A>
20. Visually, what commonly happens to a string of text that has been coded as a hyperlink?
_____ a. All the characters are capitalized and italicized.
_____ b. It makes the mouse pointer flash on and off.
_____ c. Always appears in bold faced Arial font style.
_____ d. Its color turns to blue and is underlined.



