Memory Flashcards

(21 cards)

1
Q

What does RAM stand for?

A

Random Access Memory

RAM is used as the main memory in a computer.

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

Is RAM volatile or non-volatile memory?

A

Volatile

RAM requires power to retain its data.

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

What is the main function of RAM in a computer?

A

To store data, files, and programs while they are being used.

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

When a computer boots up, what is copied from secondary storage to RAM?

A

The operating system.

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

What happens to applications and files when they are opened?

A

They are copied from secondary storage to RAM.

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

How does RAM compare in speed to CPU cache and secondary storage?

A

Slower than CPU cache but faster than secondary storage.

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

What is virtual memory?

A

Secondary storage used as extra RAM.

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

Why is virtual memory needed?

A

When RAM is full and there is a need to store additional application data.

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

What happens when the CPU needs to read data stored in virtual memory?

A

The data must be moved back to RAM.

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

True or False: Using virtual memory can slow down a computer’s response time.

A

True.

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

What does ROM stand for?

A

Read Only Memory.

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

Is ROM volatile or non-volatile memory?

A

Non-volatile.

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

Where is ROM typically found in a computer?

A

On a small, factory-made chip built into the motherboard.

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

What instructions does ROM contain?

A

Instructions needed for the computer to boot up.

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

What is the BIOS?

A

Basic Input Output System, a type of firmware.

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

What does the CPU do as soon as the computer is powered on?

A

Reads instructions from ROM to perform self checks and set up the computer.

17
Q

Can the BIOS on a ROM chip be updated?

A

Yes, it can be ‘flashed’.

18
Q

What type of memory is often used in ROM chips?

A

Flash memory.

19
Q

Fill in the blank: RAM is where the computer puts everything its _______ in.

20
Q

What does secondary storage refer to?

A

Permanent memory that retains data even when the power is off.

21
Q

What can cause a computer to slow down when using virtual memory?

A

Constantly moving data between virtual memory and RAM.