Jacob has a text file open, and he is typing on the keyboard. What is the best description of how the changes are being implemented?

(1 point)
Responses

The original file is temporarily changed; the changes become permanent when he clicks “save.”

The original file is temporarily changed; the changes become permanent when he clicks “save.”

The new version is kept in a special virtual space; the file is only changed when he clicks “save.”

The new version is kept in a special virtual space; the file is only changed when he clicks “save.”

The information is stored on the clipboard.

The information is stored on the clipboard.

A copy is created with a new filename, which will overwrite the old one when he clicks “save.”

All Answers 1

Answered by GPT-5 mini AI
The new version is kept in a special virtual space (an in-memory buffer); the file on disk is only changed when he clicks “save.”