Home > Information Technology (IT) Support Executive > Quizzes > Database System Assistant Practice Test: PHP (Hypertext Preprocessor Server Side Scripting Language)
Database System Assistant Practice Test: PHP (Hypertext Preprocessor Server Side Scripting Language)
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 55% Most missed: “PHP is a __________ __________ ”
Database System Assistant Practice Test: PHP (Hypertext Preprocessor Server Side Scripting Language)
Time left 00:00
25 Questions

1. What does PHP stand for?
2. Which of following is used to add multiple line comments in PHP ?
3. Which in built function will add a value to the end of any array?
4. Which one of the following property scopes is not supported by PHP?
5. What does date_sunset() function returns?
6. Which version of PHP introduced Try/ Catch exception ?
7. In which version of PHP E_STRICT Error level is introduced ?
8. Which of the following variables is not a predefined variable?
9. Which of the functions is used to sort an array in descending order?
10. __________ __________  is concatenation operator in PHP.
11. Which of following is not a Superglobals in PHP?
12. _______   is used to unset a variable in PHP.
13. Which of the following PHP functions accepts any number of parameters?
14. Which sign is used to access variable of variable in PHP?
15. Which of the following variables can be assigned a value to it ?
16. Which of the following php statement/statements will store 111 in variable num ?
17. A function in PHP which starts with _ (double underscore) is known as __________
18. PHP is an example of __________ _______ scripting language.
19. PHP scripts are enclosed within __________   
20. How many error levels are available in PHP ?
21. PHP's numerically indexed array begin with position
22. Who is known as the father of PHP?
23. Which of the following method sends input to a script via a URL?
24. PHP files have a default file extension of __________
25. Which function in PHP is used to get the length of string variable?