Practice Quiz 2

  1. HTTP "remembers" what pages you have previously requested
    A. true
    B. false
  1. cookie values may include semicolons, commas, or white space
    A. true
    B. false
  1. The following are examples stated or stateful protocols:
    A. POP
    B. FTP
    C. NNTP
    D. SMTP
  1. The expiry date by default is 24 hrs
    A. true
    B. false
  1. cookies can be used for a multitude of tasks including:
    A. Reminder calendars that use cookies to store appointments and other messages
    B. Adventure games that use cookies to keep track of pertinent character data and the current state of the game.
    C. Country tours that users can take during several visits to a Website – cookies are used to remember where the user left off.
    D. Using CGI you can use a cookie to identify repeat visitors to your site and their movement patterns
  1. cookies can be created/read from either the browser or the server
    A. true
    B. false
  1. The encoding performed by escape() is like the URL encoding used to encode query strings and other portions of a URL that might include spaces, punctuation, or characters outside the standard ASCII character set.
    A. true
    B. false
  1. attributes that can be set with a cookie
    A. domain
    B. name
    C. path
    D. expiration
  1. cookies are the only way to track to visitors
    A. true
    B. false
  1. cookies identify the users
    A. true
    B. false

You have:    answers correct out of a possible ten.

The question numbers that were not correct are: