AJAX

Answer all questions carefully. After submission, you will see a detailed result and answer review.

Question 1
What does AJAX stand for?
Question 2
What is the purpose of the XMLHttpRequest property readyState in AJAX?
Question 3
What is the purpose of the AJAX method $.getJSON() in jQuery?
Question 4
Which object is commonly used to create an XMLHttpRequest in JavaScript?
Question 5
What is the purpose of the XMLHttpRequest method open() in AJAX?
Question 6
Which of the following is true regarding the Same-Origin Policy in AJAX?
Question 7
Which method is used to send an AJAX request in jQuery?
Question 8
Which HTTP method is typically used for sending data to the server in an AJAX request?
Question 9
What is the purpose of the onreadystatechange event in AJAX?
Question 10
In AJAX, what does the acronym JSON stand for?