Multiple choice

Which of the following cannot be performed by cookies

  1. write a file to a disk

  2. delete a file to a disk

  3. format the harddisk

  4. both b and c

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Cookies are simple text files with limited functionality - they store small pieces of data and cannot execute file system operations like writing, deleting, or formatting files. This design prevents malicious websites from causing damage through cookie mechanisms.