Quiz 1 – PHP
Download file with the answers
Quiz 1 - PHP
1 file(s) 113.02 KB
Not a member!
Create a FREE account here to get access and download this file with answers
Question 1
1. FTP programs like FileZilla can be used to connect and transfer files to a web server.
True
False
2 points
Question 2
1. When connecting to a web server, you must know the address of the server, as well as your login username and password.
True
False
2 points
Question 3
1. PHP statements are usually terminated by
a. a closing brace “}”
b. a semicolon
c. the \n character
d. a return character
2 points
Question 4
1. Omitting a semi-colon at the end of a PHP statement invariably results in an error message.
True
False
2 points
Question 5
1. PHP scripts must be run on a PHP-enabled web server.
True
False
2 points
Question 6
1. PHP code is executed on the server.
True
False
2 points
Question 7
1. When you concatenate a variable with a string the variable has to contain text?
True
False
2 points
Question 8
1. In order to view your server-side web pages in a browser, you must pay special attention to where you post your web pages on the server.
True
False
2 points
Question 9
1. What symbol is used to concatenate multiple strings together in PHP?
a. ++
b. .
c. +
d. &
2 points
Question 10
1. Which form tag would you use to connect a form to a PHP script?
a.
Leave a reply