Exam 2: Functions and Control Structures
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
A(n) ____________________ block is a group of statements contained within a set of braces, similar to the way function statements are contained within a set of braces
(Short Answer)
4.8/5
(41)
The for...while statement is used to iterate or loop through the elements in an array.
(True/False)
4.7/5
(33)
The for statement performs essentially the same function as the while statement.
(True/False)
4.8/5
(26)
The final ____________________ statement after the final case or default statement is not required.
(Short Answer)
4.9/5
(32)
case $ExampleVar is an example of a ____________________ data type being used as a case label
(Short Answer)
4.8/5
(36)
With many programming languages, global variables are automatically available to all parts of your program, including ____.
(Multiple Choice)
4.8/5
(30)
case 125.78 is an example of a ____________________ data type being used as a case label.
(Short Answer)
4.9/5
(33)
The ____________________ loop executes a statement or statements once, then repeats the execution as long as a given conditional expression evaluates to TRUE.
(Short Answer)
4.8/5
(35)
The primary use of the include and require statements is to reuse content on multiple web pages by allowing you to insert the content of an external file, called an include file, in your PHP scripts.
(True/False)
4.8/5
(36)
case 42 is an example of a ____________________ data type being used as a case label.
(Short Answer)
4.7/5
(31)
The conditional expression in the while statement is enclosed within ____________________ following the keyword while.
(Short Answer)
4.8/5
(28)
Passing by ____________________ means that the actual variable is used within the function and any changes made to the variable by the function will remain after the function completes.
(Short Answer)
4.8/5
(29)
The statements in a do...while statement always execute repeatedly before the conditional expression evaluates the count variable.
(True/False)
4.9/5
(48)
When one decision-making statement is contained within another decision-making statement it is referred to as a ____ decision-making structure.
(Multiple Choice)
4.8/5
(32)
When you use a variable in a PHP program, you must be aware of the variable's ____.
(Multiple Choice)
4.8/5
(38)
The ____________________ statement is used to iterate or loop through the elements in an array.
(Short Answer)
4.7/5
(35)
When you declare a global variable with the global keyword, you do not need to assign the variable a(n) ____.
(Multiple Choice)
4.9/5
(40)
____________________-control statements allow you to determine the order in which statements execute in a program.
(Short Answer)
4.8/5
(49)
Showing 61 - 80 of 83
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)