Exam 9: Managing State Information
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
You do not need to delete persistent cookies because they automatically cease to exist when the current browser session ends.
(True/False)
4.8/5
(35)
Which of the following is not a tool for maintaining state information with PHP?
(Multiple Choice)
4.7/5
(39)
The largest allowable cookie size is ____________________ kilobytes.
(Short Answer)
4.9/5
(38)
You would use the ____________________ function to delete a session.
(Short Answer)
4.8/5
(34)
Persistent cookies remain available only for the current browser session.
(True/False)
4.9/5
(44)
You can call the setcookie() function at any location in your Web page.
(True/False)
4.7/5
(46)
You can access any query string data that is appended to a URL from PHP by using the $_POST autoglobal.
(True/False)
4.8/5
(33)
What is the hexadecimal ASCII equivalent of a space character?
(Multiple Choice)
4.7/5
(37)
The session state information is stored in the ____________________ autoglobal.
(Short Answer)
4.9/5
(46)
To set the expire date of a persistent cookie, use PHP's ____ function and add to it an integer in seconds to specify when the cookie should be deleted.
(Multiple Choice)
4.9/5
(30)
For a cookie to persist beyond the current browser session you must use the terminate argument with the setcookie() function.
(True/False)
4.8/5
(37)
PHP allows you to store cookie values in indexed or associative ____.
(Multiple Choice)
4.8/5
(35)
You can use a query string to pass information from one Web page to another.
(True/False)
4.8/5
(28)
____________________ cookies remain available only for the current browser session.
(Short Answer)
4.9/5
(34)
How many name=value pairs are in the following URL? < ahref=”http://www.URL.com/TargetPage.php?firstName=Bill&lastName=Sciuto&occupation=teacher “>Link Text< /a >
(Multiple Choice)
4.7/5
(36)
Session state information is stored in the $_SESSION autoglobal.
(True/False)
4.9/5
(46)
Showing 21 - 40 of 83
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)