Top 50+ Solved Ajax with PHP MCQ Questions Answer
Q. the _________ statement is used to check the action on each step and performdifferent actions based on different conditionsSol:
a. if else
b. else if ladder
c. whie loop
d. for loop
Q. In PHP, ______in this loop we check show true statement first then check thecondition :Sol:
a. for each
b. for
c. whie loop
d. do while
Q. -----is very strict when it comes to document structureSol:
a. XML
b. Asyanchronous java script
c. Ajax
d. java script
Q. -------and XML. AJAX is a technique for creating fast and dynamicweb pages.Sol:
a. XML
b. Asyanchronous java script
c. Ajax
d. java script
Q. Ajax refers to------and XML, technologies that are widely used for creating dynamicand asynchronous web contentSol:
a. XML
b. Asyanchronous java script
c. Ajax
d. java script
Q. While-----is not limited to JavaScript and XML technologies, more often than notthey are used togetherby web applications.Sol:
a. XML
b. Asyanchronous java script
c. Ajax
d. java script
Q. -----is a technique for creating fast and dynamic web pagesSol:
a. XML
b. Asyanchronous java script
c. Ajax
d. java script
Q. --------allows web pages to be updated asynchronously by exchanging small amountsof data with the server behind the scenes.Sol:
a. XML
b. Asyanchronous java script
c. Ajax
d. java script
Q. -----works with predefined tags like <p>,<h1>, <table>, etc.Sol:
a. HTML
b. Asyanchronous java script
c. Ajax
d. java script
Q. With------the author must define both the tags and the document structureSol:
a. XML
b. Asyanchronous java script
c. Ajax
d. java script
Q. ------not works with predefined tags like <p>,<h1>, <table>, etc.Sol:
a. XML
b. Asyanchronous java script
c. Ajax
d. java script
Q. class needs to inherit multiple behaviours? OOP --------is used to solve this problem.Sol:
a. static
b. self
c. traits
d. single inheritance
Q. -------are used to declare methods that can be used in multiple classes. Traits can havemethods and abstract methods that can be used in multiple classes.Sol:
a. static
b. self
c. traits
d. single inheritance
Q. ----------are declared with the trait keywordSol:
a. static
b. self
c. traits
d. single inheritance
Q. ----------methods can be called directly - without creating an instance of the class first.Sol:
a. static
b. self
c. traits
d. single inheritance