1.2 Memory Flashcards

1
Q

What does ROM do?

A

Holds the 1st instructions for the computer to boot up (BIOS). You can only read this.

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

What does RAM do?

A

Holds the instructions of the data, OS and applications currently in use. You can read and write (edit) the RAM.

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

Why is RAM volatile?

A

Everything stored in it is deleted when not connected to a power supply.

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

Which is bigger: RAM or ROM?

A

RAM.

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

Why is RAM faster than a hard drive?

A

It uses solid state chips.

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

What happens if the BIOS is written over?

A

The motherboard won’t work and instructions are lost.

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

What is virtual memory?

A

An area on the hard drive that OS transfers the data that is being least used with the currently used data when the RAM is full.

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

How do you overcome the creation of virtual memory?

A

Add more RAM.

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

What is disk thrashing?

A

When data is frequently swapped between the RAM and virtual memory, causing the programs to slow.

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

Why don’t applications run on the hard disk?

A

It’s too slow so data is transferred to the RAM which is faster.

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

What is flash memory?

A

Non-volatile drive which can read and write.

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

Why is flash memory more expensive than a hard disk?

A

Because it’s more portable, durable and reliable due to non-moving parts (less susceptible to damage).

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

What does RAM stand for?

A

Random Access Memory

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

True/False: Data can be read from and written to RAM

A

True

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

Is RAM volatile or non-volatile?

A

Volatile

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

What does volatile mean?

A

If you turn off the power, the data is lost

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

What is stored in the ROM?

A

The BIOS (start up instructions)

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

True/False: Data can be read from and written to ROM

A

False, data can only be read from ROM

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

Is ROM volatile or non-volatile?

A

Non-volatile

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

What does non-volatile mean?

A

It retains data even if the power is turned off

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

How much RAM would a typical smartphone have?

A

2GB

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

How much RAM would a typical games console have?

A

4GB

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

How much RAM would a typical laptop have?

A

8GB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How much RAM would a typical workstation have?
16GB or more
26
True/False: RAM is often removable
True
27
True/False: If you buy a computer with 8GB of RAM, you cannot add more
False, you can upgrade many computers by adding more RAM
28
Why are the startup instructions stored in the ROM?
Because they need to be stored and saved even after the power is turned off - so the computer can start up again when powered on.
29
Where is virtual memory located?
In the hard disc drive or solid state drive
30
What is the virtual memory used for?
Temporary RAM when the actual RAM is full. It acts like an overflow for RAM
31
Where are program instructions and data constantly moving between?
The CPU and the RAM
32
If many programs are running, RAM may become ____
full
33
What does the OS do if there is no free RAM?
Swap some of the data stored in RAM to the virtual memory on the hard disc and swap in the requested data into the free area of the RAM
34
What data is usually swapped out of RAM when?
The least recently used data
35
What happens if data that has been swapped out from RAM to virtual memory is needed again?
It is swapped back in from virtual memory at the expense of other data
36
The more RAM a computer has, the ____ virtual memory will be needed
less
37
Adding more RAM will significantly improve/worsen the performance of a computer
improve
38
What are the disadvantages of virtual memory?
The read/write speed is much slower than RAM, therefore there will be a significant performance drop if the system has to rely too heavily on virtual memory. Also, disc thrashing can occur
39
What is disc thrashing?
Programs running more slowly as a result of the OS constantly swapping between RAM and the hard disc drive
40
What are the three main types of storage device?
Magnetic discs, optical discs and solid-state (flash) memory
41
What are RAM and ROM?
Two types of computer memory
42
True/False: RAM can only be read from, not written to
False, RAM can be read from and written to
43
True/False: RAM is volatile
True
44
RAM is volatile… what does this mean?
If you turn off the power, data in RAM is lost
45
True/False: You can upgrade many computers by adding more RAM
True
46
True/False: Data can only be read from ROM
True
47
True/False: ROM is volatile
False, ROM is non-volatile
48
ROM is non-volatile… what does this mean?
It retains data even if the power is turned off
49
In a PC, the sets of instructions needed for the computer to start up are stored in ___
ROM
50
Why are the sets of instructions needed for the computer to start up stored in the ROM?
These instructions need to be stored and saved even after the power is turned off
51
True/False: Some applications (such as photo or video editing) require greater amounts of RAM
True
52
How much RAM does the typical smartphone have?
2GB
53
How much RAM does the typical games console have?
4GB
54
How much RAM does the typical laptop have?
8GB
55
How much RAM does the typical workstation have?
16GB
56
What is virtual memory used as?
Temporary RAM when the actual RAM is full
57
True/False: Program instructions and data are constantly moving between the CPU and the RAM
True
58
RAM may become ____ if many programs are running
full
59
What happens to data if there is no free RAM?
The operating system will swap out some of the data to the virtual memory
60
If the RAM is full, where is data swapped to?
Virtual memory
61
When data is swapped to virtual memory, where is the requested data swapped to?
The free area of the RAM
62
Usually the most/least recently used stored data is swapped out into virtual memory
least
63
What happens if data is swapped out to virtual memory and is needed again?
It is swapped back in at the expense of other data
64
What effect does adding more RAM have to the performance of a computer?
It will significantly improve it
65
The read/write speed of virtual emmory is much slower/faster than RAM
slower
66
Why will there be a significant performance drop if the system has to rely too heavily on virtual memory?
It is much slower than RAM
67
If the OS is constantly swapping between RAM and the hard disc drive, what happens to the speed of programs?
Disc thrashing - they will run more slowly