CIW 1D0-735 CIW JavaScript Specialist Exam Practice Test

Page: 1 / 14
Total 55 questions
Question 1

Consider the following code.

Which of the following will occur if the user's response is 25?



Answer : D


Question 2

Marshall's computer previously contracted malware because he unknowingly clicked on an infected link in a pop-up window. What can he do to secure the Web browser so that he is protected in the future?



Answer : C


Question 3

Consider the following code:

The processform() function is not executed when the submit button is pressed. What change should be made to correct this?



Answer : A


Question 4

How does AJAX use the XMLHttpRequest object"?



Answer : B


Question 5

Which of the following best describes how JavaScript communicates with databases when used with AJAX?



Answer : D


Question 6

Which of the following comparison statement will return true?

A)

X=10;

Y=11;

y--;

x==y

B)

X=10;

Y=11;

Y++;

x==y'

C)

X=11;

Y=10;

y--;

x==y;

D)

X=11;

Y=10;

y-= 1;

x==y



Answer : D


Question 7

What basis code is needed to define the JavaScript function avgGrades?



Answer : C


Page:    1 / 14   
Total 55 questions