jacob has a text file open and he is typing on the keyboard. what is the best descriptions of how the changes are being implementes?

a. the og file is temporarily changed, the changes become permanant when he clicks save
b. the new version is kept in a special virtual space, the file is only changed when he click save
c. the info is stored on the clipboard
d. a copy is created with a new filename which will overwrite the old one when he clicks save

1 answer

The best description of how the changes are being implemented is:

a. the original file is temporarily changed, the changes become permanent when he clicks save.

This option accurately reflects the common behavior of text editors, where edits are made in real-time to the file in memory and become permanent once the user chooses to save the document.