11. The ____ property of the Location object contains a URL’s : 1321031.
11. The ____ property of the Location object contains a URL’s query or search parameters.
a. queryb. arguments
c. parametersd. search
12. The most widespread way on the web today of storing state information on a user’s computer is using ____.
a. cookiesb. scripts
c. hidden form fieldsd. query strings
13. ____ cookies remain available only for the current browser session.
a. Persistentb. Temporary
c. Locald. Global
14. ____ cookies remain available beyond the current browser session and are stored in a text file on a client computer.
a. Persistentb. Global
c. Locald. Temporary
15. You use the ____ property of the Document object to create cookies in name-value pairs.
a. queryb. state
c. hiddend. cookie
16. The cookie property is created with a required ____ attribute.
a. valueb. path
c. named. expires
17. You can use special characters in your cookies if you use ____.
a. encodingb. Unicode
c. stringsd. URIs
18. The built-in ____ function is used in JavaScript for encoding the individual parts of a URI.
a. encodeCookie()b. encodeURLComponent()
c. encodeURIComponent()d. encodeComponent()
19. The ____ attribute of the cookie property determines how long a cookie can remain on a client system before it is deleted.
a. pathb. expires
c. secured. domain
20. The ____ attribute determines the availability of a cookie to other web pages on a server.
a. domainb. secure
c. pathd. expires
11. The ____ property of the Location object contains a URL’s : 1321031