TN Online TestSamacheer Kalvi practice

12th Standard Computer Applications — PHP: Hypertext Preprocessor: Additional Online Practice Test

Share this chapter: Telegram

Pick how many questions you want and set a time limit, then start. You'll get your score at the end with the correct answer and an explanation for every question. Free, in Tamil and English — 15 questions available.

Set up your test

Time remaining00:00
Q1
Who created the PHP scripting language in 1994?
Q2
Which of the following describes why PHP is classified as an interpreted language?
Q3
Which of the following is an invalid variable name in PHP because it contains an illegal special character?
Q4
If a PHP script declares \$name = "Balu"; and later attempts to output \$Name, what will occur?
Q5
Which PHP data type represents a connection to an external database or file?
Q6
Which of the following is true regarding the case sensitivity of the NULL keyword in PHP?
Q7
Which of the following statements is true about using parentheses with the PHP echo statement?
Q8
To safely output a string of text that contains a single quote using the echo statement, which of the following is recommended?
Q9
If you compare 5 === 5.0 in PHP, what is the returned result and why?
Q10
How does the logical XOR operator work in PHP?
Q11
In PHP, what is the behavior of the post-increment operator (\$a++)?
Q12
Which of the following is the string concatenation operator in PHP?
Q13
Where are PHP scripts executed in a typical web application setup?
Q14
Which of the following can be used to initiate a single-line comment in PHP?