Recent questions tagged file-system

7 votes
3 answers
185
Consider a disk with 80 GB. The size of disk block is 8 kB. Number of blocks needed to keep track of free space if the disk is initially empty by using bit map method is ...
2 votes
1 answer
187
Reading a random location in a big file is faster in i-node based file systems than in FAT file systems.True or False?
0 votes
1 answer
188
which of the following is not contained in a directory entry of a file?a) file name and extensionb) no of free blocks in the diskc) access controld) creation date
1 votes
1 answer
189
4 votes
2 answers
191
In _____ allocation method for disk block allocation in a file system, insertion and deletion of blocks in a file is easyIndexLinkedContiguousBit Map
6 votes
1 answer
192
3 votes
1 answer
195
The directory structure used in Unix file system is calledHierarchical directoryTree structured directoryDirected acrylic graphGraph structured directory
1 votes
1 answer
197
Which of the following is not file attribute?a)read only flagb)passwordc)record lengthd)relocation bit Is the answer is relocation bit?
2 votes
2 answers
198
A sequential access file has fixed-size M-byte records. Assuming the first record is record 1, the first byte of record N will be at what logical location?a) (n-1)m+1b) (...
1 votes
1 answer
199
1 votes
2 answers
200
Match the following $:$$\begin{array}{clcl} \text{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Contiguous allocation} & \text{i.} & \text{This s...
5 votes
4 answers
201
Which $\textsf{RAID}$ level gives block level striping with double distributed parity?$\textsf{RAID 10}$$\textsf{RAID 2}$$\textsf{RAID 6}$$\textsf{RAID 5}$
0 votes
1 answer
202
A. what files are in the databaseB. what attribute are possessed by the dataC. what these files containD. All of the above
6 votes
5 answers
204
A locked database file can beAccessed by only one userModified by users with the correct passwordUsed to hide sensitive informationUpdated by more than one user
3 votes
1 answer
207
1 votes
1 answer
208
Given the disk Capacity of 30 MB has block size 512 bytes and block/cluster is 4, the number of entries require in the FAT table is?a) 30*2^11b) 30*2^20c) 30*2^31d) 30*2^...
2 votes
2 answers
209
For a Hard disk of Capacity 20 MB . Disk block address of 16 bits and disk block size of 1 KB . The number of disk blocks required to store all the Free Blocks using Bitm...
0 votes
1 answer
210