Pass the CIW Master CIW Enterprise Developer 1D0-435 Questions and answers with CertsForce

Viewing page 4 out of 8 pages
Viewing questions 31-40 out of questions
Questions # 31:

The method toUpperCase() can also be called a function.

Options:

A.

FALSE


B.

TRUE


Expert Solution
Questions # 32:

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.


Expert Solution
Questions # 33:

in JavaScript, x++ will add one to the value of x after the assignment is complete.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 34:

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.


Expert Solution
Questions # 35:

A ____________ is an input object in the shape of a small square that can be selected, or checked on or off.

Options:

A.

input box


B.

checkbox


C.

select


D.

radio button


Expert Solution
Questions # 36:

JavaScript is a strong object-oriented language that relies, for a large part of its functionality, on objects and their attendant methods and properties.

Options:

A.

False


B.

TRUE


Expert Solution
Questions # 37:

JavaScript contains both Keywords that you must use to achieve specific results and Reserved words that you are not permitted to use for variable or function names.

Options:

A.

TRUE


B.

FALSE


Expert Solution
Questions # 38:

The __________ object is used to reflect information about the browser being used. This object can determine the brand and version of the browser in use, as well as the user's operating system.

Options:

A.

navigator


B.

userAgent


C.

useNav


D.

version


Expert Solution
Questions # 39:

Which if any of the following enables you to access a child window from the parent window using an object reference?

Options:

A.

The opener property of the window object


B.

The open() method of the window object


C.

The parent.parent statement


D.

None. This cannot be done.


Expert Solution
Questions # 40:

To instantiate and then populate the properties of each new instance with actual data, you must _________ _________.

Options:

A.

declare functions


B.

declare variables


C.

create values


D.

call the function


Expert Solution
Viewing page 4 out of 8 pages
Viewing questions 31-40 out of questions