πŸ“Š Digital Principles and System Design
Q. If a RAM chip has n address input lines then it can access memory locations upto
  • (A) 2(n-1)
  • (B) 2(n+1)
  • (C) 2n
  • (D) 22n
πŸ’¬ Discuss
βœ… Correct Answer: (C) 2n

Explanation: ram is a volatile memory, therefore it stores data as long as power is on. ram is also known as rwm (i.e. read write memory). if a ram chip has n address input lines then it can access memory locations upto 2n.


Explanation by: Mr. Dubey
ram is a volatile memory, therefore it stores data as long as power is on. ram is also known as rwm (i.e. read write memory). if a ram chip has n address input lines then it can access memory locations upto 2n.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
960
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate