PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which choice shows the correct JavaScript code for this action?

You want to add a personalized interaction with your users when they enter your Web site. To do
this, you can display a JavaScript prompt on the home page that asks the user to enter her name.
When the user enters text and clicks the OK button, an alert dialog box will appear and display the
text “Welcome, name” (where name is the text entered by the user). Which choice shows the
correct JavaScript code for this action?

How long will it take for this page to be downloaded by a user with an Internet connection speed of 33.6 kilob

You have been asked to determine the download time for pages on your site.
One page consists of the XHTML document, several image files, and a Flash presentation.
These elements equal 84kilobytes (KB) total. How long will it take for this page to be downloaded
by a user with an Internet connection speed of 33.6 kilobits per second (Kbps)?

Why This code failed validation?

Consider the following XHTML code:
<!DOCTYPEhtml PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/>
<title> This is an HTML document </title>
</head>
<body>
This is a test page for the departmental Web page.
</body>
</html>
This code failed validation. Why?


Page 42 of 263« First...102030...4041424344...506070...Last »