COMPUTER FUNDAMENTALS

COMPUTER NETWORKS AND COMMUNICATIONS

INTERNET AND WEB TECHNOLOGIES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Short for Asynchronous JavaScript and XML. With this web apps can send and receive data in the background without disrupting the display and behavior of the page.
A
AJAX
B
JSON
C
HTML
D
Drupal
E
Library
Explanation: 

Detailed explanation-1: -AJAX stands for Asynchronous JavaScript And XML. It refers to web development techniques that use XML, HTML, JavaScript, and CSS for web service interaction allowing for faster and more interactive web applications.

Detailed explanation-2: -AJAX = Asynchronous JavaScript And XML. AJAX is not a programming language. AJAX just uses a combination of: A browser built-in XMLHttpRequest object (to request data from a web server)

Detailed explanation-3: -AJAX = Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.

There is 1 question to complete.