Home > PHP & Programming > Quizzes > Php Programming Basics
Php Programming Basics
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 16% Most missed: “_________ can be used in conditional statements to set precedence”
Php Programming Basics
Time left 00:00
25 Questions

1. Hypertext Preprocessor - a server-side programing language used to create webpages

2. A data structure that can hold a number of items of data of the same type eg. a list of names

3. This fatal error arises from memory allocation problem.

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

5. Search Engine Optimization

6. Function that contains the highest value that rand() can have randomly

7. any programing language where the user must support the language the script is written in

8. Creates a pointer to a file with the declared mode (read - write -etc.).

9. To counter htmlentities()

10. An array whose keys are numbers.

11. leading zero: 0100 or 0567

12. Besides GET and POST ________ can be used to access data but $_POST and $_GET are more precise and therefore preferable.

13. Asynchronous Javascript And XML

14. To check if a constant is already declared

15. Tag to end a php script

16. Returns a character from a specified ASCII value

17. Shorthand used to increment and decrement

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

19. Document Type Definitions

20. searches the subject for matches to a given pattern replaced with the given replacement text

21. The syntax for connecting to a database

22. Define(NAME,value)

23. The concatenation assignment operator?

24. Used to convert all HTML tags into their entity versions.

25. To remove all HTML and PHP tags.