Recent questions tagged file-system

0 votes
0 answers
121
Why is it advantageous to the user for an operating system to dynamicallyallocate its internal tables? What are the penalties to the operatingsystem for doing so?
0 votes
0 answers
122
0 votes
0 answers
124
Consider a system that supports the strategies of contiguous, linked,and indexed allocation. What criteria should be used in deciding whichstrategy is best utilized for a...
0 votes
0 answers
125
0 votes
0 answers
126
0 votes
0 answers
132
A file is organized so that the ordering of data records is the same as, or close to the ordering of data entries in some index. Such an index is commonly known as:DenseN...
1 votes
1 answer
133
0 votes
2 answers
135
0 votes
1 answer
136
When a process opens a file that is already being read by another process, the file descriptors in both process will point to the same open file table entry.[True / False...
0 votes
0 answers
140
Consider a disk block having B blocks, F of which are free. Disk address is D bits. The maximum possible and given disk size respectively,assuming Block Size of S Bytes?1...
2 votes
1 answer
143
Here the indexing is done on ordered field so which to use Dense or Sparse because both can be done here ?
0 votes
0 answers
144
Are the logical level of directory I.e. Single,two level,tree structure directory ... in GATE SYLLABUS 2019
0 votes
0 answers
145
which topics cover under file system?
3 votes
1 answer
146
Immunity of the external schemas (or application programs) to changes in the conceptual scheme is referred to as:Physical Data IndependenceLogical Data IndependenceBoth (...
1 votes
0 answers
147
how 3 could be ans?
1 votes
1 answer
148
Given disk size is 40 MB.Block Size is 8KB .The size of the bit map is ..... bits.Plz describe the answer with a proper diagram so that I could visualize the things as I ...