Multiple choice

Cookies are stored on a _______ computer.

  1. client

  2. server

  3. client/server

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Cookies are small text files stored by the web browser on the user's computer (client-side) to remember stateful information. The server sends cookies to the browser, which stores them locally and sends them back with subsequent requests to the same domain. Options B and C are incorrect because cookies are not stored on the server.