3.3 RAM Types Flashcards

1
Q

What does ROM stand for?

A

ROM = Read Only Memory

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

What does RAM stand for?

A

RAM = Random Access Memory

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

What does PROM stand for?

A

PROM = Programmable Read Only Memory

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

What does EPROM stand for?

A

EPROM = Erasable Programmable Read Only Memory

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

Explain the difference between Volatile and Non-Volatile memory.

A

Volatile memory is powered memory. It needs continuous power to store. Non-volatile memory means if you write the data and the chip loses power, the memory stays when you re-power it again. Examples of nonvolatile memory are CD’s, DVD’s, floppy disks, etc. Storage devices.

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

Which bus travels FROM the CPU TO the RAM?

A

The FRONT SIDE BUS goes from CPU to RAM. It is a 64 bit bus. 64 wires there so it simultaneously sends 64 bits of information. And receiving.

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

Explain what PC3 10667 is.

A

PC3 10667 is a Speed transfer rating. 10667 is the number representing megabytes. The MHz speed of the ram times 8 bytes per hertz. (If the RAM is 1,333 MHz, times that number by 8 to get the speed transfer rating).

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

What is the speed transfer rating of a DDR 4 3200 stick of RAM?

A

If you have a DDR4 3200 stick of RAM, you take the 3200 (megahertz) and times it by 8 bytes (8 bytes in each hertz), that gives you the speed transfer rate of 25600 (megabytes).

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

What is the MHz speed of PC4 36800?

A

DDR4 4600. To find the MHz speed, divide 36800 (megabytes) by 8 (8 bytes per hertz).

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

Can you have two different types of RAM sticks in a computer?

A

NO! Having 2 ram sticks that are the same are important, and as identical as physically possible. If they are not the same, you will get instabilities.

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

Explain Dual Channel Ram.

A

2 sticks installed on the same color coded channel. If both IDENTICAL sticks of ram are installed in the same color coded channel, not only do you get the space of say 16gb of ram, but instead of that 16gb of ram going down one highway, that can now travel down 2 highways. If I am in a car on a highway, adding another lane doesn’t change how fast I can go, but it allows more cars to travel. In the same way, running in duel channel mode allows for MORE information to pass into the CPU at the same speeds. When you run in duel channel, instead of 16 gigs of ram running down one address bus, instead it is going to run down 2 data buses. More information at the same speeds. So instead of seeing 1 tree, you can see 2 trees, etc etc.

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

What do you need to run Duel Channel Ram?

A

The only thing you need to do to run duel channel ram is to have 2 ram sticks that are identical, in the same slot channel on the mother board. (blue and blue or red and red). That will give you access to 2 data buses and not just one.

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

How can you determine the type of RAM you need?

A

The processor specifications will tell you what RAM you need to have.

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

Can you determine the type of RAM you need by looking at your motherboards specifications?

A

NO! Your motherboard specifications will tell you what type of RAM it can handle, and not what type of RAM you actually NEED.

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

What exactly does RAM do, and why is more RAM important in some setups?

A

The amount of ram determines the total amount of space it is able to handle at one time for currently open programs and data. If the ram gets maxed out and starts over writing itself, it could cause the computer to reboot.

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

What is “The Culling Process”?

A

The culling process means that when the RAM gets full, this process rates all the programs in ram based on how large it is and how heavily accessed it is. Then when it gets full, it will kill one of those processes. The culling process had a tendency to kill the idle OS process which caused crashes.

17
Q

What is SWAP (or paging)?

A

Otherwise known as page or paging, we refer to it as virtual memory. Just like the culling process, it pays attention to what apps are the biggest and least active, but it also maintains a section of your larger scale storage and reserves a section, so that when the ram approaches its full limit, it will take out the largest most idle process and cut its data from the ram to the HDD. That space in ram is now freed up for another program.

18
Q

Can you control how much space is reserved for SWAP?

A

You can manually change the paging file size or let windows determine the page file size. Usually you should let windows determine what space is needed for a page file.

19
Q

What does ECC stand for?

A

ECC = Error Correction Code