1.2 Memory COMPLETE 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.

E.g. solid-state drive, USB, SD cards.

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

What does RAM do?

A

Stores data and instructions when an application is running

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

Is RAM volatile or non-volatile?

A

Volatile

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

What does ROM do?

A

Stores instructions that don’t need to be changed during normal use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
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
21
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
22
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
23
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
24
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
25
How much RAM would a typical games console have?
4GB
26
How much RAM would a typical laptop have?
8GB
27
How much RAM would a typical workstation have?
16GB or more
28
True/False: RAM is often removable
True
29
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
30
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.
31
Where is virtual memory located?
In the hard disc drive or solid state drive
32
What is the virtual memory used for?
Temporary RAM when the actual RAM is full. It acts like an overflow for RAM
33
Where are program instructions and data constantly moving between?
The CPU and the RAM
34
If many programs are running, RAM may become ____
full
35
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
36
What data is usually swapped out of RAM when?
The least recently used data
37
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
38
The more RAM a computer has, the ____ virtual memory will be needed
less
39
Adding more RAM will significantly improve/worsen the performance of a computer
improve
40
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
41
What is disc thrashing?
Programs running more slowly as a result of the OS constantly swapping between RAM and the hard disc drive
42
What are the three main types of storage device?
Magnetic discs, optical discs and solid-state (flash) memory
43
What are RAM and ROM?
Two types of computer memory
44
What does RAM stand for?
Random Access Memory
45
What does RAM do?
Stores data and instructions when an application is running
46
True/False: RAM can only be read from, not written to
False, RAM can be read from and written to
47
True/False: RAM is volatile
True
48
RAM is volatile... what does this mean?
If you turn off the power, data in RAM is lost
49
True/False: RAM is often removable
True
50
True/False: You can upgrade many computers by adding more RAM
True
51
What does ROM stand for?
Read Only Memory
52
What does ROM do?
Stores instructions that don't need to be changed during normal use
53
True/False: Data can only be read from ROM
True
54
True/False: ROM is volatile
False, ROM is non-volatile
55
ROM is non-volatile... what does this mean?
It retains data even if the power is turned off
56
In a PC, the sets of instructions needed for the computer to start up are stored in ___
ROM
57
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
58
True/False: Some applications (such as photo or video editing) require greater amounts of RAM
True
59
How much RAM does the typical smartphone have?
2GB
60
How much RAM does the typical games console have?
4GB
61
How much RAM does the typical laptop have?
8GB
62
How much RAM does the typical workstation have?
16GB
63
Where is virtual memory located?
In the hard disc drive or solid state drive
64
What is virtual memory used as?
Temporary RAM when the actual RAM is full
65
True/False: Program instructions and data are constantly moving between the CPU and the RAM
True
66
RAM may become ____ if many programs are running
full
67
What happens to data if there is no free RAM?
The operating system will swap out some of the data to the virtual memory
68
If the RAM is full, where is data swapped to?
Virtual memory
69
When data is swapped to virtual memory, where is the requested data swapped to?
The free area of the RAM
70
Usually the most/least recently used stored data is swapped out into virtual memory
least
71
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
72
The more RAM a computer has, the ____ virtual memory will be needed
less
73
What effect does adding more RAM have to the performance of a computer?
It will significantly improve it
74
The read/write speed of virtual emmory is much slower/faster than RAM
slower
75
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
76
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
77
What is disc thrashing?
When the OS is constantly swapping between RAM and the hard disc drive, making programs run more slowly