What does the acronym AJAX stand for? MCQ with Answer and Explanation

What does the acronym AJAX stand for?
A. Advanced JavaScript and XHTML
B. Asynchronous Java and XML
C. Asynchronous JavaScript and XML
D. Automated JavaScript and XML
Answer: Option C
Solution (By JKExamLibrary)
AJAX stands for Asynchronous JavaScript and XML, a technique for creating asynchronous web applications that exchange data with the server without reloading the page.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following HTTP status code categories indicates that a server-side failure or system issue occurred while processing a request?
A. 3xx series
B. 4xx series
C. 2xx series
D. 5xx series

Correct Answer: Option D


Explanation:
HTTP status codes in the 5xx range (such as 500 Internal Error or 502 Bad Gateway) mean the request failed due to an error on the server side.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is a web browser's 'bookmark' used for?
A. To block websites
B. To manage browsing history
C. To store passwords
D. To save a URL for quick access later

Correct Answer: Option D


Explanation:
A bookmark (or favorite) is a stored link to a web page that allows users to quickly revisit it without typing the URL again.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the role of a web-based application firewall (WAF)?
A. To manage DNS
B. To provide load balancing
C. To filter and monitor HTTP traffic to protect web applications
D. To accelerate content delivery

Correct Answer: Option C


Explanation:
A WAF specifically monitors and filters HTTP traffic, blocking malicious requests, and protecting against common web vulnerabilities.

This question belongs to: Computer Internet and Web Technologies