Memory Flashcards

1
Q

What is computer memory often called? (2 things)

A

Main memory or primary storage

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

What forms does computer memory come in? (4 forms)

A

Random Access Memory (RAM)
Read only Memory (ROM)
Virtual memory
Flash memory

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

How can main memory be directly accessed?

A

By the CPU

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

What is RAM?

A

Random Access Memory

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

What is ROM?

A

Read Only Memory

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

Where are software programmes stored long term?

A

On the hard disk

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

The CPU can’t access a programme directly from the hard disk. How is it loaded and where?

A

It needs to be loaded by the operating system into RAM

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

Why do we call Ram Random Access Memory?

A

Because the CPU can access any memory location, at any time, in any order.
This makes programmes held in RAM able to run very quickly

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

The CPU can access any memory location, at any time, in any order. What does that mean for programs held in RAM?

A

It means that programmes held in RAM can run very quickly

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

What is RAM measured in?

A

Gigabytes (GB)

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

What would a typical PC have as RAM and what might it go up to for people using heavy applications?

A

4GB of RAM for a typical PC and up to 64GB of RAM for heavy application users

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

Why do we call RAM volatile and ROM non-volatile

A

Because RAM needs constant electrical power, if power is lost, everything stored in RAM will be lost, whereas ROM is non-volatile so it doesn’t require power to store the information inside it

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

What type of memory loses its data once power to the memory chip is broken?

A

Volatile memory

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

When RAM fills to capacity, how does the operating system create virtual memory?

A

The OS can mark sections of the hard disk to use as virtual memory

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

Why is virtual memory classified as ‘main memory’?

A

Because it can be accessed by the CPU

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

What does the operating system do with data and programmes that are in RAM but are not currently being used?

A

Moves the data and programmes into virtual memory

17
Q

What does the operating system do with data and programmes that are in RAM but are currently being used?

A

Nothing, they remain in RAM

18
Q

What is disk thrashing?

A

The constant switching between RAM and virtual memory can lead to a high rate of hard disk access - you can hear the hard disk working when it is being thrashed

19
Q

What happens to the computers performance when the virtual memory is being heavily used?

A

It slows down

20
Q

what two things are characteristics of ROM

A

Its contents cannot be overwritten / changed

It is non volatile - it keeps data even if there is a power cut

21
Q

Until recently, ROM was used to store computer boot up instructions (BIOS). Where is BIOS stored nowadays?

A

In the flash memory

22
Q

What is ROM still used for?

A

ROM is still used to store the MAC address on a network card

23
Q

When you switch on your computer, what does BIOS do?

A

The BIOS checks the hardware is installed correctly (e.g. memory, graphics card)

24
Q

What three things does the BIOS do when the computer is switched on?

A

1) Check the hardward is properly installed
2) Check the input/output devices
3) It loads the operating system

25
Q

Flash is a non-volatile memory, however, unlike ROM, Flash memory can be used to both read and write data.
What else is often stored on flash?

A

It is often used to store the BIOS (so that changes to the instructions can be made when needed)