in Operating System recategorized by
781 views
1 vote
1 vote

Which of the following statements is/are True?

  1. File allocation Table (FAT) suffers from external fragmentation.
  2. An inode structure can contain pointers to directory data.

 

  1. Only I
  2. Only II
  3. Both I and II
  4. Neither I nor II
in Operating System recategorized by
781 views

1 Answer

1 vote
1 vote
I. False; FAT table assumes fixed-sized pages which have internal, not external fragmentation.
II. True; inodes contain pointers to file or directory data; directories are typically stored just like files, but with a special bit set in the inode.
Answer:

Related questions