1.
Using the AJAX, web applications can receive and send date asynchronously from a
Correct Answer
D. Store
Explanation
AJAX (Asynchronous JavaScript and XML) is a technique that allows web applications to send and receive data asynchronously, without the need to refresh the entire page. It enables the application to communicate with a server in the background, without interrupting the user's interaction with the page. In this context, the term "store" refers to a data storage location, such as a database or a server, where the web application can retrieve and store data. Therefore, the correct answer is "Store" as it encompasses both the database and server, which are common storage options for web applications using AJAX.
2.
The technologies incorporated in AJAX are these except
Correct Answer
D. Product applications
Explanation
AJAX (Asynchronous JavaScript and XML) is a web development technique that combines HTML, CSS, JavaScript, and the Document Object Model (DOM) to create interactive and dynamic web applications. The technologies incorporated in AJAX are HTML, CSS, and JavaScript, as they are the essential components for building AJAX applications. However, "Product applications" is not a technology or component used in AJAX, making it the correct answer.
3.
With Ajax, which of these is no longer required for data manipulation?
Correct Answer
B. XSLT
Explanation
With Ajax, XSLT is no longer required for data manipulation. Ajax allows for asynchronous communication between the client and server, enabling the retrieval and manipulation of data without the need for a full page reload. JSON (JavaScript Object Notation) is commonly used as the data format in Ajax requests, as it is lightweight and easily readable by JavaScript. XML and XSLT, on the other hand, are not necessary for data manipulation with Ajax as JSON can handle the task more efficiently.
4.
With Ajax, which of these is no longer required for data exchange ?
Correct Answer
A. XML
Explanation
With Ajax, XML is no longer required for data exchange. Ajax allows for asynchronous communication between the client and server, enabling data to be exchanged without requiring a full page reload. XML was commonly used for data exchange before Ajax, but with the advent of Ajax, other lightweight data formats like JSON have become more popular due to their simplicity and ease of use. JSON is now commonly used for data exchange in Ajax applications.
5.
Which of these bring AJAX technologies together?
Correct Answer
B. JavaScript
Explanation
JavaScript brings AJAX technologies together. AJAX (Asynchronous JavaScript and XML) is a set of web development techniques that allows for the asynchronous exchange of data between a web browser and a web server. JavaScript is the primary language used to implement AJAX functionality on the client-side. It provides the ability to make asynchronous requests to the server, handle the response, and update the webpage dynamically without requiring a full page reload.
6.
AJAX allows web page to dynamically
Correct Answer
A. Change content
Explanation
AJAX stands for Asynchronous JavaScript and XML. It is a technology that allows web pages to update content dynamically without reloading the entire page. With AJAX, developers can send and receive data from a server in the background, enabling them to change the content of a web page without requiring a full page reload. This makes the user experience smoother and more interactive as it allows for real-time updates without interrupting the user's workflow. Therefore, the correct answer is "change content".
7.
HTML and CSS are used for
Correct Answer
A. Marking up and styling information
Explanation
HTML and CSS are used for marking up and styling information. HTML is used to structure the content and provide meaning to the different elements on a webpage, while CSS is used to style and format those elements, making them visually appealing and organized. Together, HTML and CSS play a crucial role in creating visually appealing and well-structured web pages.
8.
Google made a deployment of AJAX cross browser technology with Gmail in
Correct Answer
C. 2004
Explanation
In 2004, Google made a deployment of AJAX cross browser technology with Gmail. This technology allowed for a more seamless and interactive user experience on the web. By using AJAX, Gmail was able to load and update content dynamically without requiring a full page refresh. This made it possible for users to compose emails, search their inbox, and perform other tasks without interruption. The introduction of AJAX in Gmail revolutionized web applications and set a new standard for user-friendly and responsive interfaces.
9.
Which of these publicly used the term "Ajax" in 18 February 2018?
Correct Answer
B. Jesse James
10.
Google made a deployment of cross browser technology with GoogleMaps in
Correct Answer
D. 2005
Explanation
In 2005, Google made a deployment of cross browser technology with Google Maps. This means that Google implemented a technology that allowed Google Maps to be accessible and compatible with different web browsers. This was an important development as it ensured that users could access and use Google Maps regardless of the browser they were using, making the service more widely available and user-friendly.