FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

THE INTERNET

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is used for powerful interactive applications such as Google’s office suite.
A
Content Management System (CMS)
B
Multipurpose Internet Mail Extension (MIME)
C
Hypertext Transfer Protocol (HTTP)
D
Asynchronous JavaScript (Ajax) and XML
Explanation: 

Detailed explanation-1: -AJAX stands for Asynchronous JavaScript And XML. In a nutshell, it is the use of the XMLHttpRequest object to communicate with servers. It can send and receive information in various formats, including JSON, XML, HTML, and text files.

Detailed explanation-2: -AJAX uses JavaScript for dynamic content display, XHTML for content and XML to receive server data.

Detailed explanation-3: -XMLHttpRequest. JavaScript object that performs asynchronous interaction with the server.

Detailed explanation-4: -AJAX stands for “Asynchronous JavaScript and XML”. In simpler words, you can use Ajax to load data from backend without actually the page reloading. You can also send data to the server in the background, request data and receive data while the page has already loaded.

There is 1 question to complete.