memory Flashcards

You may prefer our related Brainscape-certified flashcards:
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 RAM?

A

RAM is used as the main memory in a computer. It can be read and written to. When a computer boots up, the operating system is copied from secondary storage to RAM.

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

What is volatile memory?

A

Volatile memory is temporary memory. It requires power to retain its data.

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

What is non-volatile memory?

A

Non volatile memory is permanent memory- it keeps its contents even when it has no power.

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

What is main memory?

A

Main memory is where all data, files and programs are stored while they are being used.

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

What happens when files are opened? Where do they go?

A

When software applications, documents and files are opened, they are copied from secondary storage to RAM. They stay in RAM until the files or applications are closed.

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

Is RAM volatile?

A

Yes

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

What happens when RAM fills up?

A

Computers only have limited amount of RAM. As applications are opened RAM fills up with data.
When RAM is full, data that hasn’t been used recently is moved to a location on secondary storage(virtual memory)

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

Why might virtual memory be needed?

A

Virtual memory may be needed if there are too many applications open at once, of if a particularly memory intensive application is being used.

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

What happens if the CPU needs to read data stored in virtual memory?

A

The CPU must move the data back to RAM.

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

Why can using virtual memory make a computer slow to respond?

A

It can make a computer slow to respond when switching applications or when using a memory intensive application due to data constantly moving between virtual memory and RAM.
The data transfer rates are much slower on secondary storage than RAM.

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

Is RAM faster than CPU cache?

Is RAM faster than secondary storage?

A

No

Yes

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

What does ROM stand for?

A

ROM means read only memory

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

Is ROM volatile?

A

No ROM is non volatile memory

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

What is ROM?

A

ROM comes on a small, factory made chip built into the motherboard. It contains all the instructions a computer needs to properly boot up. These instructions are called the BIOS(basic input output system).
It can only be read, not written to.

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

How does ROM work?

A

As soon as the computer is powered on, the CPU reads the instructions from ROM. This tells the CPU to perform self checks and set up the computer e.g test the memory is working ok.
Although the CPU can only read ROM, it is possible to update the BIOS on a ROM chip.

17
Q

What is flash memory?

A

It is a very common type of non volatile memory that stores data in electrical circuits by trapping electrons.
ROM chips often use flash memory
It is used in SD cards, USB sticks and solid state drives(SSDs).

18
Q

Why will a computer run slowly if it has too little RAM?

A

Because it has to use more virtual memory which can slow it down

19
Q

Why will more RAM make the appliactiosn run faster?

A

The more RAM, the more applications or more memory intensive applications can run smoothly, making it faster overall.

20
Q

Will adding more RAM when you don’t need it worth it?

A

No, if the computer already has plenty of RAM to run everything the user wants, increasing RAM may make no difference.

21
Q

What does GPU stand for?

A

Graphical processing unit

22
Q

What are GPUs?

A

GPUs are specialized circuits fro handling graphics and image processing. They relieve the processing load on the CPU, freeing it to do other things.

23
Q

Do computers already have GPUs?

A

Yes, computers have basic GPUs integrated into the motherboard or the CPU. For better graphics performance, a dedicated GPU is often used.

24
Q

What can high end graphic cards help improve the performace of?

A

Using high end graphic cards can greatly improve performance in graphics-intensive applications e.g PC gaming and design software.