Internal Memory Ch1
Internal Memory Ch1
•MEMORY SYSTEM
•INTERNAL MEMORY
covered topics
Performance : -
Ability
Access Time
Cost per bit
Memory Hierarchy design
• Memory hierarchy , in a computer system design , is an enhancement that
helps in organizing the memory so that it actually minimize the access time .
• Internal memory hierarchy design consists of CPU registers , cache memory
and main memory . Which is accessible directly by the processor .
• Registers
• Register is a small and fastest storge unit in which the CPU stores data
temporarily and it also allow the CPU to store and transfer from one
component to another component .
• Usually the register is a static RAM or SRAM in the processor of the
computer which is used for holding the data word which is typically 64 or 128
bits.
• Since there are multiple registers in the CPU with different functionalities ,
each register receives information , holds them temporarily and sends them
to the required location as instructed by the CPU.
Cont’d