New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

CIW 1D0-435 - CIW JavaScript Fundamentals exam

Page: 7 / 8
Total 244 questions

The _______ indicator delineates a comment on a single line of script.

The _____ indicator is used for multiple line comments.

A.

//, /*.....*/

B.

//, /.../

C.

//,*/...*/

D.

/*.....*/, //

1stName would be a valid variable name.

A.

True

B.

False

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

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.

alinkColor, anchors, bgColor, cookie and fgColor are all properties of the _______________ object.

A.

document

B.

browser

C.

form field

D.

window

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

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.

What would the following JavaScript code return?

"SANDY COBB".charAt(3);

A.

N

B.

n

C.

d

D.

D

______________ are named spaces of memory.

A.

methods

B.

variables

C.

values

D.

objects

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

A.

False

B.

TRUE

JavaScript used two types of comment indicators. The _______ indicator delineates a comment on a single line of script. The _____ indicator is used for multiple line comments.

A.

//, /*.....*/

B.

//,*/...*/

C.

//, /.../

D.

/*.....*/, //

The continue statement is used with a __________________.

A.

for or a while loop

B.

for or a next loop

C.

for loop

D.

while statement