Memory Flashcards

1
Q

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?

A

RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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?

A

ROM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

There are levels of memory, with smaller units being more performant. Can you name the different types?

A
  • registers
  • cache
  • ram
  • hard disk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True or False - caching is only done at smaller memory hierarchy levels to improve performance of recently used data?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is data stored on a 64 bit computer?

A

Data is stored at unique memory addresses in bytes. The max storage at these addresses is equal to the architecture of the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is memory access time? And what might affect it?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly