Top 350+ Solved Advance PHP MCQ Questions Answer
Q. --------is a technique for creating fast and dynamic web pages.
a. Ajax
b. Synchronous
c. synchronous XML
d. Asynchronous JavaScript
Q. AJAX allows web pages to be updated-----------by exchanging small amounts of datawith the server behind the scenesSol:
a. Ajax
b. Asynchronous
c. synchronous XML
d. Asynchronous JavaScript
Q. it is possible for Ajax to update parts of a web page, without reloading thewhole page..Sol:
a. Ajax
b. Synchronous
c. synchronous XML
d. Asynchronous JavaScript
Q. ----------capabilities can be especially useful when dealing with forms.Sol:
a. jQuery's ajax
b. serialize()
c. Client-side validation
d. ajaxStart
Q. The-------method serializes a form's data into a query stringSol:
a. jQuery's ajax
b. serialize()
c. Client-side validation
d. ajaxStart
Q. ---------is required for input, valid usernames/emails/phone numbers/etc.Sol:
a. jQuery's ajax
b. serialize()
c. Client-side validation
d. ajaxStart
Q. -----------events can be disabled for a particular Ajax request by passinginthe global optionSol:
a. jQuery's ajax
b. serialize()
c. Global
d. ajaxStart
Q. --------(Global Event):This event is triggered if an Ajax request is startedand no other Ajaxrequests are currently running.Sol:
a. jQuery's ajax
b. serialize()
c. Client-side validation
d. ajaxStart
Q. ------------(Local Event):This event, which is triggered before an Ajaxrequest is started, allows you tomodify the XMLHttpRequest object.Sol:
a. jQuery's ajax
b. beforeSend
c. ajax Send
d. ajaxStart
Q. ------(Global Event):This global event is also triggered before the request isrun.Sol:
a. jQuery's ajax
b. beforeSend
c. ajax Send
d. ajaxStart
Q. -----------(Local Event):This event is only called if the request wassuccessful (no errors from theserver, no errors with the data):Sol:
a. jQuery's ajax
b. beforeSend
c. ajax Send
d. success
Q. ---------(Global Event):This event is also only called if the request wassuccessful.Sol:
a. jQuery's ajax
b. beforeSend
c. ajax Send
d. ajaxSuccess
Q. ----------(Global Event):This global event behaves the same as the localerror event.Sol:
a. jQuery's ajax
b. beforeSend
c. ajax Send
d. ajaxError
Q. -------------(Local Event):This event is called regardless of if the requestwas successful, or not. Youwill always receive a complete callback, even for synchronous requests.Sol:
a. complete
b. ajaxComplete
c. ajaxStop
d. The ajax()
Q. -------------(Global Event):This event behaves the same as the completeevent and will be triggeredevery time an Ajax request finishes.Sol:
a. complete
b. ajaxComplete
c. ajaxStop
d. The ajax()