Black Friday Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

How to Pass the CIW 1D0-435 Exam: Comprehensive CIW JavaScript Fundamentals exam Guide and Tips

Questions 1

Which property of the location object specifies the internal link anchor name, which is followed by the number sign (#) in the URL?

Options:

A.

hash

B.

href

C.

host

D.

pathname

Buy Now
Questions 2

You want to embed your JavaScript into an HTML document.

Which HTML tag should you use?

Options:

A.

<COMMENT>

B.

<SCRIPT>

C.

<META>

D.

<OBJECT>

Buy Now
Questions 3

Which company developed JavaScript?

Options:

A.

Sun Microsystems

B.

Microsoft

C.

Netscape

D.

IBM

Buy Now
Questions 4

Which version of Netscape Navigator first supported JavaScript on Microsoft Windows?

Options:

A.

1.0

B.

1.1

C.

2.0

D.

3.0

Buy Now
Questions 5

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

Buy Now
Questions 6

Function blocks begin with the keyword __________ followed by the function name.

Options:

A.

run

B.

SCRIPT

C.

function

D.

method

Buy Now
Questions 7

Cookies are commonly used to store information about a user to maintain state.

Options:

A.

FALSE

B.

TRUE

Buy Now
Questions 8

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!'

Buy Now
Questions 9

VBScript was the first scripting language developed for Webpage design.

Options:

A.

True

B.

False

Buy Now
Questions 10

___________ 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

Buy Now