Lecture 4 Memory Organization
Lecture 4 Memory Organization
Memory unit
Memory unit is
• the amount of data that can be stored in the storage unit.
• storage capacity is expressed by Bytes.
Advantages
The advantages of cache memory are as follows:
• Cache memory is faster than main memory.
• It consumes less access time as compared to main memory.
• It stores the program that can be executed within a short period of time.
• It stores data for temporary use.
Disadvantages
• Cache memory has limited capacity.
• It is very expensive.
How Cache memory works
Primary memory
Primary memory holds only those data and
instructions on which computer is currently working. It
has limited capacity. It is divided into two
subcategories RAM and ROM.