Posts

Showing posts with the label PHP MCQs Basic

Web Application Development Quiz 4

Image
  Web programming MCQs Note: There are total 60 MCQs, each carries 01 mark. There are some questions having multiple right answers so be careful selecting answers. When security is not a concern and data is text based with small size, which method should be used for submit? * 1 point GET POST To execute query $sql = "select * from exp";  with $conn connection variable which statement can be used in PHP? * 1 point $conn.execute($sql); $conn->query($sql); $conn->execute($sql); $conn.query($sql); PHP Sessions are _______. (Select all appropriate answers) * 1 point Used to remember information related to forms Communication between two medium Stored on server User Friendly Both GET and POST create _________. * 1 point Index Array Structures Associative Array Multidimensional Array A/An _________can also have multiple arguments, but must be only one expression. * 1 point Anonymous function Higher Order Function Static Function First Order Function If you want to change the c