recategorized by
769 views
1 votes
1 votes

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
recategorized by

1 Answer

1 votes
1 votes
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