1.2 Memory Flashcards

1
Q

What are the two types of memory?

A
  • Main memory

* Secondary storage

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

Which memory can be directly accessed by the CPU?

A

Main memory

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

True or False? Main memory can only hold one program at a time

A

False - it can hold more than one making it quicker for the CPU to swap between tasks.

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

What is secondary storage used for?

A

Secondary storage is used for holding large amounts of data and programs long-term, but can only be accessed relatively slowly.

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

What is volatile memory?

A

Volatile memory is memory that loses its data once power to the memory chip is switched off or interrupted.

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

What is RAM used for?

A
  • RAM is used as main memory

* It is used as a temporary store for program instructions and data

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

What will happen if RAM loses its power?

A

It will lose any data its holding because it is. volatile

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

Why is it called ‘Random Access Memory’?

A

Data or instructions can be accessed in any order (non sequentially)

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

What are the two types of RAM?

A
  • DRAM (Dynamic)

* SRAM (Static)

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

What type of RAM is found in a RAM module and why?

A
  • DRAM

* It is relatively inexspenive

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

What type of RAM is used for the cache and why?

A
  • SRAM

* It is much faster to access than DRAM

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

Which type of RAM requires a refresh signal to keep its data intact?

A

DRAM

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

How much RAM does a budget laptop include?

A

Around 4GB

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

Use of which application could require up to 32GB of RAM?

A

A professional video editing application.

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

What are the two differences between RAM and ROM?

A
  • ROM is read only (cannot be changed) whereas RAM is read/write memory (contents can be altered).
  • ROM is non volatile (meaning it keeps its data when there is no power supply) whereas RAM is volatile.
17
Q

What is ROM used to hold?

A
  • Basic computer hardware settings

* In the past it held the BIOS to boot up the computer

18
Q

Why are ROM chips not removable?

A

They are soldered into the motherboard.

19
Q

What makes RAM chips easy to remove and update?

A

They are located in removable memory modules that are slotted into sockets on the motherboard.

20
Q

What is the typical memory of ROM?

A

A few megabytes

21
Q

On what type of memory is BIOS now stored and why?

A

Flash memory so that changes to the instructions can be made (flash memory is non volatile and read/write)

22
Q

What happens when RAM gets too full?

A

The computer operating system can help out by temporarily marking sections of secondary storage for the CPU to store data on.

These sections are called virtual memory.

23
Q

Does the CPU directly access data held in virtual memory?

A
  • No - it asks the operating system to first load it into RAM, which is quick to access.
  • Less-used data is moved from RAM to virtual memory to make room for it.
24
Q

What is Disk Thrashing? (3)

A
  • As main memory fills up, then more and more pages need to be swapped in and out of virtual memory.
  • This swapping leads to a very high rate of hard disk access
  • Leading to wear and tear on the disk and a slow-down in overall performance.
25
Q

What are two solutions to Disk Thrashing?

A
  • Fitting more RAM

* Reducing the number of applications being used at the same time