Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

1D0-435 CIW JavaScript Fundamentals exam Questions and Answers

Questions 4

Can the practice of calling JavaScript functions from framesets be extended to calling them from different browser windows?

Options:

A.

Yes – but only if the Webmaster creates a hard link to the new window.

B.

No – the method used to refer one window to another is always coded in the frameset.

C.

No – JavaScript cannot perform this task; it is handled in the index.txt file.

D.

Yes – the syntax is slightly different, but the concept is basically the same.

Buy Now
Questions 5

After calling the constructor function, the keyword "constructor" returns the specific properties for the custom object to the calling instantiation statement.

Options:

A.

TRUE

B.

FALSE

Buy Now
Questions 6

The __________ is the building block of all custom objects.

Options:

A.

statement

B.

function

C.

variable

D.

constructor

Buy Now
Questions 7

With JavaScript, it is possible to change two frames simultaneously.

To do this, you must write a function that includes _________________

Options:

A.

two location.href statements

B.

two parent.parent statements

C.

two references to top

D.

You cannot really do this.

Buy Now
Questions 8

In JavaScript, there are __________ types of expressions.

Options:

A.

6

B.

7

C.

4

D.

5

Buy Now
Questions 9

_________ is the process of creating new copies of an object

Options:

A.

Instantiation

B.

Repeating

C.

Replicating

D.

Object coding

Buy Now
Questions 10

_________ is used to associate an object's name with the object's properties or methods.

Options:

A.

A property

B.

A function

C.

A statement

D.

Dot notation

Buy Now
Questions 11

Which form element would you use to create a scriptable button other than a reset or submit button?

Options:

A.

reset

B.

frm.Button

C.

button

D.

form.button

Buy Now
Questions 12

Variables can store _______ data types in JavaScript.

Options:

A.

7

B.

5

C.

4

D.

6

Buy Now
Questions 13

A way to exit a loop that would otherwise continue to execute is to use the break statement. If a condition is reached, the user is allowed to break out of the loop. You can use the break statement within the ______________.

Options:

A.

if and else loops

B.

for and while loops

C.

while and else statements

D.

if and for statements

Buy Now
Questions 14

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.

Buy Now
Questions 15

Which of the following is the JavaScript's server-side solution that 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.

Java

D.

LiveWire

Buy Now
Questions 16

You want to comment out a single line of JavaScript in a function.

Which of the following should you use in your code?

Options:

A.

//

B.

C.

/”…”/

D.