engineering computer science MCQ #1267

What is the role of a 'cookie' in web development?

engineering computer science MCQ #1267

  1. Question 1

    Q1. What is the role of a 'cookie' in web development?

    • A) To store user data on the server
    • B) To store user data on the client-side
    • C) To improve website security
    • D) To optimize website performance

    Answer: To store user data on the client-side

    Explanation: Cookies store user data, such as preferences and session information, on the client-side, allowing for personalized experiences.