in Operating System retagged by
6,671 views
1 vote
1 vote

How much space will be required to store the bit map of a 1.3 GB disk with 512 bytes block size?

  1. 332.8 KB
  2. 83.6 KB
  3. 266.2 KB
  4. 256.6 KB
in Operating System retagged by
6.7k views

3 Comments

Write Qus properly .Qus is incomplete?
0
0
@ManojK Now sir? :D :D

And @Kanika this is how you should ask the question. welcome to Gateoverflow. Enjoy. :P
1
1
yes correct rude Sir.
0
0

6 Answers

0 votes
0 votes

Source of picture: - Operating System by #Abraham Silberschatz, P B Galvin & Greg Gagne (edition 9th), Chapter 12 -File-System Implementation, page number - 562.

 

0 votes
0 votes
I am getting  332.8KB

total number of bolck in File is  =  1.3GB/512B

                                                  =  2.6 M block

and each Block Need  1 bit in Bit map then total 2.6 M bit are needed to represent Bit Map in memory

memory for Bit map in Byte  = 2.6 M bit / 8 bit

                                              =  332.8 KB
Answer:

Related questions