Exam 1: Getting Started With Php
Exam 1: Getting Started With Php83 Questions
Exam 2: Functions and Control Structures83 Questions
Exam 3: Manipulating Strings83 Questions
Exam 4: Handling User Input83 Questions
Exam 5: Working With Files and Directories84 Questions
Exam 6: Manipulating Arrays83 Questions
Exam 7: Working With Databases and Mysql83 Questions
Exam 8: Manipulating Mysql Databases With Php84 Questions
Exam 9: Managing State Information83 Questions
Exam 10: Developing Object-Oriented Php79 Questions
Select questions type
The name you assign to a variable is called a(n) ____________________.
(Short Answer)
4.8/5
(33)
The ____________________ PHP script delimiters omit the word PHP from the opening delimiter.
(Short Answer)
4.8/5
(43)
Both the echo and print statements return a value of 1 if successful and 0 if not successful.
(True/False)
4.8/5
(43)
When using multiple arguments in a function, you must separate the arguments with a comma.
(True/False)
4.9/5
(34)
____________________ operands are limited to the values TRUE or FALSE.
(Short Answer)
4.8/5
(31)
The ____ symbol is used to suppress any errors that might be generated by an expression to which it is prepended.
(Multiple Choice)
4.9/5
(31)
When you assign a NULL value to a variable, you ensure that the variable does not contain any data.
(True/False)
4.8/5
(33)
____________________ comments allow multiple lines of text to be added.
(Short Answer)
4.8/5
(36)
The equal sign (=)is an example of a(n) ____________________ operator.
(Short Answer)
4.9/5
(36)
The PHP Group officially recommends that you use the ____________________ PHP script delimiters to write PHP code declaration blocks.
(Short Answer)
4.9/5
(33)
A unary operator requires an operand before or after the operator.
(True/False)
4.8/5
(26)
All Web pages containing PHP code must have an extension of .php.
(True/False)
4.8/5
(34)
____ are symbols, such as the (+) symbol that are used in expressions to manipulate operands.
(Multiple Choice)
4.8/5
(32)
When you pass a variable name to the echo statement, you must enclose the variable name in double quotation marks.
(True/False)
4.8/5
(33)
____ assignment operators perform mathematical calculations on variables and literal values in an expression and then assign a new value to the left operand.
(Multiple Choice)
4.8/5
(39)
The modulus operator returns the remainder left from the division of two integers.
(True/False)
4.9/5
(40)
Showing 61 - 80 of 83
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)