Which of the following best describes how JavaScript communicates with databases when used with AJAX?
Answer : D
How does AJAX use the XMLHttpRequest object"?

Answer : B
Which choice demonstrates the correct syntax for declaring a variable to represent the month in which a person was born?
Answer : C
Which of the following is a benefit of using a predefined library, such as JQuery?
Answer : B
Consider the following code:

What will be displayed for the computer inventory after the Update Inventory button is clicked twice?
Answer : C
Loni needs to create a scriptable button in her Web form that does not submit the form but instead, calls a custom function What HTML code should she use?
A)

B)

C)

D)

Answer : C
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