πŸ“Š Web Technology
Q. PHP files have a default file extension of..
  • (A) .html
  • (B) .xml
  • (C) .php
  • (D) .ph
πŸ’¬ Discuss
βœ… Correct Answer: (C) .php
πŸ“Š Web Technology
Q. In PHP in order to access MySQL database you will use:
  • (A) mysqlconnect() function
  • (B) mysql-connect() function
  • (C) mysql_connect() function
  • (D) sql_connect() function
πŸ’¬ Discuss
βœ… Correct Answer: (C) mysql_connect() function
πŸ“Š Web Technology
Q. Which of the following DBMSs do not have a native PHP extension?
  • (A) MySQL
  • (B) IBM DB/2
  • (C) Microsoft SQL Server
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) None of the above
πŸ“Š Web Technology
Q. Which array function checks if the specified key exists in the array
  • (A) array_key_exist()
  • (B) array_key_exists()
  • (C) array_keys_exists()
  • (D) arrays_key_exists()
πŸ’¬ Discuss
βœ… Correct Answer: (B) array_key_exists()
πŸ“Š Web Technology
Q. There are three different kind of arrays:
  • (A) Numeric array, String array, Multidimensional array
  • (B) Numeric array, Associative array, Dimensional array
  • (C) Numeric array, Associative array, Multidimensional array
  • (D) Const array, Associative array, Multidimensional array
πŸ’¬ Discuss
βœ… Correct Answer: (C) Numeric array, Associative array, Multidimensional array
πŸ“Š Web Technology
Q. What functions count elements in an array?
  • (A) Count
  • (B) Size
  • (C) Array_Count
  • (D) Count_array
πŸ’¬ Discuss
βœ… Correct Answer: (A) Count
πŸ“Š Web Technology
Q. What function computes the difference of arrays?
  • (A) array_diff
  • (B) diff_array
  • (C) arrays_diff
  • (D) diff_arrays
πŸ’¬ Discuss
βœ… Correct Answer: (A) array_diff
πŸ“Š Web Technology
Q. Which of the following is not an HTML tag?
  • (A) < select >
  • (B) < input >
  • (C) < textarea >
  • (D) < list >
πŸ’¬ Discuss
βœ… Correct Answer: (D) < list >
πŸ“Š Web Technology
Q. At which port number, Simple Network Management Protocol (SNMP) operates
  • (A) 160
  • (B) 163
  • (C) 164
  • (D) 161
πŸ’¬ Discuss
βœ… Correct Answer: (D) 161
πŸ“Š Web Technology
Q. Which one of the following is an example of an ‘internet search engine?
  • (A) LINUX
  • (B) Google
  • (C) MS Word
  • (D) Windows
πŸ’¬ Discuss
βœ… Correct Answer: (B) Google