Q. Consider the following uses of cookies in the context of computers:
  1. Maintaining information across web sessions for users
  2. Running executable programmes on a user's device
  3. Delivering viruses to computers
Which of the above is / are correct regarding the functions of cookies?

Answer: Only 1
Notes: Cookies are small text files stored by web browsers to retain user information across sessions. They cannot be used to run programs or deliver viruses, as they lack executable code. Their primary function is to help websites remember user preferences or session data, not perform actions or pose direct security threats.