The PHP language supports_______ data types, which can contain multiple values or
complex types of information, as opposed to the single values store in primitive data
types
Give this one a try later!
REFERENCE
The________ operator executes one of two expressions, based on the result of a
conditional statement
Give this one a try later!
CONDITIONAL
,To create a constant, use the_________function
Give this one a try later!
DEFINE()
A ________ statement is a statement that returns a variable to the statement that called
the function
Give this one a try later!
RETURN
Give an example of when you need a script that uses logical operator
Give this one a try later!
a program that checks whether an individual is a male and under 21
When performing operations with operators in the same precedence group, the
order of precedence is determined by the operators______________that is, the order in
which operators of equal precedence execute
Give this one a try later!
, ASSOCIATIVITY
With many programming languages, global variables are automatically available to all
parts of your program, including________
Give this one a try later!
FUNCTIONS
Give an example of what kind of data you would store in an array:
Give this one a try later!
Student names, course titles, DVD collection, etc.
A __________ contains information that does not change during the course of program
execution
Give this one a try later!
CONSTANT
When you declare a global variable with the global keyword, you do not need to
assign the variable a _________
complex types of information, as opposed to the single values store in primitive data
types
Give this one a try later!
REFERENCE
The________ operator executes one of two expressions, based on the result of a
conditional statement
Give this one a try later!
CONDITIONAL
,To create a constant, use the_________function
Give this one a try later!
DEFINE()
A ________ statement is a statement that returns a variable to the statement that called
the function
Give this one a try later!
RETURN
Give an example of when you need a script that uses logical operator
Give this one a try later!
a program that checks whether an individual is a male and under 21
When performing operations with operators in the same precedence group, the
order of precedence is determined by the operators______________that is, the order in
which operators of equal precedence execute
Give this one a try later!
, ASSOCIATIVITY
With many programming languages, global variables are automatically available to all
parts of your program, including________
Give this one a try later!
FUNCTIONS
Give an example of what kind of data you would store in an array:
Give this one a try later!
Student names, course titles, DVD collection, etc.
A __________ contains information that does not change during the course of program
execution
Give this one a try later!
CONSTANT
When you declare a global variable with the global keyword, you do not need to
assign the variable a _________