InPro Reviewer IDK ¯\_(ツ)_/¯
  • 1. What does PHP stand for?
A) Personal Home Page
B) Hypertext Preprocessor
C) Private Hosting Protocol
D) Programming Hypertext Pages
  • 2. When was PHP developed?
A) 2000
B) 1999
C) 1991
D) 1994
  • 3. Is one of the most popular server side scripting languages used for web development
A) Python
B) HTML
C) JavaScript
D) PHP
  • 4. A PHP script starts with <?php and ends with ________.
A) >
B) </script>
C) -->
D) ?>
  • 5. Which of the following are PHP development tools? Except.
A) Notepad
B) PhpStorm
C) NetBeans
D) XAMPP
  • 6. It is the command used to display statements in PHP
A) display statement
B) print statement
C) write statement
D) show statement
  • 7. The default file extension for PHP files is ________.
A) .js
B) .txt
C) .php
D) .html
  • 8. What symbol is used to terminate PHP statements?
A) dot(.)
B) semicolon (;)
C) comma(,)
D) colon(:)
  • 9. Which folder is commonly used to store PHP files in XAMPP?
A) public_html
B) htdocs
C) www
D) php_root
  • 10. This is the software used to run the program and see the output of every PHP file ______.
A) Ide
B) notepad
C) xampp
D) MySql
  • 11. How do PHP variables begin?
A) #
B) .
C) $
D) ;
  • 12. What symbol is used to concatenate strings in PHP?
A) .
B) &
C) ,
D) +
  • 13. Which function counts elements in an array?
A) sum()
B) total()
C) size()
D) count()
  • 14. A ___________ is a means of storing value, such as text string or the integer value.
A) variable
B) character
C) container
D) constant
  • 15. What was the original name of PHP?
A) Personal Home Page
B) Pre-HTML Processor
C) Private Hosting Project
D) Personal Hypertext Pages
  • 16. Who created PHP?
A) Dennis Ritchie
B) Rasmus Lerdorf
C) Brendan Eich
D) Tim Berners-Lee
  • 17. Can PHP run on different platforms?
A) No
B) Yes
  • 18. Is PHP case-sensitive in variable names?
A) Yes
B) No
  • 19. Can PHP run on multiple operating systems?
A) No
B) Yes
  • 20. Which are NOT valid rules for naming PHP variables?
A) variables are case sensitive
B) Must start with a letter or underscore
C) Can contain spaces
D) Must start with $
  • 21. Which tools can NOT be used to build PHP applications?
A) PhpStorm
B) Visual Studio Code
C) MS Paint
D) XAMPP
  • 22. Which are NOT a valid variable types in PHP?
A) Boolean
B) Object
C) String
D) Char
  • 23. Which of the following is used to add single line of comments in PHP?
A) ## comment
B) <!-- comment -->
C) /* comment */
D) // comment
  • 24. Which of the following is used to add multiple lines of comments in PHP?
A) // comment
B) /* comment */
C) ## comment
D) <!-- comment -->
  • 25. Indicates a list of data with a consistent structure that can be searched and sorted.
A) Flowchart
B) Algorithm
C) Graph
D) Database
  • 26. Indicates when the program, process, or interrupt program begins and ends.
A) Terminal
B) Process
C) Off Page Connector
D) Document
  • 27. Used to indicate that the flow is continuing on a separate page in the flowchart. As labels, capital letters are usually utilized in the symbol
A) Terminal
B) Off Page Connector
C) Process
D) On Page Connector
  • 28. The term "readable data" refers to information that can be read by humans, such as printed output.
A) Terminal
B) Process
C) Off Page Connector
D) Document
  • 29. Any form of internal operation within the processor or memory is indicated by this symbol.
A) input/output
B) Process
C) Document
D) Terminal
  • 30. A diagram that depicts the actions and decisions required to complete a process. A diagram shape is used to represent each step in the sequence. Connecting lines and directional arrows connect the steps.
A) Graph
B) Algorithm
C) Database
D) Flowchart
  • 31. An operation can be performed with this symbol. This indicates that the computer will get data
A) Terminal
B) On Page Connector
C) input/output
D) Process
  • 32. On a flowchart page, it's used to substitute long lines.
A) input/output
B) On Page Connector
C) Process
D) Terminal
  • 33. AS INDICATED BY THE NAME, THIS FUNCTION WILL RETURN THE VALUE OF THE CONSTANT
A) variable
B) Constant
C) count()
D) Object
  • 34. Variables passed to a page or file on the query string
A) $_POST
B) $_COOKIE
C) $_FILES
D) $_GET
  • 35. Variables passed to a page or file through a form using the POST method Cookie variables
A) $_POST
B) $_FILES
C) $_GET
D) $_COOKIE
  • 36. Cookie variables
A) $_GET
B) $_FILES
C) $_POST
D) $_COOKIE
  • 37. Variables containing information about the uploaded files
A) $_COOKIE
B) $_POST
C) $_FILES
D) $_GET
  • 38. PHP environment variable that returns the name of the host server.
A) $_ENV
B) $_REQUEST
C) $_SESSION
D) $_GET
  • 39. Variable passed into page or file through forms using string and cookie
A) $_GET
B) $_REQUEST
C) $_SESSION
D) $_ENV
  • 40. Server environment variables that returns the URL of the referring page Session variables
A) $_GET
B) $_ENV
C) $_SESSION
D) $_REQUEST
  • 41. This function returns true if the variable exists and is not NULL, otherwise it returns false.
A) isset()
B) constant()
C) count()
D) return()
  • 42. compare two values and returns a Boolean value depending on whether the test condition is true or false
A) Relational Operators
B) Logical Operators
Students who took this test also took :

Created with That Quiz — where a math practice test is always one click away.