Which of the following cannot be performed by cookies
-
write a file to a disk
-
delete a file to a disk
-
format the harddisk
-
both b and c
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.