FC0-U61 · Question #354
Which of the following stores user preferences related to a Web site?
The correct answer is A. Cookie. A cookie is a small piece of data stored on the user's computer by a web browser, primarily used to remember stateful information or user preferences for a website.
Question
Which of the following stores user preferences related to a Web site?
Options
- ACookie
- BSSID
- CLocal User profile
- DMAC address
How the community answered
(43 responses)- A86% (37)
- B2% (1)
- C9% (4)
- D2% (1)
Why each option
A cookie is a small piece of data stored on the user's computer by a web browser, primarily used to remember stateful information or user preferences for a website.
A cookie is a small text file stored on a user's computer by a web browser, designed to hold a modest amount of data specific to a particular client and website, such as login information, shopping cart contents, or user preferences. This data allows a website to remember information about the user between visits.
SSID (Service Set Identifier) is the name of a wireless network, not related to website user preferences.
A local user profile stores settings and data for a specific user account on a local computer, encompassing more than just website preferences.
A MAC address (Media Access Control address) is a unique identifier assigned to network interfaces for communications within a network segment, unrelated to website preferences.
Concept tested: Web technologies - Cookies
Source: https://learn.microsoft.com/en-us/dotnet/api/system.net.cookie
Topics
Community Discussion
No community discussion yet for this question.