Computer Science, asked by saijaltripathy5369, 1 year ago

If the memory chip size is 2048×8 bits, how many chips are required to make up 16k byte memory?

Answers

Answered by gokulakrishna
12
1 is d answer.let us assume we need x chips.i chip is 16 kB,that is 16×1024 bytes.so, for writing 2048 ×8 bytes we need (2048×8)÷(8×1024), which is 1

gokulakrishna: Sorry I messed up calculations,but 1 is d answer
Answered by siddhartharao77
51
We know that 1 byte = 8 bits and 1K = 1024bytes.

Given, 16K bytes = 16 * 1024 * 8.

           Chips required = (16 * 1024 * 8)/(2048 * 8)

                                    = 8.


Hope this helps!
Similar questions