Processors_Memory_Storage_Flashcards

(7 cards)

1
Q

What is RAM used for in a computer system?

A
  • RAM stores data and programs currently in use.
  • It is volatile, meaning data is lost when the computer is powered off.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is ROM and how is it different from RAM?

A

ROM stores permanent instructions (e.g., for booting). It is non-volatile and cannot be modified easily.

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

What is cache memory and why is it important?

A

Cache is high-speed memory near the CPU that stores frequently accessed data, speeding up processing by reducing RAM access.

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

What are registers in the CPU?

A

Registers are very fast, small memory locations inside the CPU used to store current instructions, data, or memory addresses.

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

What is virtual memory?

A

Virtual memory is part of the hard drive used as temporary RAM when physical RAM is full. It’s slower than real RAM.

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

What are two modern uses for a GPU besides rendering graphics?

A

Machine learning model training and scientific simulations, due to GPU’s parallel processing capabilities.

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

What do input and output devices do in a computer system?

A

Input devices send data into the system; output devices present data to the user. Their communication is managed by the OS and drivers.

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