Ajax is a set of web development techniques that uses various web technologies (XML, HTML, CSS, and JavaScript) on the client-side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behavior of the existing page.
Ajax MCQs: This section contains Ajax Multiple-Choice Questions with Answers. These Ajax MCQs are written for beginners as well as advanced, practice these MCQs to enhance and test the knowledge of Ajax.
Title | |
---|---|
Ajax is used for creating _____Ajax is used for creating _____.
The answer is:
A. Web applications
|
|
Ajax stands for ______Ajax stands for ______.
The answer is:
A. Asynchronous JavaScript and XML
|
|
Which are the two major features of AJAX?Which are the two major features of AJAX?
The answer is:
E. Both A. and B.
|
|
Which of the following feature makes the Ajax unique?Which of the following feature makes the Ajax unique?
The answer is:
D. It makes data requests asynchronously
|
|
Ajax sends data to a web server _____Ajax sends data to a web server _____.
The answer is:
A. in the background
|
|
Ajax updates a web page ____ reloading the page |
|
How many types of triggers are present in update panel?How many types of triggers are present in update panel?
The answer is:
B. two
|
|
Which are the triggers present in update panel?Which are the triggers present in update panel?
The answer is:
D. PostBackTrigger and AsyncPostBackTrigger
|
|
Why PostBackTrigger is used in update panel?Why PostBackTrigger is used in update panel?
The answer is:
A. Specifies a control and event that will cause a full-page update
|
|
Why AsyncPostBackTrigger is used in update panel?Why AsyncPostBackTrigger is used in update panel?
The answer is:
B. Specifies a control and event that will cause a partial page update
|
|
Which formats are supported by Ajax to send and receive information?Which formats are supported by Ajax to send and receive information?
The answer is:
B. JSON, XML, HTML, and Text Files
|
|
Ajax technologies include ______Ajax technologies include ______.
The answer is:
F. All of the above
|
|
Which technologies give Ajax its name?Which technologies give Ajax its name?
The answer is:
D. Asynchronous JavaScript and XML
|
|
Which company made Ajax popular? |
|
Ajax is about updating ______, without reloading the full-pageAjax is about updating ______, without reloading the full-page.
The answer is:
A. parts of a web page
|
|
What are the advantages of Ajax?What are the advantages of Ajax?
The answer is:
D. All of the above
|
|
What is update panel in Ajax?What is update panel in Ajax?
The answer is:
C. a dashboard used to update the specified portion of a web page
|
|
Which object can be used to exchange data with a server behind the scenes?Which object can be used to exchange data with a server behind the scenes?
The answer is:
A. XMLHttpRequest
|
|
What is the correct syntax to create an XMLHttpRequest object?What is the correct syntax to create an XMLHttpRequest object?
The answer is:
D. variable = new XMLHttpRequest();
|
|
Which method cancels the current request?Which method cancels the current request?
The answer is:
B. abort()
|
MCQs
Views
Best Answers
Points