InterviewSolution
Saved Bookmarks
| 1. |
A computer cookie is a small text file placed on computers by a website. Which among the following can be the use of cookie? 1. Cookies can carry viruses. 2. Cookies can be used to maintain data. 3. Cookies can be used to track internet user’s web browsing.4. Cookies can install malware on the host computer. Codes: (a) 1 and 2 only (b) 2 and 3 only (c) 3 and 4 only (d) All the above |
|
Answer» The correct option is: (b) 2 and 3 only Explanation; Cookies can be used to maintain data. They can be used to track internet user’s web browsing as well. |
|