A451: Hardware - Memory Flashcards

1
Q

What is the Cache?

A

-This is the holding area for data from the RAM. It ensures the CPU is always busy with data. The large the cache size means more data can be held and it’s less likely that any cycles are wasted.

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

What is ROM?

A

-ROM is memory that cannot be changed by a program or user. ROM retains its memory even after the computer is turned off. For example, ROM stores the instructions for the computer to start up when it is turned on again.

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

What is RAM?

A

-RAM is a fast temporary type of memory in which programs, applications and data are stored. Here are some examples of what’s stored in RAM, the operating system, applications, and the graphical user interface. If a computer loses power, all data stored in its RAM is lost.

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

What is RAM normally measured in?

A

-Gb.

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

What is ROM normally measured in?

A

-Kb.

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

What in the difference between RAM and ROM?

A

-ROM is memory that cannot be changed by a program or user. ROM retains its memory even after the computer is turned off. For example, ROM stores the instructions for the computer to start up when it is turned on again. RAM is a fast temporary type of memory in which programs, applications and data are stored, because they are being used by the CPU. RAM is also volatile storage while ROM is not.

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

How does the amount of RAM effect the speed of the computer?

A

-The more RAM available the more programs, applications and data the computer can store, that is at easy access to the CPU. This makes the computer faster and there is less need for virtual memory.

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

Why do we need ROM?

A

-ROM is memory that cannot be changed by a program or user. ROM retains its memory even after the computer is turned off. For example, ROM stores the instructions for the computer to start up when it is turned on again.

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

What is the purpose of RAM?

A

-RAM is a fast temporary type of memory in which programs, applications and data are stored. Here are some examples of what’s stored in RAM the operating system, applications, The GUI. If a computer loses power, all data stored in its RAM is lost.

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

What is virtual memory?

A

-Because of the size of the Ram it is not always possible to store all the running programs in the RAM at once and the computer will start running low of memory and begin to slow down. Virtual memory then comes in and stores the data that the RAM isn’t actively using on the hard drive to free up the RAM. When the CPU needs the data is is taken out of virtual memory on the hard drive and is put back on to the RAM.

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

what is cache memory?

A

-This is the holding area for data from the RAM. It ensures the CPU is always busy with data. A larger cache size means more data can be held and it’s less likely that any cycles are wasted.

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

What is Flash memory?

A

-Flash Memory is often referred to as solid-state storage, which means that there are no moving parts. It’s similar to RAM but is non-volatile which means when the power is cut off, it still remembers the content). Flash memory is used in USB memory sticks and memory cards for digital cameras and some games consoles.

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

What type of storage is RAM?

A
  • RAM is volatile storage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is volatile storage?

A
  • This is storage that is wiped when the power is disconnected.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What type of storage is read only memory?

A
  • This is nonvolatile storage so that the memory is retained when the power switched off.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define Main memory/RAM?

A
  • Also known as Immediate Access Store and Primary Memory
  • The Memory is the CPU that is used to temporarily store programs while they are running and data used by these programs. The processor fetches instructions form main memory. Memory is made up of many addressable locations.
17
Q

Define Memory?

A

stores program operations and data while a program is being executed. There are several types of memory, including: registers, cache, RAM and virtual memory.

18
Q

What is the CPU control Unit?

A

The CPU control unit automatically checks cache for instructions before requesting data from RAM. This saves fetching the instructions and data repeatedly from RAM – a relatively slow process which might otherwise keep the CPU waiting. Transfers to and from cache take less time than transfers to and from RAM.

19
Q

What is Cache L1?

A

L1 is usually part of the CPU chip itself and is both the smallest and the fastest to access. Its size is often restricted to between 8 KB and 64 KB.

20
Q

What is L2 & L3 Cache?

A

L2 and L3 caches are bigger than L1. They are extra caches built between the CPU and the RAM. Sometimes L2 is built into the CPU with L1. L2 and L3 caches take slightly longer to access than L1. The more L2 and L3 memory available, the faster a computer can run.

21
Q

How does Virtual Memory Swap data round?

A

Swapping (also called paging) is the process the OS uses to move data between RAM and virtual memory. The OS moves data from processes that are not immediately needed out of the RAM and stores them in virtual memory. It copies the data back into RAM when the process is needed again.