Surbrook.weebly.com



Name:1. What is the primary purpose of the website ?A._EntertainB._SocialC._ InformD._ Sell2. Susie followed the W3C's website development standards.? This is an ADVANTAGE because her website:A._will display consistently in different browsers.B._will not use emerging techniques.C._ will require all users to use the same browser.D._ will require users to update their computer systems.3. What is the primary purpose of the website ?A._EntertainB._HybridC._ informD._ Sell4. What is the primary purpose of the website ?A._TrainB._InformC._ TeachD._ Social5. Joan created a website that organizes her biology notes into separate webpages by unit and objective.? What website structure is best suited for her website?A._AlphabeticalB._HierarchialC._ LinearD._ Webbed6. Dustin's website contains games and funny videos that he created.? The primary purpose of this site is to:A._entertain.B._hybrid.C._ inform.D._ sell.7. Issac created a website that allows potential customers the opportunity to learn more about his business.? What is the main purpose of the website?A._EntertainB._InformC._ SellD._ Social8. Jackie goes to daily to watch funny videos.? For what?purpose is Jackie using the?website?A._EntertainB._InformC._ SellD._ Social9. Kevin is creating his first website entitled, "My Life".? The viewer will advance through the site one page at a time in order from his birth to his high school graduation.? What website structure should he use?A._HierarchicalB._LinearC._ StructuredD._ Webbed10. What is the primary purpose of the website ?A._EntertainB._InformC._ SellD._ Social11. Linda created a website entitled, "History of My Family".? She structured the pages similar to a family tree so the user could navigate through generations.? Which website structure did she use?A._HierarchicalB._LinearC._ StructuredD._ Webbed12. What is the primary purpose of the website ?A._EntertainB._HybridC._ InformD._ Sell13. The World Wide Web Consortium (W3C) plays which role in the web development standards?A._It makes websites accessible to everyone.B._It develops HTML coding standards.C._ It develops new technologies.D._ It deals with all legal issues.14. Tiffany is creating a website containing several pages, all having the same text color, style, and size.? Which web enhancement tool is the MOST efficient to use?A._CSS External Style SheetB._Flash SheetC._ Java Code SheetD._ JavaScript Sheet15. Which of the following shows the proper syntax for an attribute that could be used inside an HTML tag?A._color=blueB._color blueC._ color="blue"D._ color=(blue)16. A properly coded HTML tag will always be found between which two symbols?A._(?)B._{?}C._ [?]D._ <?>17. Which hyperlink shows an absolute link?A._<a href="">NYTimes</a>B._<a href="page1.html">Page One</a>C._ <a href="">Target</a>D._ <a href="offers.jpg">Offers</a>18. Jeff wants to use a Document Type Definition (DTD) that will allow him to use obsolete tags, but not frames.? Which DTD should be used?A._DeprecatedB._FramesetC._ StrictD._ Transitional19. Heather wants to provide information about her webpage for use by search engines and browsers.? Which tag is appropriate to use?A._<body>B._<head>C._ <html>D._ <meta>20. Jill is creating a webpage.? Which tag will contain most of the information for the page as well as all information that will be displayed in the browser's window?A._<body>B._<head>C._ <meta>D._ <title>21. The following code?should follow which structure tag in order to display in the browser window??<ul><li>Virigina</li><li>North Carolina</li><li>South Carolina</li><li>Georgia</li></ul>A._<body>B._<head>C._ <html>D._ <title>22. Which type of element is being used below?<ul><li>Virigina</li><li>North Carolina</li><li>South Carolina</li><li>Georgia</li></ul>A._Bulleted listB._Default listC._ Numbered listD._ Definition list23. To insert a blank line in a webpage, which tag is correct?A._<br />B._<hr />C._ <h1 />D._ <body>24. Beth owns a small business and wants to create a website to sell products online.? Which type of web hosting service is BEST?A._DedicatedB._FreeC._ On-siteD._ Shared25. Which is the correct code to place a gif image named "tiger" into a webpage?A._<img src="tiger" alt="BengalTiger" />B._<img gif=tiger alt="BengalTiger">C._ <img src="tiger.gif" alt="BengalTiger" />D._ <img scr="tiger.gif" alt=BengalTiger" />26. Eric finished creating his first website.? Before publishing the site, he should do all of the following EXCEPT:A._check the site in Internet Explorer only.B._check spelling.C._ validate all links.D._ validate the source code.27. Which result will the following code produce?<ul><li>Virginia</li><li>North Carolina</li><li>South Carolina</li><li>Georgia</li></ul>A._?Virginia?North Carolina?South Carolina?GeorgiaB._1.Virginia2.North Carolina3.South Carolina4.GeorgiaC._ a.Virginiab.North Carolinac.South Carolinad.GeorgiaD._ ???? Virginia?????North Carolina???? South Carolina???? Georgia28. John wants to insert a CSS comment identifying himself as the author.? Which code should he use?A._<--Written by John Doe-->B._/*Written by John Doe*/C._ /!--WrittenbyJohnDoe"/D._ <Writtenby="JohnDoe">29. Annie wants the name of her product to stand out at the top of her webpage. Which tag is BEST?A._<h1>Product</h1>B._<h3>Product</h3>C._ <h5>Product</h5>D._ <h6>Product</h6>30. What is the proper code to create a link to ?A._<a ref= <a href="">AmazonD._ <a href="">Amazon</a>31. What is the proper code to insert an image named "frog.jpg"?A._<img pic="frog.jpg" width="104" height="142">B._<img src="frog.jpg" width="104" height="142" />C._ <img="frog.jpg" width="104" height="142">D._ <img jpg="frog" width="104" height"142" />32. Gina is creating a webpage using XHTML.? She should make sure that all tags are:A._keyed in all caps.B._listed in no specific order.C._ using the default font.D._ nested properly.33. Karen wants to begin a new line within a paragraph of text on a webpage.? Which code should she use?A._<br />B._<dd />C._ <break />D._ <p />34. Which code should be used to insert the image "ball.gif" on a webpage?A._<image src=ball.gif" />B._<image src="" />C._ <img src="ball.gif" />D._ <img src=" />35. What tag defines the end of a webpage??A._</close>B._</end>C._ </html>D._ </page>36. Which is an example of a file that should be saved in the root folder of a website?A._ball.gifB._index.htmlC._ page4.htmlD._ prom.jpeg37. Which is an example of using an inline CSS style in a webpage?A._<p style="color:blue">B._{style=color;blue>}C._ <p style=color;blue>D._ {style-"color:blue}38. Which is an example of using an inline CSS style in a webpage?A._<p style="color:blue">B._{style=color;blue>}C._ <p style=color;blue>D._ {style-"color:blue}39. Which is an example of using an inline CSS style in a webpage?A._<p style="color:blue">B._{style=color;blue>}C._ <p style=color;blue>D._ {style-"color:blue}40. Which is an example of using an inline CSS style in a webpage?A._<p style="color:blue">B._{style=color;blue>}C._ <p style=color;blue>D._ {style-"color:blue}41. Which code uses a CSS inline style to change a webpage's background to the image brick.jpg?A._<body style="background-image=("brick.jpg")">B._<body background="image:url('bricks.jpg')">C._ <body style="background-image:url('brick.jpg')">D._ <body style=background=brick.jpg">42. Which CSS inline style results in the text size of a webpage paragraph displaying at 14px?A._<p style="font:14px">B._<p style="size:14px">C._ <p font="size:14pt">D._ <p style="font-size:14px">43. Sarah wants to create a webpage with the text in the arial typeface.? Which CSS inline style should she use?A._<body style="font:arial">B._<body font="style:arial">C._ <body style="font-family:arial">D._ <body family="face:arial">44. Jerry wants to insert a line break into his webpage.? Which code should he use?A._<lb />B._<break />C._ <br />D._ <br></br>45. Which code should be used to create reminder in bold text?ReminderA._<bold>Reminder</bold>B._<b>Reminder</b>C._ <b>ReminderD._ <d>Reminder</d>46. Which tags are used by search engines to find a website?A._<body></body>B._<html></html>C._ <meta />D._ <title></title>47. Mary is creating a webpage.? What order should she use to insert the structure tags?A._<html><body><title></title></body><head></head></html>B._<html>?<title><head></title>?<body></body></html>C._ <html>?<head><title></title></head><body>??</body></html>D._ <html>?<title><head></title></head>?<body></html>?</body>48. Between which paired tags would the visible content of a webpage be displayed?A._<html></html>B._<head></head>C._ <title/></title>D._ <body></body>49. Which will create a link to Mr. Joe Jones' email address joe@?A._<a href="joe@">joe@</a>B.. <a mailto:"joe@">joe@<a/>C._ <a mailto:"joe@">joe@</a>D._ <a href="mailto:joe@">Joe_Jones</a>50. Which is the correct code to link to ""?A._<a href//="">Google</a>B._<a href="">Google</a>C._ <a href=>""//>Google</a>D._ <a href=. Which is the correct code to insert a horizontal line in a webpage?A._<br />B._<hl />C._ <hr />D._ <li />52. To save a webpage created in a text-editor, it must be saved with which file extension?A._.docB._.htmlC._ .pptD._ gif53. While creating a paragraph of text on her webpage, Karen wants to begin a new line.? Which XHTML code should she use?A._<br />B._<break />C._ <li />D._ <enter />54. Jada's website appearence is?very different when viewed in Internet Explorer than when viewed in Mozilla Firefox.? What does she need to?do before publishing her website?A._Check the links in the siteB._Check the site in multiple browsersC._ Check the source codeD._ Check the spelling in the site55. Taylor's website has a menu button that is supposed to take?visitors to , but instead it takes?them to .? Before publishing the website he should check the:A._links in the siteB._site in multiple browsersC._ source codeD._ spelling in the site56. Brittany is creating a website for a major corporation?selling customized products and offering extensive customer support.? Which web hosting service will?BEST meet her needs?A._DedicatedB._FreeC._ HybridD._ Shared57. Sean is building a website on a tight budget.? Which aspect of comparing web hosts will he look at?A._CostB._ReliabilityC._ StorageD._ Traffic58. Dustin is building a website that needs to be accessed by employees 24 hours a day for important information.? Which aspect of comparing web hosts will he look at?A._CostB._ReliabilityC._ StorageD._ Traffic59. Kim is building a new social networking site and hopes to attract millions of users.? Which aspect of comparing web hosts will she look at?A._CostB._ReliabilityC._ StorageD._ Traffic ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download