Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

Direction: A hard disk has 63 sectors per track, 10 platters each with 2 recording surfaces and 1000 cylinders. The address of a sector is given as a triple (c, h, s), where c is the cylinder number, h is the surface number and s is the sector number. Thus, the 0th sector is addressed as ❮ 0,0,0 ❯ the 1st sector as ❮ 0,0,1 ❯, and so on.

  1. How many 32 k × 1 RAM chips are needed to provide a memory capacity of 256 kbyte?
    1. 8
    2. 32
    3. 64
    4. 128
Correct Option: C

As given, basic RAM is 32 k × 1 and we have to design a RAM of 256 k × 8.
Therefore, number of chips required = 256 k × 8 /(32 k × 1)
= 245 × 1024 × 8/32 × 1024 × 1) (Multiplying and dividing by 1024)
= 64 = 8 × 8
Means, 64 = 8 parallel lines × 8 serial RAM chips.



Your comments will be displayed only after manual approval.