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
Q

How much RAM would a typical workstation have?

A

16GB or more

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

True/False: RAM is often removable

A

True

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

True/False: If you buy a computer with 8GB of RAM, you cannot add more

A

False, you can upgrade many computers by adding more RAM

28
Q

Why are the startup instructions stored in the ROM?

A

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
Q

Where is virtual memory located?

A

In the hard disc drive or solid state drive

30
Q

What is the virtual memory used for?

A

Temporary RAM when the actual RAM is full. It acts like an overflow for RAM

31
Q

Where are program instructions and data constantly moving between?

A

The CPU and the RAM

32
Q

If many programs are running, RAM may become ____

A

full

33
Q

What does the OS do if there is no free RAM?

A

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
Q

What data is usually swapped out of RAM when?

A

The least recently used data

35
Q

What happens if data that has been swapped out from RAM to virtual memory is needed again?

A

It is swapped back in from virtual memory at the expense of other data

36
Q

The more RAM a computer has, the ____ virtual memory will be needed

A

less

37
Q

Adding more RAM will significantly improve/worsen the performance of a computer

A

improve

38
Q

What are the disadvantages of virtual memory?

A

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
Q

What is disc thrashing?

A

Programs running more slowly as a result of the OS constantly swapping between RAM and the hard disc drive

40
Q

What are the three main types of storage device?

A

Magnetic discs, optical discs and solid-state (flash) memory

41
Q

What are RAM and ROM?

A

Two types of computer memory

42
Q

True/False: RAM can only be read from, not written to

A

False, RAM can be read from and written to

43
Q

True/False: RAM is volatile

A

True

44
Q

RAM is volatile… what does this mean?

A

If you turn off the power, data in RAM is lost

45
Q

True/False: You can upgrade many computers by adding more RAM

A

True

46
Q

True/False: Data can only be read from ROM

A

True

47
Q

True/False: ROM is volatile

A

False, ROM is non-volatile

48
Q

ROM is non-volatile… what does this mean?

A

It retains data even if the power is turned off

49
Q

In a PC, the sets of instructions needed for the computer to start up are stored in ___

A

ROM

50
Q

Why are the sets of instructions needed for the computer to start up stored in the ROM?

A

These instructions need to be stored and saved even after the power is turned off

51
Q

True/False: Some applications (such as photo or video editing) require greater amounts of RAM

A

True

52
Q

How much RAM does the typical smartphone have?

A

2GB

53
Q

How much RAM does the typical games console have?

A

4GB

54
Q

How much RAM does the typical laptop have?

A

8GB

55
Q

How much RAM does the typical workstation have?

A

16GB

56
Q

What is virtual memory used as?

A

Temporary RAM when the actual RAM is full

57
Q

True/False: Program instructions and data are constantly moving between the CPU and the RAM

A

True

58
Q

RAM may become ____ if many programs are running

A

full

59
Q

What happens to data if there is no free RAM?

A

The operating system will swap out some of the data to the virtual memory

60
Q

If the RAM is full, where is data swapped to?

A

Virtual memory

61
Q

When data is swapped to virtual memory, where is the requested data swapped to?

A

The free area of the RAM

62
Q

Usually the most/least recently used stored data is swapped out into virtual memory

A

least

63
Q

What happens if data is swapped out to virtual memory and is needed again?

A

It is swapped back in at the expense of other data

64
Q

What effect does adding more RAM have to the performance of a computer?

A

It will significantly improve it

65
Q

The read/write speed of virtual emmory is much slower/faster than RAM

A

slower

66
Q

Why will there be a significant performance drop if the system has to rely too heavily on virtual memory?

A

It is much slower than RAM

67
Q

If the OS is constantly swapping between RAM and the hard disc drive, what happens to the speed of programs?

A

Disc thrashing - they will run more slowly