Test your basic knowledge |

Php Programming Basics

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. The output of var_export((float)array());






2. Online applications and resources which are available to the general public with very few restrictions






3. a type with two possible values: true and false






4. bitwise left shift






5. standard notation






6. bitwise right shift






7. To sort the values while maintaining the correlation between each value and its key






8. Used to display errors in a particular script - should be placed at top of script.

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


9. Define(NAME,value)






10. Function used to find the absolute value of a number or numeric variable






11. Operators used to operate and assign






12. To merge arrays






13. Shorthand used to increment and decrement






14. To declare a constant






15. To sort values of an array in reversed order






16. To include files - _______ will give errors and _________ will terminate execution().






17. EXtensible Markup Language






18. Converts a string of ASCII characters to hexadecimal values






19. function Function used to create a random number






20. Alias of rtrim()






21. The order of operations.






22. ____ or key is referred to for a value within an array.






23. Use ______ when there are no variables in the string






24. To refer to an item in an array






25. Returns a string with backslashes in front of predefined characters






26. Used to find the length of a string






27. An array of variables passed with <input /> data






28. Hyper Text Transfer Protocol






29. To check if a constant is already declared






30. When used the value can be passed safely through the URL (GET).






31. equivalence






32. Function can you use to format a number with commas






33. To get over quotation marks while using arrays






34. Used to encrypt values - it is a one-way encryption method






35. Function used to round down to the lowest integer






36. either hasn't yet been set or is assigned NULL value






37. a storage location in the computer's memory that has a type & a name and a contents






38. signed floating-point value






39. Used to find the amount of words in a string.






40. Returns a character from a specified ASCII value






41. Used to remove any white space - spaces or newlines or tabs - from the beginning and end of a string - not the middle.






42. The name of the #! used to designate the location of the PHP binary






43. bitwise AND






44. Active Server Pages






45. To reorganise the array randomly






46. To close a connection between a database






47. a database which is best supported by PHP






48. Asynchronous Javascript And XML






49. Function used to round up to the highest integer






50. Variable names cannot begin with _______