New Year 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 51

The key difference between the While Statement and the Do While Statement is ____________

Options:
A.

The Do While Statement does not check the condition until it has iterated the loop at the first time. The While Statement will check the condition before beginning the first loop.

B.

None. There is no Do While loop in JavaScript.

C.

The While Statement does not check the condition until it has iterated the loop at the first time. The Do While Statement will check the condition before beginning the first loop.

D.

The Do While Statement will check the condition before it loops the first time. The Do While Statement will never check the condition.

CIW 1D0-435 Premium Access
Questions 52

To instantiate new instances of an object you need the new keyword, the function name, and a list of values.

Options:
A.

FALSE

B.

TRUE

Questions 53

JavaScript will support direct database access even if LiveWire is not installed on the server.

Options:
A.

FALSE

B.

TRUE

Questions 54

Language objects are named with a capital letter. Since JavaScript is case sensitive, using lower case to refer to one of these objects will cause an error.

Options:
A.

TRUE

B.

FALSE

Questions 55

The _________ method, allows you to create text that is dynamically written to the window as the script is executed.

Options:
A.

document.write()

B.

document.prompt()

C.

prompt()

D.

document.input()

Questions 56

In JavaScript, the operator =, is an assignment operator. It will __________________

Options:
A.

add the value of the left operand to the right operand

B.

add together the operands.

C.

assign the value of the left operand to the right operand.

D.

assign the value of the right operand to the left operand.

Questions 57

In JavaScript, in order to target a frame, you need to know

Options:
A.

the frame's name.

B.

a frame's number in the frames array

C.

the URL of the frame.

D.

a frame's number in the frames array, or the frame's name.

Questions 58

_______ are the actions that the object property can be made to perform, such as a calculation, an onscreen move, or the writing of text in a window.

Options:
A.

Behaviors

B.

Values

C.

Methods

D.

Properties

Questions 59

In programming, _____ encapsulate predesignated attributes and behaviors.

Options:
A.

methods

B.

objects

C.

attributes

D.

values

Questions 60

The only way to use date and time information in JavaScript is through the Date object.

Options:
A.

FALSE

B.

TRUE