Question 1
Almost every command sent to MySQL from PHP is executed with the ____ function.Answers:
Question 2
Because the client and server are defined in relation to MySQL, the Web server where the PHP script is running is the ____________________ when communicating with the MySQL server.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Matchclient Question 3
Although they perform similar functions, PEAR DB is designed specifically to work with PHP and ____________________ is a more generic protocol used by many programming languages and database management systems.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact MatchODBC Question 4
Class functions are called ____.Answers:
Question 5
Methods and properties that are required for a source program to communicate with an object are referred to as a(n) ____.Answers:
Question 6
The symbol ( @), used to suppress error messages, is called ____.Answers:
Question 7
A result pointer is a special type of ____ that refers to the currently selected row in a resultset.Answers:
Question 8
In PHP programming, you can only use TRUE or FALSE to indicate Boolean values.Answers:
TrueFalseQuestion 9
In PHP, use the mysql_query() function to send SQL statements to ____________________.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact MatchMySQL Question 10
A particular instance of an object ____ the methods and properties its class.Answers:
Question 11
In a ____ programming language the data type for a variable will not change after it has been declared.Answers:
Question 12
The ___ function returns a text string describing the error in PHP code.Answers:
Question 13
All Web pages containing PHP code must have an extension of .php.Answers:
TrueFalseQuestion 14
A(n) ____ is a literal value or variable that can be evaluated by the PHP scripting engine to produce a result.Answers:
Question 15
Objects are often called ____.Answers:
Question 16
To create a class in PHP, use the ____ keyword to write a class definition.Answers:
Question 17
Objects are organized into ____.Answers:
Question 18
The PHP Group officially recommends that you use the ____________________ PHP script delimiters to write PHP code declaration blocks.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Matchstandard Question 19
A comparison operator returns a Boolean value of TRUE or FALSE after two operands have been compared.Answers:
TrueFalseQuestion 20
In PHP, each statement must be placed on a separate line.Answers: True
FalseQuestion 21
A programming object and its interface can be compared to a handheld ____________________.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Matchcalculator Question 22
To add multiple records to a database from an external file, you use the ____ statement with the name of the local text file that contains the records you want to add.Answers:
Question 23
A Web document containing PHP code must have an extension of ____________________.Correct Answer: Evaluation Method Correct Answer Case Sensitivity
Exact Match.php
Exact Matchphp Question 24
A hyphen and a greater-than symbol used to access the methods and properties contained in an object are referred to as ____.Answers:
Question 25
PHP, you use the mysql_send() function to send SQL statements to MySQL.Answers: True
False
0 comments:
Post a Comment