Computer Science, asked by AdrijaS, 1 year ago

suppose you have a 128 gigabytes flash storage system with a 2048 byte paeg size. How big would the flash translation table be, assuming each page has a 32 bit address, and the table is stored as an array?
a) 32 megabytes b) 32 bytes c) 64 bytes d) 256 megabytes

Answers

Answered by nbandil29pegqji
8
I think the right answer is d

AdrijaS: can you kindly explain this?
nbandil29pegqji: sorry but i can't
AdrijaS: anyways, thanks for the help.
nbandil29pegqji: welcome
Answered by Arslankincsem
5

The correct answer to this question would be 256 megabytes.


First, we have to find the number of pages.


For doing this we first divide 128gigabyte with page size.


So we get an answer which says 64.


By multiplying no. of pages( which is 64) with the given 32-bitaddress we get 256 megabytes.


Hope you got the solution which you were looking for.

Similar questions