Web Programming Test Questions and Answers
Web Programming Test Questions and Answers PHP is an acronym for? - ANSWER Hypertext Preprocessor Where are PHP scripts executed? - ANSWER On the server Which popular blogging site uses PHP? - ANSWER WordPress True or False: PHP files can contain text, HTML, CSS, JavaScript, and PHP code - ANSWER True What extension do php files have? - ANSWER .php Which of the items below can PHP not do? - PHP can generate dynamic page content - PHP can create, open, read, write, delete, and close files on the server - PHP can generate data analytics - PHP can collect form data - PHP can send and receive cookies - PHP can add, delete, modify data in your database - PHP can be used to control user-access - PHP can encrypt data - ANSWER Cannot perform data analytics True or False: PHP is limited to output HTML - ANSWER False Which platforms can PHP run on? - ANSWER Windows, Linux, Unix, Mac OS X True or False: PHP is compatible with almost all servers used today - ANSWER True True or False: PHP is low cost - ANSWER True. It's free! If your server has activated support for PHP, what else do you need to do to run PHP? - ANSWER Nothing. You do not need to compile anything or install any extra tools. What does a PHP script start and end with? - ANSWER ?php and ends with ? True or False: a PHP script cannot contain html tags - ANSWER false What are the three ways to comment in PHP? - ANSWER // single line # single line /* */ Multiline True or False: keywords in PHP are case sensitive - ANSWER false True or False: variables in PHP are case sensitive - ANSWER true What do variables start with in PHP? - ANSWER $
Document information
- Uploaded on
- August 3, 2023
- Number of pages
- 31
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers