edited by
1,371 views
6 votes
6 votes

In the indexed scheme of blocks to a file, the maximum possible size of the file depends on:

  1. The number of blocks used for index and the size of index
  2. Size of Blocks and size of Address
  3. Size of index
  4. Size of block
edited by

1 Answer

Answer:

Related questions

4 votes
4 votes
2 answers
1
go_editor asked Aug 1, 2016
3,839 views
In _____ allocation method for disk block allocation in a file system, insertion and deletion of blocks in a file is easyIndexLinkedContiguousBit Map
3 votes
3 votes
1 answer
2
go_editor asked Aug 2, 2016
2,558 views
Match the following for UNIX system calls :$\begin{array}{clcl} &\textbf{List-I} && \textbf{List-II} \\ \text{(a)} & \text{exec} & \text{(i)} & \text{Creates new process...
2 votes
2 votes
1 answer
3
go_editor asked Aug 1, 2016
2,767 views
A unix file may be of the typeRegular fileDirectory fileDevice fileAny one of the above
2 votes
2 votes
2 answers
4
go_editor asked Aug 1, 2016
3,534 views
Dining Philosopher's problem is aProducer - consumer problemClassical IPC problemStarvation problemSynchronization primitive