Categories: Memory

Cache Memory

The cache memory exists between microprocessor (CPU) and main memory. It is faster than main memory. Its access time is around 10 nanoseconds. It stores data and instructions which are to be immediately executed. It is more expensive and smaller than main memory.

Cache hit and miss

When the CPU requires data or instructions while processing, it looks into cache memory first. If the information exists then it is called cache hit; otherwise it is called cache miss and the information will be retrieved from main memory. If the number of cache hits exceeded number of misses then the system performance is assured.

Cache Controller

The cache controller is a circuit in the motherboard. It decides the content of the cache. The controller uses the recently accessed data or instructions to infer the RAM locations that may be accessed next.

Robin

Share
Published by
Robin

Recent Posts

Hard Computing

What is hard computing? Hard computing is a traditional computing. It requires a precisely stated…

5 years ago

Soft Computing

Soft computing is a problem solving technology. It tends to fuse synergically different aspects of…

5 years ago

Cluster Computing

Cluster computing is an approach to achieve high performance, reliability or high throughput computing by…

5 years ago

Magnitude Comparator

Magnitude Comparator is a combinational circuit capable of comparing the relative magnitude of two binary…

9 years ago

Full-Subtractor

Full subtractor is a combinational circuit capable of performing subtraction on two bits namely minuend…

9 years ago

Half-Subtractor

Half-subtractor is a combinational circuit capable of subtracting a binary number from another binary number.…

9 years ago