Memory Flashcards
volatile memory used for temporarily storing data that the CPU is actively using. It is fast but loses its content when the power is turned off, is known as?
RAM
non-volatile memory used for storing permanent data or instructions. It retains its content even when the power is off and is typically used for essential system instructions, is known as?
ROM
There are levels of memory, with smaller units being more performant. Can you name the different types?
- registers
- cache
- ram
- hard disk
True or False - caching is only done at smaller memory hierarchy levels to improve performance of recently used data?
True
How is data stored on a 64 bit computer?
Data is stored at unique memory addresses in bytes. The max storage at these addresses is equal to the architecture of the system
What is memory access time? And what might affect it?
- the time it takes the cpu to retrieve data from the specified memory location
- the hierarchy of the data .i.e data closer to the cpu has faster access times