πŸ“Š Advanced Web Technologies
Q. URL stands for ____________ .
  • (A) Uniform resource locator
  • (B) Universal resource location
  • (C) Universe research land mark
  • (D) non of theses
πŸ’¬ Discuss
βœ… Correct Answer: (A) Uniform resource locator
πŸ“Š Advanced Web Technologies
Q. If you create a __destruct() function, PHP will automatically call this function at the end of the script.
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. A ______is called when the object is destructed or the script is stopped or exited.
  • (A) destructor
  • (B) constructor
  • (C) object
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) destructor
πŸ“Š Advanced Web Technologies
Q. If you create a __construct() function, PHP will automatically call this function when you create an object from a class.
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. A ______allows you to initialize an object's properties upon creation of the object.
  • (A) classes
  • (B) constructor
  • (C) object
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) constructor
πŸ“Š Advanced Web Technologies
Q. _______are the two main aspects of object-oriented programming.
  • (A) classes and objects
  • (B) constructor and destructor
  • (C) object and array
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) classes and objects
πŸ“Š Advanced Web Technologies
Q. A ______ is a way to store information (in variables) to be used across multiple pages.
  • (A) cookie
  • (B) session
  • (C) abs
  • (D) sqrt
πŸ’¬ Discuss
βœ… Correct Answer: (B) session
πŸ“Š Advanced Web Technologies
Q. A ______is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values.
  • (A) cookie
  • (B) session
  • (C) abs
  • (D) sqrt
πŸ’¬ Discuss
βœ… Correct Answer: (A) cookie