Exam 9: Managing State Information

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

Encoding does not occur for standard alphanumeric characters.

(True/False)
4.9/5
(39)

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)

Cookies can be temporary or ____.

(Multiple Choice)
4.7/5
(35)

The session state information is stored in the ____________________ autoglobal.

(Short Answer)
4.9/5
(46)

A hidden form field is not displayed by the browser.

(True/False)
4.7/5
(34)

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)

Cookies were originally created for use with CGI scripts.

(True/False)
4.8/5
(44)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)