Memory types Flashcards

1
Q

What is memory

A

Data and programs need to be stored in a computer system. The technology used to do this is called memory. Memory can be divided into two types: main memory and secondary storage

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

What is main memory and how is it different to secondary storage

A

Main memory is any memory that is directly accessed by the CPU

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

Give two examples of main memory and secondary storage

A

RAM and ROM. Registers and internal cache are not considered main memory as they reside within the CPU. Hard disks and flash memory are examples of secondary storage.

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

What is volatile memory?

A

Volatile memory is cleared whenever the supply of power is lost. In contrast, non-volatile memory will continue to hold anything it was storing even if it is not receiving any power.

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

Give an example of volatile memory

A

RAM, CPU registers and the cache.

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

What is RAM?

A

RAM is used as main memory. It acts as a temporary store for program instructions and data. It can only store things temporarily because it is volatile. It is useful as a temporary store because any data or instructions in RAM can be accessed in any order

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

Give three properties of RAM

A

RAM is used as main memory. It is accessed directly by the CPU, RAM is volatile memory. If it loses power, the data it holds is lost. RAM holds billions of storage locations, each with its own memory address. These can be accessed in any order.

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

What are DRAM and SRAM

A

Dynamic Random Access Memory (DRAM) is what you will find in a RAM module. Static Random Access Memory (SRAM) is commonly used for the cache. This is because it is much faster to access than DRAM.

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

What is the difference between DRAM and SRAM

A

DRAM is volatile, less expensive, slower than SRAM and requires a refresh signal to keep data intact. SRAM is volatile, stored in the cache, more expensive but faster than DRAM and does not require a refresh signal

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

How much RAM does the average PC have

A

RAM is sized in gigabytes. The average computer has 8GB of RAM

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

In which situations would you need a specific amount of RAM

A

Windows 10 requires 2GB, basic laptops usually have 4GB for emails and making word documents, gaming required 8GB or above and video processing would require around 32GB

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

What is ROM

A

ROM is Read Only which means that it cannot be changed, overwritten or removed, whereas RAM is read/write memory which means that the contents can be altered.

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

What are the differences between RAM and ROM

A

You can only read from ROM, whereas you can read and write from RAM, ROM is non-volatile, ROM chips are usually located on the motherboard and are non-removable. It usually holds the BIOPS and setup routine and there are usually a few MB of ROM on your PC

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