CIW JavaScript Specialist 1D0-735 Exam Practice Test

Page: 1 / 14
Total 55 questions
Question 1

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



Answer : D


Question 2

Which of the following is not a best practice when using JavaScript libraries?



Answer : A


Question 3

Consider the following code.

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



Answer : D


Question 4

Consider this source code:

Giam needs to write a script to access the first element in the source code. What code should he use?



Answer : C


Question 5

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 6

Geraldine is creating a custom object to store user account data on her Web site. She has written the following code it is not working properly. What change should she make to enable the script to run correctly?



Answer : A


Question 7

Consider the following code:

What will be displayed for the computer inventory after the Update Inventory button is clicked twice?



Answer : C


Page:    1 / 14   
Total 55 questions