

MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which statement will output $lfc on the screen? |
A. | echo "$lfc"; |
B. | echo "$$lfc"; |
C. | echo "/$lfc"; |
D. | echo "$lfc;"; |
E. | |
Answer» B. echo "$$lfc"; | |
2. |
Which of the below statements is equivalent to $sub -= $sub? |
A. | $sub = $sub |
B. | $sub = $sub -$sub |
C. | $sub = $sub - 1 |
D. | $sub = $sub - $sub - 1 |
Answer» C. $sub = $sub - 1 | |
3. |
Which of the following is the Release date of latest version (7.2) of php? |
A. | 27 November 2017. |
B. | 28 November 2017. |
C. | 29 November 2017. |
D. | 30 November 2017. |
Answer» E. | |
4. |
Which of the following is the latest version of php? |
A. | 7.1 |
B. | 7.2 |
C. | 7.3 |
D. | 7.4 |
Answer» C. 7.3 | |
5. |
Which of the following is the correct syntax of php? |
A. | <?php > |
B. | <php > |
C. | ?php ? |
D. | <?php ?> |
Answer» E. | |
6. |
In which year php was created? |
A. | 1993 |
B. | 1994 |
C. | 1995 |
D. | 1996 |
Answer» C. 1995 | |
7. |
Who among this is the founder of php language? |
A. | Tim Berners-Lee |
B. | Brendan Eich |
C. | Guido van Rossum |
D. | Rasmus Lerdorf |
Answer» E. | |
8. |
PHP is a ____________ language? |
A. | user-side scripting |
B. | client-side scripting |
C. | server-side scripting |
D. | Both B and C |
Answer» D. Both B and C | |
9. |
The term PHP is an acronym for PHP:_______________. |
A. | Hypertext Preprocessor |
B. | Hypertext multiprocessor |
C. | Hypertext markup Preprocessor |
D. | Hypertune Preprocessor |
Answer» B. Hypertext multiprocessor | |