Question: Which of the following Statements stands true for <strong>deleting a file?</strong>
Answer:
MCQ: Which of the following Statements stands true for <strong>deleting a file?</strong>
Correct Answer:A. Given the name of the file, the system searches the directory to find the file’s location. The system must keep a write pointer to the location in the file where the next write is to take place. The write pointer must be updated whenever a write occurs.