Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/basicversity.com/header.php:24) in /var/www/html/basicversity.com/tests.php on line 50

Can you answer 50 questions in 15 minutes?







Major Subjects



Tests & Exams


AP
CLEP
DSST
GRE
SAT
GMAT

Certifications


CISSP
PMP
ITIL
RHCE
MCTS
More...

Most popular tests


Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/basicversity.com/header.php:24) in /var/www/html/basicversity.com/tests.php on line 58

Can you answer 50 questions in 15 minutes?







Major Subjects



Tests & Exams


AP
CLEP
DSST
GRE
SAT
GMAT

Certifications


CISSP
PMP
ITIL
RHCE
MCTS
More...

Most popular tests

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. does a certain action when called upon






2. TRUE or FALSE






3. Active Server Pages






4. $_SERVER is a ________ variable.






5. The seven main error reporting constants are: E_NOTICE - E_WARNING - E_PARSE - E_ERROR - E_ALL - _____ - E_DEPRECATED






6. any programing language where the script is parsed on the server






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






8. What You See Is What You Get






9. To assign keys to the values in an array






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






11. To close a connection between a database






12. All variables must begin with _________.






13. This will show all error reporting.






14. The output of var_export((float)array());






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






16. Control structure that continue exit - they perform specific statements for a determined number of iterations.






17. returns the number of matches found by a given search string under this format...






18. Similar to mysql_fetch_array() - but cannot be accessed by integer offset






19. PHP has two conditional: if and ______.






20. To set up error reporting






21. Returns a string with backslashes in front of the specified characters






22. This error arises from misusing a function.






23. An array whose keys are strings; also known as a hash.






24. collection of binary data






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






26. allows you to split strings based on more complex rules






27. signed floating-point value






28. The concatenation assignment operator?






29. Use ______ for search engines or catalogued pages or pages that would be bookmarked.






30. Used to convert certain HTML tags into their entity versions.






31. The output of var_export((float)array(0));






32. Control structures that break exit






33. Tag to begin a php script






34. container of both data and code






35. To reset an array _______ the array() function to the array






36. The four main error types are:Notice - Warning - ________ and Error.






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






38. the most basic function in PHP used to output information to the page






39. signed integer






40. To get over quotation marks while using arrays






41. This will not show error reporting - it will be turned off.






42. To refer to an element in a multidimensional array list the indices in order of _____ to more precise;






43. To refer to an item in an array






44. says 'if' this then do this 'else' do this or 'while' this do this






45. standard notation






46. An array whose keys are numbers.






47. bitwise right shift






48. _______ is a comparison operator






49. To find how many substrings are in a string






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