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
To execute a function, you must use a function ____________________.
Free
(Short Answer)
4.9/5
(39)
Correct Answer:
call
A Web document containing PHP code must have an extension of ____________________.
Free
(Short Answer)
4.8/5
(32)
Correct Answer:
.php
php
Type casting, changes the data type of a variable from one data type to another.
Free
(True/False)
4.7/5
(28)
Correct Answer:
False
The process of specifying and creating a variable name is called ____________________ the variable.
(Short Answer)
4.8/5
(42)
In PHP, you can declare a variable without assigning a value to it.
(True/False)
4.8/5
(41)
You use the ____ function to find the total number of elements in an array.
(Multiple Choice)
4.7/5
(33)
A(n) ____________________ contains information that does not change during the course of program execution.
(Short Answer)
4.8/5
(43)
The ____________________ attribute is used with the <script> element and must be assigned a value of "php".
(Short Answer)
4.9/5
(37)
The ____ operation uses the === (triple equal sign) to compare two operands for equality and data type.
(Multiple Choice)
4.7/5
(32)
The ____ type is the specific category of information that a variable contains.
(Multiple Choice)
4.7/5
(36)
____________________ are lines you place in your code that do not get executed but provide information.
(Short Answer)
4.8/5
(35)
The symbol ( || ) is used for the logical ____________________ operator.
(Short Answer)
4.8/5
(29)
A line comment must be placed at the end of the line to which the comment refers.
(True/False)
4.9/5
(42)
Using the standard method of writing PHP blocks, the are used to begin and end a code block.
(True/False)
4.8/5
(42)
If you use a variable name in a text string enclosed by single quotation marks, the name of the variable will display.
(True/False)
4.7/5
(29)
A(n) ____ operator requires a single operand either before or after the operator.
(Multiple Choice)
4.9/5
(27)
A(n) ____ is a literal value or variable that can be evaluated by the PHP scripting engine to produce a result.
(Multiple Choice)
4.8/5
(42)
The echo( ) and print( )____________________ are used to display text that is returned as a response to a client.
(Short Answer)
4.9/5
(40)
Showing 1 - 20 of 83
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)