InterviewSolution
Saved Bookmarks
| 1. |
Which table entry indexed by the block number ccontains the block number of the next block in the file |
|
Answer» tion:Row data block is the table ENTRY that contains the block number of next block. It STORES the information related to block indexing. This forms chain where the block NUMBERS of the next blocks are stored. This chain also contains the information about the last block which is determined by end-of-file VALUE. Advantage of this is that it reduces disk access TIME |
|