Exam 9: Managing State Information and Security

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

To use a cookie or other text  string encoded with the encodeURIComponent()function, you must first decode it with  the __________  function .

(Short Answer)
4.9/5
(37)

Cookies are stored on a user's computer as plain text files.

(True/False)
4.7/5
(49)

Information about individual visits to a website is called __________ information.

(Short Answer)
4.7/5
(30)

The Web Storage API is supported by all browsers in use on the web today.

(True/False)
4.9/5
(34)

The ____ attribute is used for sharing cookies across multiple servers in the same domain.

(Multiple Choice)
5.0/5
(33)

A window, tab, or frame can view and modify the elements and  properties of a document displayed in any other window, tab, or frame.

(True/False)
4.9/5
(37)

HTTP was originally designed to be ____, which means that web browsers stored no persistent data about a visit to a website.

(Multiple Choice)
4.8/5
(34)

What are some of the reasons for maintaining state information?

(Essay)
4.9/5
(36)

__________ are small pieces of information about a user that are stored in text files on a user's computer.

(Short Answer)
4.9/5
(32)

The ____ property of the Document object changes the origin of a document to its root domain name.

(Multiple Choice)
4.7/5
(42)

Describe how to convert the individual pieces of information in a query string into array elements.

(Essay)
4.9/5
(31)

What steps do you need to take to use special characters in your cookies?

(Essay)
4.8/5
(35)

The ____ attribute of the cookie property determines how long a cookie can remain on a client system before it is deleted.

(Multiple Choice)
4.8/5
(30)

The cookie property is created with a required ____ attribute.

(Multiple Choice)
4.8/5
(43)

____ cookies remain available only for the current browser session.

(Multiple Choice)
4.8/5
(39)

To delete a cookie, you change the ____ property.

(Multiple Choice)
4.8/5
(36)

You can use a(n)____ to pass information, such as search criteria, from one web page to another.

(Multiple Choice)
4.9/5
(42)

To create a query string, you add a ____ immediately after a URL, followed by the query string.

(Multiple Choice)
5.0/5
(43)

You separate individual name-value pairs within a query string using ____.

(Multiple Choice)
4.8/5
(29)

Why should you delete persistent cookies that your program does not need?

(Essay)
4.9/5
(41)
Showing 21 - 40 of 41
close modal

Filters

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