πŸ“Š Advanced Web Technologies
Q. The _____ function returns the absolute (positive) value of a number:
  • (A) count
  • (B) min
  • (C) abs
  • (D) sqrt()
πŸ’¬ Discuss
βœ… Correct Answer: (C) abs
πŸ“Š Advanced Web Technologies
Q. The _____ functions can be used to find the lowest or highest value in a list of arguments:
  • (A) count & num
  • (B) min & max
  • (C) abs & count
  • (D) sqrt() & round
πŸ’¬ Discuss
βœ… Correct Answer: (B) min & max
πŸ“Š Advanced Web Technologies
Q. The index can be assigned automatically (index always starts at 0), like this: $cars = array("Volvo", "BMW", "Toyota");
  • (A) true
  • (B) false
  • (C) both a and b
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) true
πŸ“Š Advanced Web Technologies
Q. In PHP, there are three types of arrays:
  • (A) Indexed arrays -
  • (B) Associative arrays -
  • (C) Multidimensional arrays -
  • (D) all of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the above