1
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
2
Q

What is the purpose of RAM?

A

It holds programs and data that is currently in use on the computer – which includes the operating system. The CPU (a separate piece of hardware) reads the instructions and data from RAM. The more RAM you have the more programs you can open at once.

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

What are the features of RAM?

A
  • It is volatile (loses data when power is off)

- it is read / write

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

What is the purpose of ROM?

A

This type of memory stores the information needed to boot up the computer (the bootstrap loader). It contains the BIOS (Basic Input Output System) that lets you use a keyboard, mouse and displays things to the screen.

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

What are the features of ROM?

A
  • It is non-volatile (keeps data when power is off)

- it is read only (although technically there are ways to write to ROM – look-up PROM, EPROM, EEPROM)

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

What is virtual memory?

A

If you have a lot of applications open RAM can start to get full as all open programs and data are stored here. To prevent the computer from crashing due to a lack of ‘memory’ it uses ‘virtual memory’ when RAM gets overloaded. This is an area on the hard drive that is used as a temporary storage space, as if it were RAM.

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

What programs and data are put into virtual memory when RAM is full?

A

The least recently used programs can be swapped out of real RAM into virtual memory to make room for a new program in RAM.

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

What are the advantages of virtual memory?

A
  • You can run more applications at once.
  • You can run larger applications with less real RAM.
  • You don’t have buy more memory RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the disadvantages of virtual memory?

A
  • Applications run slower (because transferring from the hard drive is slower than from RAM).
  • It takes more time to switch between applications.
  • Constant use of virtual memory results in ‘disk thrashing’
  • Less hard drive space for your use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define disc thrashing:

A

The process of constantly accessing data from the hard drive.

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

What is flash memory?

A

A type of re writable, non-volatile memory that is used in countless modern storage situations

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

What are examples of flash memory?

A

USB pen drives
SD cards
Internal storage on phones and mp3 players
Solid state drives

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

What does DRAM stand for?

A

Dynamic RAM

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

What is DRAM?

A

Dynamic RAM is a type of memory that requires the data to be refreshed every so often so that data isn’t lost (through capacitor leakage) – it is less expensive than SRAM.

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

What is SRAM?

A

Static RAM is a type of memory that does not need to be refreshed, but it is more expensive than DRAM, and historically has had lower capacity than DRAM