System Administrator 2026
For processes to request access to file contents, they need _____________
  • A. To run a seperate program
  • B. Special interrupts
  • C. To implement the open and close system calls
  • D. None of the mentioned
When in contiguous allocation the space cannot be extended easily?
  • A. The contents of the file have to be copied to a new space, a larger hole
  • B. The file gets destroyed
  • C. The file will get formatted and lost all its data
  • D. None of the mentioned
There is no __________ with linked allocation.
  • A. Internal fragmentation
  • B. External fragmentation
  • C. Starvation
  • D. All of the mentioned
What is the major disadvantage with a linked allocation?
  • A. Internal fragmentation
  • B. External fragmentation
  • C. There is no sequential access
  • D. There is only sequential access
What if a pointer is lost or damaged in a linked allocation?
  • A. The entire file could get damaged
  • B. Only a part of the file would be affected
  • C. There would not be any problems
  • D. None of the mentioned
FAT stands for _____________
  • A. File attribute transport
  • B. File allocation table
  • C. Fork at time
  • D. None of the mentioned
By using FAT, random access time is __________
  • A. The same
  • B. Increased
  • C. Decreased
  • D. Not affected