Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 8 (Q.No. 47)
47.
How many bits can be stored in the 8K RAM?
8000
8192
4000
4096
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Rathi said:   1 decade ago
8K means 8 x 1024 bits = 8192 bits.

RAM size generally mentioned in bits.

Such as 4K X 8, 8K X 8, 4K X 16, 8K X 16 likewise...

For example 8K X 16, a RAM which has 8K = 8192 memory locations, with each location storing a data word of "width" 16 bits, would be referred to as a RAM of size 8K X 16. The total storage capacity of this memory would therefore be 128KB, or simply a "128K" memory.

Leke said:   8 years ago
1k = 1024b,
8k =8 x 1024b =8192b,
1b = 8bits.
8192b = 8 x 8192 =65,536bits,
8k = 65,536 bits.

Post your comments here:

Your comments will be displayed after verification.