Ajax is used for creating _____.
- Web applications
- Desktop applications
- System applications
- Both A. and B.
Answer: A) Web applications
2. Ajax stands for ______.
- Asynchronous JavaScript and XML
- Asynchronous JSON and XML
- Asynchronous Java and XML
- Asynchronous JavaScript and XMLHttpRequest
Answer: A) Asynchronous JavaScript and XML
3. Which are the two major features of AJAX?
- Make requests to the server without reloading the page
- Receive and work with data from the server
- Make requests to the server with reloading the page
- Only receive the data from the server
Answer: A & B
4. What server support Ajax?
- WWW
- SMTP
- HTTP
- All of the above
Answer: C) HTTP
5. Which of the following feature makes the Ajax unique?
- It can work with all the databases
- It is a server-side application can also be used to create servers
- It can use Python & C++ for programming
- It makes data requests asynchronously
Answer: D) It makes data requests asynchronously
6. Ajax sends data to a web server _____.
- in the background
- before loading the page
- with reloading the page
- All of the above
Ajax updates a web page ____ reloading the page.
- with
- without
Answer: B) without
How many types of triggers are present in update panel?
- one
- two
- three
- four
Answer: B) two