Asked by Devyn Murray on Jun 05, 2024

verifed

Verified

What happens to a file after you mark it as final?

A) The file becomes locked and can never be changed.
B) The file becomes encrypted.
C) The file becomes read-only.
D) The file becomes a PDF.

Mark As Final

A function in software that designates a file as complete, making it read-only to indicate that no further edits should be made.

Read-only

A file attribute or access permission that allows content to be viewed or read, but not modified.

Encrypted

Pertains to data that has been converted into a code or cipher to prevent unauthorized access, ensuring that only those with the decryption key can read it.

  • Implement safeguarding protocols on presentations, including designating them as final or reviewing for private data.
verifed

Verified Answer

KL
Keaton LaingJun 08, 2024
Final Answer :
C
Explanation :
When you mark a file as final, it becomes read-only. This means that users can still view the file but are unable to make any changes to it. However, it is still possible for the file author to make changes by clicking on the "Edit Anyway" button that appears when attempting to edit a read-only file.