Month End Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

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

Questions 41

Which is the best definition of a JavaScript instance?

Options:
A.

A time-limited set of values taken from a database

B.

An example of a field in a database

C.

An example of an object

D.

A static representation of real-time data

CIW 1D0-435 Premium Access
Questions 42

Several different types of JavaScript objects exist, such as String, Math, Array, and Date. What are these types of objects called?

Options:
A.

Navigator

B.

Language

C.

Image

D.

Document

Questions 43

Which special character in JavaScript is interpreted as a new line?

Options:
A.

\\

B.

\n

C.

\b

D.

\t

Questions 44

What is the primary difference between methods and functions when working with custom JavaScript objects?

Options:
A.

There is no difference between methods and functions in JavaScript.

B.

Methods work with single instances of objects, whereas functions can work on all instances of an object.

C.

Functions are declared in the constructor, whereas methods are never declared in the constructor.

D.

Methods are single entities, whereas functions can have more than one method.

Questions 45

Which one of the following choices describes a type of information that a cookie can readily provide?

Options:
A.

The current licensing status of the software on the user's hard drive

B.

The addresses of all e-mail recipients with which the user has corresponded

C.

The current buying habits of the user

D.

A history of the sites that the user has visited

Questions 46

JavaScript is not platform independent.

Options:
A.

False

B.

True

Questions 47

What will the following code cause to happen on Mouseover?

<a href="javascript:linksFun();"

onMouseOver="status='Related Links';return true;"

onMouseOut="status='';return true;">Related Links

Options:
A.

nothing

B.

The words "Related Links" will appear in the status bar.

C.

The words "Related Links" will appear as a drop down list.

D.

The words "Related Links" will disappear in the status bar.

Questions 48

Frames are arranged in a parent child hierarchy. With this in mind, in JavaScript, which keyword targets the parent of all parents in a frameset?

Options:
A.

top

B.

_parent

C.

parent

D.

_top

Questions 49

On of the most common and functional uses of client-side JavaScript is to _______________________________.

Options:
A.

preform temporary calcuations.

B.

validate form field submissions.

C.

alert users with a greeting.

D.

prompt users for input.

Questions 50

The continue statement can only be used within a __________________.

Options:
A.

for or a while loop

B.

for loop

C.

for or a next loop

D.

while statement