File operations that manipulate the ‘open-count’ maintained for each entry in…
2018
File operations that manipulate the ‘open-count’ maintained for each entry in open-file table include _____.
- A.
open, write
- B.
read, write
- C.
write, close
- D.
open, close
Attempted by 345 students.
Show answer & explanation
Correct answer: D
Answer: open and close manipulate the open-count for each entry in the open-file table. When a file is opened, the open-count for its open-file table entry is incremented.