Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

The continue statement can only be used within a __________________.

A.

for or a while loop

B.

for loop

C.

for or a next loop

D.

while statement

On of the most common and functional uses of client-side JavaScript is to _______________________________.

A.

preform temporary calcuations.

B.

validate form field submissions.

C.

alert users with a greeting.

D.

prompt users for input.

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

|| is a comparison operator.

A.

FALSE

B.

TRUE

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.

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

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.

Raul is creating a Web page. Without a client-server interaction, he wants to ensure that a client enters data into some specific form fields. Which language should Raul use to accomplish this task?

A.

LiveWire

B.

HTML

C.

Client-side JavaScript

D.

Server-side JavaScript

JavaScript is most similar to which of the following languages?

A.

ECMAScript

B.

VBScript

C.

NetScript

D.

MicroScript

Management tells Wilhelm that he should use more object-oriented features in his Web site.

Before doing this, what does Wilhelm need to know about objects?

A.

Objects are specified fields in databases or instances of spreadsheets.

B.

Objects can contain static data as well as functions or methods.

C.

Objects need to be declared very carefully because they can slow a server dramatically if they are mishandled.

D.

Objects cannot see each other, and an extra layer of code that declares objects and functions is required to initiate the program.

Which property of the location object specifies the full URL of a file or site?

A.

hash

B.

pathname

C.

href

D.

protocol