1.Which of the following is correct about PHP ?






2.Which of the following type of variables are whole numbers, without a decimal point, like 4195?





3. Which of the following is correct about NULL?





4. Which of the following keyword terminates the for loop or switch statement and transfers execution to the statement immediately following the for loop or switch ?




5.Which of the following variable is used to get user's browser and operating system details in PHP?





6.Singly quoted strings are treated almost literally, whereas doubly quoted strings replace variables with their values as well as specially interpreting certain character sequences.?




7.Which of the following is used to check that a cookie is set or not ?





8.Which of the following provides content type of the uploaded file in PHP?





9.Which of the following method of Exception class returns formated string of trace ?






10. Which of the following method returns a formatted string representing a date?





11.PHP is a ________________________?





12._______________ is cocatenation operator in PHP ?






13.Who is the father of PHP ?






14.PHP is a case sensitive ?




15.Which sign is used to access variable of variable in PHP?