🧪 AJAX MCQ Quiz Hub

AJAX Mcq Question Set 1

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

1. What are the features of Ajax?




2. What is AJAX?




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




4. AJAX based on ____




5. What are the advantages of Ajax?




6. Which of the below is a lieral reverse of Ajax?




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




8. What are the controls of Ajax?




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




10. How can you test the Ajax code?




11. AJAX was made popular by?




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




13. What are all the technologies used by Ajax?




14. What does the XMLHttpRequest object accomplish in Ajax?




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




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




17. Ajax stands for Synchronous JavaScript and XML.




18. Ajax is a programming language.




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




20. What combination of technologies gives AJAX its name?




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




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




23. Which one of these technologies is NOT used in AJAX?




24. AJAX comes in ____.




25. Using AJAX we can made our web page




26. What does the tag do?




27. Ajax is used for creating _____.




28. Ajax stands for ______.




29. What server support Ajax?




30. Which of the following feature makes the Ajax unique?




31. Ajax sends data to a web server _____.




32. Ajax updates a web page ____ reloading the page.




33. How many types of triggers are present in update panel?




34. Which are the triggers present in update panel?




35. Why PostBackTrigger is used in update panel?




36. Why AsyncPostBackTrigger is used in update panel?




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




38. Ajax technologies include ______.




39. Which technologies give Ajax its name?




40. Which company made Ajax popular?




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




42. What is update panel in Ajax?




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




44. What is the correct syntax to create an XMLHttpRequest object?




45. Which method cancels the current request?




46. Which method returns the header information?




47. Which method returns the specific header information?




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




49. Which property holds the status of the XMLHttpRequest?




50. Which property returns the response data as a string?