Memory Flashcards

1
Q

What’s RAM?

A

Random Access Memory, used as main memory in a computer. It can be read and written to. It’s volatile.

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

Difference between volatile and non-volatile

A

volatile is temporary memory (needs power to keep data), but non-volatile is permanent memory (keeps data without power)

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

What is the main memory?

A

where all data, files and programs are stored while they’re being used

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

What happens when a computer boots up?

A

operating system is copied from secondary storage to RAM

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

What happens when software apps, documents and files are opened?

A

they’re copied from secondary storage to RAM. They stay in RAM until the files or apps are closed

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

what do computers have a limited amount of?

A

RAM, a apps are being opened RAM fills with data

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

what’s 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

what happens when RAM is full?

A

computer moves data that hasn’t be used recently to a location on secondary storage (virtual memory)

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

when may virtual memory be needed?

A

if there are too many apps open at once or if a particularly memory-intensive app is being used

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

if the CPU needed to read data stored in virtual memory what must it do?

A

move the data back to RAM

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

how can virtual memory make a computer slow to respond?

A

when switching between apps or when using a memory-intensive app

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

what’s ROM?

A

Read Only Memory, non-volatile memory. It can only be read, not written o.

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

what does ROM often contain?

A

all the instructions a computer needs to properly boot up, these are called the BIOS (basic input output system)

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

what happens as soon as a computer is powered on?

A

the CPU reads the instructions from ROM. This tells the CPU to perform self checks and set up the computer up, see what hardware is present and copy the operating system into RAM

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

what do ROM chips often use?

A

flash memory, common type of non-volatile memory. Used in SD cards, USB sticks and solid state drives (SSDs).

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