1
The individual lines of code that make up a PHP script are called __________.
2
The equal sign (=)is an example of a(n) __________ operator.
3
The name you assign to a variable is called a(n) ____________.
4
____________ operators are used to determine how one operand compares to another.
5
The process of specifying and creating a variable name is called _____________ the variable.
6
A(n) ____________________ is a character or sequence of characters used to mark the beginning and end of a code segment.
7
A(n) ___________ contains information that does not change during the course of program execution.
8
The _______ attribute is used with the element and must be assigned a value of “php”
9
The term _______ refers to a subroutine that performs a specific task.
10
The PHP Group officially recommends that you use the _______________ PHP script delimiters to write PHP code declaration blocks.
11
___________ are lines you place in your code that do not get executed but provide information.
12
___________ operands are limited to the values TRUE or FALSE.
13
A ____ operator is placed after a variable.
14
A(n) _____________ string is text that is contained within double or single quotation marks.
15
A(n) _____________ is a set of data represented by a single variable name.
16
The ____________ function is used to find the total number of elements in an array.
17
__________ comments allow multiple lines of text to be added.
18
To execute a function, you must use a function __________.
19
Assigning the value _______ to a variable indicates that the variable does not contain a usable value.