πŸ“Š Advanced Web Technologies
Q. Communication between client computers and web servers is done by sending _________________.
  • (A) HTTP request & HTTP Responses
  • (B) GET & POST
  • (C) TCP & FTP
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) HTTP request & HTTP Responses
πŸ“Š Advanced Web Technologies
Q. ______ tag is used for multiple selections.
  • (A) select tag
  • (B) text tag
  • (C) list tag
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) select tag
πŸ“Š Advanced Web Technologies
Q. Get and ________ are two HTTP methods that a client use to pass from data server.
  • (A) get
  • (B) Post
  • (C) Server
  • (D) Client
πŸ’¬ Discuss
βœ… Correct Answer: (B) Post
πŸ“Š Advanced Web Technologies
Q. HTTP stands for ___________.
  • (A) Hyper text transfer protocol
  • (B) hyper text mark protocol
  • (C) File transfer protocol
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) Hyper text transfer protocol
πŸ“Š Advanced Web Technologies
Q. In php, A ___________ is a block of statements that can be used repeatedly in a program.
  • (A) function
  • (B) procedure
  • (C) block
  • (D) loop
πŸ’¬ Discuss
βœ… Correct Answer: (A) function
πŸ“Š Advanced Web Technologies
Q. the _________ statement is used to perform different actions based on different conditions
  • (A) switch
  • (B) if condition
  • (C) foreach
  • (D) while
πŸ’¬ Discuss
βœ… Correct Answer: (B) if condition
πŸ“Š Advanced Web Technologies
Q. The basic assignment operator in PHP is __________ It means that the left operand gets set to the value of the assignment expression on the right.
  • (A) =
  • (B) ++
  • (C) ==
  • (D) ?
πŸ’¬ Discuss
βœ… Correct Answer: (A) =