C779 Practice Test A Questions and Correct
Answers
Which <form> element attribute and value is considered to be the most secure when sending
data? - ANS method="post"
In which of the following formats are image layers supported? - ANS PNG
For the purposes of Website development, which of the following is an essential characteristic
of a test server? - ANS It must have the same configuration as the "live" server.
Which of the following costs should be considered when providing your own Web server
instead of using a cloud service provider or an Internet Service Provider (ISP)? - ANS A hardware
and software support technician
Consider the following HTML code:
<ul>
<li> Administrators </li>
<li> Programmers </li>
<li> Designers </li>
<li> Writers </li>
</ul>
How will the words Administrators, Programmers, Designers and Writers appear on a Webpage
when displayed in a browser? - ANS As a list of bulleted items
Which of the following is a valid HTML reference to a CSS file? - ANS <link rel="stylesheet"
type="text/css" href="syb/syb.css" title="stylesheet"/>
, GUI editors whose functionality is usually limited to creating individual Webpages are known as
what? - ANS Page editors
Your Web team has recommended a development environment that will make the site appear
more attractive. 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? - ANS Inconvenience to the user, cost, and audience limitation
Infringement is a violation of a copyright or trademark. Copyright and trademark infringement
are punishable crimes. Which of the following would constitute an act of copyright
infringement? - ANS Your company posts on its site sample questions from another company's
industry-certification exam to help students study for the exam.
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"? - ANS
<a href="#targetArea1"> Top of the FAQ </a>
Which is a technology that resides on a server and receives Web form data from the browser,
then processes the data into human-readable format? - ANS CGI
Which of the following is used in many programming languages to help end an infinite loop? -
ANS A break statement
Consider the following HTML code from a page that resides on a Web server:
<a href="/pages/index.html">uCorp</a>
Answers
Which <form> element attribute and value is considered to be the most secure when sending
data? - ANS method="post"
In which of the following formats are image layers supported? - ANS PNG
For the purposes of Website development, which of the following is an essential characteristic
of a test server? - ANS It must have the same configuration as the "live" server.
Which of the following costs should be considered when providing your own Web server
instead of using a cloud service provider or an Internet Service Provider (ISP)? - ANS A hardware
and software support technician
Consider the following HTML code:
<ul>
<li> Administrators </li>
<li> Programmers </li>
<li> Designers </li>
<li> Writers </li>
</ul>
How will the words Administrators, Programmers, Designers and Writers appear on a Webpage
when displayed in a browser? - ANS As a list of bulleted items
Which of the following is a valid HTML reference to a CSS file? - ANS <link rel="stylesheet"
type="text/css" href="syb/syb.css" title="stylesheet"/>
, GUI editors whose functionality is usually limited to creating individual Webpages are known as
what? - ANS Page editors
Your Web team has recommended a development environment that will make the site appear
more attractive. 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? - ANS Inconvenience to the user, cost, and audience limitation
Infringement is a violation of a copyright or trademark. Copyright and trademark infringement
are punishable crimes. Which of the following would constitute an act of copyright
infringement? - ANS Your company posts on its site sample questions from another company's
industry-certification exam to help students study for the exam.
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"? - ANS
<a href="#targetArea1"> Top of the FAQ </a>
Which is a technology that resides on a server and receives Web form data from the browser,
then processes the data into human-readable format? - ANS CGI
Which of the following is used in many programming languages to help end an infinite loop? -
ANS A break statement
Consider the following HTML code from a page that resides on a Web server:
<a href="/pages/index.html">uCorp</a>