ASSESSMENT 2022/2023
1. In which of the following formats are image layers supported?: PNG
2. Which statement most accurately describes the CSS "width" property
used with the <table> element?: It determines how far the table will extend
horizontally across the page.
3. Consider the following code:
<a id="targetArea1">
<h1>FAQ</h1>
</a>
Which of the following lines of HTML code will create a link to the text that
reads "FAQ"?: <a href="#targetArea1"> Top of the FAQ </a>
4. Your tasks include identifying competitors, determining your company's
market penetration and consulting market research sources. These tasks are
examples of:: off-site Web analytics.
5. You want to create a horizontal rule on your Web page that is 10 pixels
high and occupies 20 percent of the screen. You also want to ensure that
the page validates as HTML5. Which line of HTML code will fulfill these
requirements?: <hr style="height:10px; width:20%;"/>
6. Which of the following is a valid HTML reference to a CSS file?: <link
rel="stylesheet" type="text/css" href="syb/syb.css" title="stylesheet"/>
7. Your Web team has recommended a development environment that will
make the site appear more attractive. This development environment is also
proven to reduce development costs. However, it requires all site users to
first download a browser plug-in. Which choice lists the affecting factors your
team should consider before implementing this development environment?-
: Inconvenience to the user, cost, and audience limitation
8. Which of the following is used in many programming languages to help
end an infinite loop?: A break statement
9. Consider the following HTML code from a page that resides on a Web
server:
<a href="/pages/index.html"> CCYP Home </a>
According to this code, where does the file named index.html reside on the
server?: In the "pages" directory, which resides off of the server's root directory
1/4