Pass the CIW Master CIW Enterprise Developer 1D0-435 Questions and answers with CertsForce

Viewing page 1 out of 8 pages
Viewing questions 1-10 out of questions
Questions # 1:

A button that changes its image on mouseover is an example of _______________.

Options:

A.

the mouseover object


B.

the mouseover method


C.

the mouseover property


D.

the image object


Expert Solution
Questions # 2:

___________ is JavaScript's server-side solution. It enables you to connect Web pages to databases, as well as enable server-side image maps and save client state so that the computer will remember where the client is in a multi-page preocess.

Options:

A.

ServerSide JavaScript


B.

JavaWire


C.

LiveWire


D.

Java


Expert Solution
Questions # 3:

Which of the following is a correct way in JavaScript to target the second frame in a frames array, assuming the name of the frame is "b"?

Options:

A.

parent.b.location.href = "new.htm";


B.

parent.frames[1].location.href = "new.htm"; or parent.b.location.hre = "new.htm";


C.

parent.frames[1].location.href = "new.htm";


D.

parent.frames[1].URL.href = "new.htm";


Expert Solution
Questions # 4:

What is the following?

Set-Cookie: name=Value: expires=date; path=path; domain=domain; secure

Options:

A.

A cookie header


B.

A name value pair


C.

A set cookie object


D.

A cookie setter


Expert Solution
Questions # 5:

In JavaScript, ++x+ will add one to the value of x after the assignment is complete.

Options:

A.

FALSE


B.

TRUE


Expert Solution
Questions # 6:

What willthe following JavaScript code do when it runs?

<SCRIPT Language="JavaScript">

<!--

var d=new Date;

var h=d.getHours();

var msg="";

var targ;

if(h<12)

msg="<h1>Good Morning!</h1>";

else if(h>=12 && h<18)

msg="<h1>Good Afternoon!</h1>";

else

msg="<h1>Good Evening!<h1>";

document.write(msg);

/-->

</SCRIPT>

Options:

A.

It will write "Good Afternoon!'


B.

If it is before noon, it will write "Good Morining!", if after noon but before 6 pm, "Good Afternoon!" if after 6 pm, "Good Evening!"


C.

It will write "Good Evening!"


D.

It will write "Good Morning!'


Expert Solution
Questions # 7:

Which of the following is the proper file extension for an external script file.

Options:

A.

.js


B.

.html


C.

.src


D.

.jvs


Expert Solution
Questions # 8:

document.cookie = "name = value"; or document.cookie = "name = value;expi

es = date"; are both proper syntax for assigning cookies in JavaScript.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 9:

The ____________ contains path information for the URL that issued the cookie.

Options:

A.

path=path pair


B.

domain=domain pair


C.

name=value pair


D.

url=url pair


Expert Solution
Questions # 10:

Which if any of the following enables you to access the methods and properties of the parent window from a newly opened child window?

Options:

A.

The opener property of the window object


B.

The self.href statement


C.

The parent.parent statement


D.

None. This cannot be done.


Expert Solution
Viewing page 1 out of 8 pages
Viewing questions 1-10 out of questions