asked 184k views
1 vote
A small bit of data, usually created by programs running on the server, stored on the client machine, and passed back and forth in the HTTP request and response is a(n)

A. persistent data
B. scripting language
C. cookie
D. applet

1 Answer

6 votes

Final answer:

The correct answer to what a small bit of data stored on the client machine and exchanged via HTTP is a 'cookie'.

Step-by-step explanation:

A small bit of data, usually created by programs running on the server, stored on the client machine, and passed back and forth in the HTTP request and response is known as a cookie. Cookies serve various functions, such as keeping track of user sessions, storing user preferences, and enabling website customization based on user behavior. Therefore, the correct answer to the question at hand is C. cookie.