496 views

1 Answer

Best answer
2 votes
2 votes
The number of $bits$ equal to the number of blocks.
Here we have $40*2^{20}$ blocks. So size of bitmap = $40*2^{20}$ $bits$ = $(40*2^{20})/{8}$ $bytes$ = $5MB$
selected by

Related questions

258
views
0 answers
0 votes
Gate Fever asked Nov 8, 2018
258 views
Which scheduling strategy is used by LTS??My answer was FCFS, because the order in which we double click on a program, the processes are loaded in that order only in the main memory!am i correct??
105
views
0 answers
0 votes
RahulVerma3 asked May 5
105 views
A unix style I-Node had 10 direct pointers, 1 double indirect, 1 triple indirect and 1 quadruple indirect pointers. Disk block size is 1KB. if the maximum ... in the difference between I-Node disk block size and the given disk block size.
357
views
0 answers
0 votes
Vivekk asked Jan 12, 2019
357 views
711
views
1 answers
0 votes
talha hashim asked Oct 18, 2018
711 views
Consider the following solution for critical section problem with 'n' processes P0,P1,P2,......P(n-1).For all i,number[i] is an integer array initialized ... S3 only.d)S1 , S2 and S3(please anyone elaborate this solution.thanks in advance)