Top 150+ Solved Advanced Web Technologies MCQ Questions Answer
Q. loadDoc() function creates an XMLHttpRequest object, adds the function to beexecuted when the server response is ready, and sends the request off to the server.
a. true
b. false
c. both a and b
d. none of these
Q. the long form of axis is Asynchronous java script & xml
a. true
b. false
c. both a and b
d. none of these
Q. long form of UDDI is _______
a. Universal description language
b. Web services deleted language
c. Universal description, discovery language
d. none of these
Q. ______is a new technique for creating better, faster, and more interactive web applicationswith the help of XML, HTML, CSS and Java Script.
a. Ajax
b. XML
c. SimpleXML
d. BBEdit
Q. While writing your PHP program, it is a good idea to use PHP-aware editors like ____
a. Ajax
b. XML
c. SimpleXML
d. BBEdit
Q. A class that is inherited from by another class. This is also called a ____
a. child class
b. class
c. member function
d. parent Class or base class
Q. ________ a type of polymorphism in which some or all of operators have differentimplementations depending on the types of their arguments
a. overloading
b. data Abstraction
c. Encapsulation
d. member function
Q. ________Any representation of data in which the implementation details are hidden
a. overloading
b. data Abstraction
c. Encapsulation
d. member function
Q. __________ refers to a concept where we encapsulate all the data and member functionstogether to form an object.
a. overloading
b. data Abstraction
c. Encapsulation
d. member function
Q. __________ These are the function defined inside a class and are used to access objectdata.
a. child class
b. class
c. member function
d. parent Class
Q. ________ This is a programmer-defined data type, which includes local functions as well aslocal data.
a. child class
b. class
c. member function
d. parent Class
Q. _______ A class that inherits from another class. This is also called a subclass or derivedclass.
a. child class
b. class
c. member function
d. parent Class