πŸ“Š Advanced Web Technologies
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
πŸ’¬ Discuss
βœ… Correct Answer: (D) parent Class or base class
πŸ“Š Advanced Web Technologies
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
πŸ’¬ Discuss
βœ… Correct Answer: (D) BBEdit
πŸ“Š Advanced Web Technologies
Q. PHP 5's new ______ module makes parsing an XML document, well, simple. It turns an XML document into an object that provides structured access to the XML.
  • (A) Ajax
  • (B) XML
  • (C) SimpleXML
  • (D) BBEdit
πŸ’¬ Discuss
βœ… Correct Answer: (C) SimpleXML
πŸ“Š Advanced Web Technologies
Q. ______is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS and Java Script.
  • (A) Ajax
  • (B) XML
  • (C) SimpleXML
  • (D) BBEdit
πŸ’¬ Discuss
βœ… Correct Answer: (A) Ajax
πŸ“Š Advanced Web Technologies
Q. long form of UDDI is _______
  • (A) Universal description language
  • (B) Web services deleted language
  • (C) Universal description, discovery language
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) Universal description, discovery language
πŸ“Š Advanced Web Technologies
Q. loadDoc() function creates an XMLHttpRequest object, adds the function to be executed 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
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. ________ function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server.
  • (A) LoadDoc ()
  • (B) UDDI
  • (C) AjaxStrart()
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) LoadDoc ()