๐Ÿงช AJAX MCQ Quiz Hub

AJAX Mcq Question Set 1

Choose a topic to test your knowledge and improve your AJAX skills

What are the features of Ajax?





โœ… Correct Answer: 4

What is AJAX?





โœ… Correct Answer: 1

Which of the following are the features of an HTTP request?





โœ… Correct Answer: 4

AJAX based on ____





โœ… Correct Answer: 2

What are the advantages of Ajax?





โœ… Correct Answer: 4

Which of the below is a lieral reverse of Ajax?





โœ… Correct Answer: 4

Who does the chorus believe spread a rumor about Ajax slaughtering cattle?





โœ… Correct Answer: 3

What are the controls of Ajax?





โœ… Correct Answer: 4

Which property is used to control the duration of Ajax request.





โœ… Correct Answer: 1

How can you test the Ajax code?





โœ… Correct Answer: 2

AJAX was made popular by?





โœ… Correct Answer: 2

The jQuery AJAX methods .get(), .post(), and .ajax() all require which parameter to be supplied?





โœ… Correct Answer: 2

What are all the technologies used by Ajax?





โœ… Correct Answer: 4

What does the XMLHttpRequest object accomplish in Ajax?





โœ… Correct Answer: 3

___ Of the following technologies, which one provides the ability to dynamically interact with Web page layout?





โœ… Correct Answer: 3

What is the first step in creating a Joke of the Day application?





โœ… Correct Answer: 2

Ajax stands for Synchronous JavaScript and XML.





โœ… Correct Answer: 2

Ajax is a programming language.





โœ… Correct Answer: 2

Regarding the XMLHttpRequest Object, does the order in which one calls the "open" method and assign a function to the "onreadystatechange" event handler matter?





โœ… Correct Answer: 2

What combination of technologies gives AJAX its name?





โœ… Correct Answer: 2

Which one of these legendary Greek mythical figures or places is the code name for Microsoft's version of AJAX ?





โœ… Correct Answer: 2

Which Web browser is the least optimized for Microsoft's version of AJAX?





โœ… Correct Answer: 3

Which one of these technologies is NOT used in AJAX?





โœ… Correct Answer: 4

AJAX comes in ____.





โœ… Correct Answer: 2

Using AJAX we can made our web page





โœ… Correct Answer: 1

What does the tag do?





โœ… Correct Answer: 1

Ajax is used for creating _____.





โœ… Correct Answer: 1

Ajax stands for ______.





โœ… Correct Answer: 1

What server support Ajax?





โœ… Correct Answer: 3

Which of the following feature makes the Ajax unique?





โœ… Correct Answer: 4

Ajax sends data to a web server _____.





โœ… Correct Answer: 1

Ajax updates a web page ____ reloading the page.





โœ… Correct Answer: 2

How many types of triggers are present in update panel?





โœ… Correct Answer: 2

Which are the triggers present in update panel?





โœ… Correct Answer: 4

Why PostBackTrigger is used in update panel?





โœ… Correct Answer: 1

Why AsyncPostBackTrigger is used in update panel?





โœ… Correct Answer: 2

Which formats are supported by Ajax to send and receive information?





โœ… Correct Answer: 2

Ajax technologies include ______.





โœ… Correct Answer: 4

Which technologies give Ajax its name?





โœ… Correct Answer: 4

Which company made Ajax popular?





โœ… Correct Answer: 2

Ajax is about updating ______, without reloading the full-page.





โœ… Correct Answer: 1

What is update panel in Ajax?





โœ… Correct Answer: 3

Which object can be used to exchange data with a server behind the scenes?





โœ… Correct Answer: 1

What is the correct syntax to create an XMLHttpRequest object?





โœ… Correct Answer: 4

Which method cancels the current request?





โœ… Correct Answer: 2

Which method returns the header information?





โœ… Correct Answer: 1

Which method returns the specific header information?





โœ… Correct Answer: 1

Which method adds a label/value pair to the header to be sent?





โœ… Correct Answer: 3

Which property holds the status of the XMLHttpRequest?





โœ… Correct Answer: 1

Which property returns the response data as a string?





โœ… Correct Answer: 3