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

Free CIW 1D0-435 Practice Exam with Questions & Answers | Set: 2

Questions 11

_______ represent various attributes of an object, such as height, color, font size, sentence length, and so forth.

Options:
A.

Values

B.

behaviors

C.

Methods

D.

Properties

CIW 1D0-435 Premium Access
Questions 12

If the secure attribute is not used, the cookie is not deemed safe to be sent over unprotected channels.

Options:
A.

FALSE

B.

TRUE

Questions 13

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

Options:
A.

.js

B.

.html

C.

.src

D.

.jvs

Questions 14

JavaScript and _____________ are scripting languages that are similar in purpose. Both extend the capabilities of static Web pages.

Options:
A.

Java

B.

C++

C.

VBScript

D.

Visual Basic

Questions 15

Which JavaScript keyword targets the parent of all parent files in a frameset?

Options:
A.

parent

B.

_top

C.

top

D.

_parent

Questions 16

Once the constructor is defined, you need to create new instances of the object. This process is called ___________.

Options:
A.

constructing

B.

populating

C.

instantiation

D.

calling

Questions 17

alert(), prompt() and confirm() are all methods of the __________ object.

Options:
A.

window

B.

browser

C.

form

D.

document

Questions 18

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.

Questions 19

________________ developed JavaScript.

Options:
A.

Netscape

B.

IBM

C.

W3C

D.

Microsoft

Questions 20

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.