Home > PHP & Programming > Quizzes > Advanced PHP Practice Test: Ajax with PHP
Advanced PHP Practice Test: Ajax with PHP
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 59% Most missed: “it is possible for Ajax to update parts of a web page, without reloading the who…”
Advanced PHP Practice Test: Ajax with PHP
Time left 00:00
25 Questions

1. ....-is a technique for creating fast and dynamic web pages Sol:
2. ......not works with predefined tags like

,

, , etc. Sol:
3. ..........are declared with the trait keyword Sol:
4. (Global Event):This global event is triggered if there are no more Ajax requests being processed.
5. The........method is used to perform an AJAX (asynchronous HTTP) request
6. Ajax refers to................technologies that are widely used for creating dynamic and asynchronous web content
7. ....-is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS and Java Script.
8. ............-(Local Event):This event is called regardless of if the request was successful, or not. You will always receive a complete callback, even for synchronous requests.
9. ..........-is a markup language that looks a lot like HTML Sol:
10. While Ajax is not limited to..........-technologies, more often than not they are used together by web applications.
11. PHP supports the following data types: Sol:
12. ......-and XML. AJAX is a technique for creating fast and dynamic web pages.
13. ........allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes.
14. ..............-and XML. AJAX is a technique for creating fast and dynamic web pages.
15. class needs to inherit multiple behaviours? OOP ........is used to solve this problem. Sol:
16. With....-when submit is pressed, JavaScript will make a request to the server, interpret the results and update the current screen.
17. ......-are used to declare methods that can be used in multiple classes. Traits can have methods and abstract methods that can be used in multiple classes.
18. ............(Local Event):This event, which is triggered before an Ajax request is started, allows you tomodify the XMLHttpRequest object.
19. PHP divides the operators in the following groups: Sol:
20. An............is a basic unit of XML information composed of elements and other markup in an orderly package.
21. ..........values must always be quoted in xml. Either single or double quotes can be used.
22. While....-is not limited to JavaScript and XML technologies, more often than not they are used together by web applications.
23. the _________ statement is used to check the action on each step and perform different actions based on different conditions
24. ........-is required for input, valid usernames/emails/phone numbers/etc. Sol:
25. ..........-(Local Event):This event is only called if the request was successful (no errors from the server, no errors with the data):