πŸ“Š Advanced Web Technologies
Q. When inheriting from an abstract class, the child class method must be defined with the same name, and the same or a less restricted access modifier.
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. An abstract class is a class that contains at least one abstract method. An abstract method is a method that is declared, but not implemented in the code.
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. Abstract classes and methods are when the parent class has a named method, but need its child class(es) to fill out the tasks.
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. An inherited class is defined by using the ______ keyword.
  • (A) extends
  • (B) constructor
  • (C) object
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) extends
πŸ“Š Advanced Web Technologies
Q. __________ function is used to change the default database for the connection.
  • (A) fetch_array()
  • (B) Cookie()
  • (C) S_Array()
  • (D) mysqli_select_db()
πŸ’¬ Discuss
βœ… Correct Answer: (D) mysqli_select_db()
πŸ“Š Advanced Web Technologies
Q. The ssl_set()function is used to establish secure connections using _____
  • (A) secure socket layer (SSL)
  • (B) Mysql
  • (C) http
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) secure socket layer (SSL)
πŸ“Š Advanced Web Technologies
Q. The____ function fetches a result row as an associative array, a numeric array, or both.
  • (A) fetch array()
  • (B) Cookie()
  • (C) S_Array()
  • (D) D_array()
πŸ’¬ Discuss
βœ… Correct Answer: (A) fetch array()
πŸ“Š Advanced Web Technologies
Q. _______ statements reduce parsing time as the preparation on the query is done only once (although the statement is executed multiple times)
  • (A) Prepared
  • (B) fetch
  • (C) array
  • (D) SSL
πŸ’¬ Discuss
βœ… Correct Answer: (A) Prepared
πŸ“Š 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 ________ too.
  • (A) Cookie & cookie
  • (B) FTP & TCP
  • (C) GET & POST
  • (D) HTTP request & HTTP Responses
πŸ’¬ Discuss
βœ… Correct Answer: (A) Cookie & cookie