nerdexam
Microsoft

98-375 · Question #32

Which three statements describe cookies? (Choose three.)

The correct answer is A. They can be created, read, and erased using the document.cookie property. D. They can be used only by pages on the domain where they were set. E. They contain the data in the form of a name=value pair. Cookies are small, usually randomly encoded, text files that help your browser navigate through a particular website. The cookie file is generated by the site you're browsing and is accepted and processed by your computer's browser software. The cookie file is stored in your…

Understanding Game Programming

Question

Which three statements describe cookies? (Choose three.)

Options

  • AThey can be created, read, and erased using the document.cookie property.
  • BThey are limited in size to 5 MB.
  • CThey are deleted automatically when the session ends.
  • DThey can be used only by pages on the domain where they were set.
  • EThey contain the data in the form of a name=value pair.

How the community answered

(32 responses)
  • A
    81% (26)
  • B
    6% (2)
  • C
    13% (4)

Explanation

Cookies are small, usually randomly encoded, text files that help your browser navigate through a particular website. The cookie file is generated by the site you're browsing and is accepted and processed by your computer's browser software. The cookie file is stored in your browser's folder Not B: 5 MB is the limit of you use local storage (instead of cookies). Not C: Cookies are not deleted at the end of the session.

Topics

#cookies#document.cookie#browser storage#session

Community Discussion

No community discussion yet for this question.

Full 98-375 Practice