• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/100

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

100 Cards in this Set

  • Front
  • Back

system memory

the work area (desk space) for a computer

Can you ever write to a ROM chip

Only by using special software provided by the manufacturer of the chip.

Firmware is

Software written to a ROM chip

What type of memory stores BIOS

ROM

Where is the POST stored

In the BIOS code in ROM

What does the POST contain

Routines that initiate OS loading as well as routines that make communication betwen hardware devices possible

EEPROM stands for, aka

electrically erasable programmable ROM, aka flash rom

When would you need to update your BIOS

When you update your hardware

BIOS contains

The POST and other routines that initiate loading the OS, also low-level code that allows the system to communicate with hardware devices

Where can you find BIOS updates

Manufacturer's website

DRAM stands for

Dynamic RAM

How does DRAM get its name

The information stored in DRAM needs to be constantly refreshed

What does refreshing of DRAM involve

Reading the bits of data stored in DRAM and the rewriting the same information back

Single ported means

You can read and write to memory but not at the same time

Type of memory that is single ported

DRAM

How did older DRAM measure speed

in how long it took the CPU to receive the information after it was requested

Older DRAM speed range

60-80 ns

How is today's DRAM speed measured

in MHz to match the speed of the motherboard

SRAM stands for

static ram

How does SRAM differ from DRAM

Memory in SRAM doesn't need to be refreshed

Typical speed of SRAM

10-20 ns

What is the drawback of SRAM

Cost. It's more expensive than DRAM

What is SRAM typically used for

cache memory

CMOS RAM stands for

Complementary metal-oxide semiconductor RAM

What does CMOS-RAM store

configuration information, like an inventory list

Why doesn't CMOS-RAM erase when the computer power is turned off

Computers have a small battery on the motherboard that maintains enough of a charge to prevent CMOS-RAM from losing data

Shadowing is

The process in which a copy of the BIOS is copied to an area of memory

Shadow RAM is

the part of RAM where BIOS has been copied to for execution

VRAM stands for

video ram

Where is VRAM most commonly used

On video accelerator cards

What is VRAM used for

to store Used to store values of pixel onscreen for refresh purposes

What is dual ported memory

Memory that can be read from and written to at the same time

WRAM stands for

window ram

WRAM aka

window accelerator card RAM

What is WRAM used for and what is its advantage

Used for video display purposes and is 25% faster than VRAM

Basic steps in accessing memory in standard DRAM

first clock cycle the row address is sent


second clock cycle the column address is sent


third clock cycle the memory controller reads the information


Sequence repeats for each block requested

FPM stands for

fast page memory

How does FPM differ from standard DRAM

FPM does not require a row address for subsequent block requests since it's assumed that the next block needed will be in the same row.

FPM memory retrieval sequence

Same as standard DRAM only with no row information sent for each subsequent block request

EDO stands for

Extended data output

How much faster is EDO than FPM

10-15%

Where is EDO usually found

on 66 MHz motherboards

Why is EDO faster than FPM

EDO can read data from a memory block while receiving the next set of instructions instead of waiting to receive after the block is read

BEDO stands for

Burst extended data output

What does burst refer to

The fat that when one memory address is request and that address is retrieved the system bursts into the next couple of blocks and reads those as well.

Why does burst technology work

Usually the next requested block of memory will be found next to the block already requested. The burst system has already retrieved those block and can immediately pass on that info to the CPU

How much faster is BEDO than EDO

50%

SDRAM stands for

synchronous DRAM

What is SDRAM

memory synchronized to the system board speed

What do you need to determine before replacing or adding SDRAM

The speed of your motherboard

Can you install SDRAM at a speed other than your motherboard's?

Yes, you can install a faster SDRAM chip than your motherboard's speed but you will be paying more for a speed you don't need

RDRAM stands for

rambus DRAM

What speed does RDRAM run

800 MHz

RIMM stands for

rambus inline memory module

RDRAM has a ______ internal bus width

16 bit

DDR stands for

double data rate

Where does DDR get its name from

the fact that it can transfer data twice during each clock cyple

DDR pin modules for desktop and laptop computers

184 pin desktop


200 pin laptop

What is DDR measured in

MHz

How do you determine the actual speed of a DDR chip

Take the name of the chip and divide it by 8. Ex PC1600=200 MHz memory speed

DDR2 memory speed

400 MHz and higher

# of pins in DDR2 module

240

Power consumption for DDR vs DDR2

DDR=2.5V


DDR2-1.8V



DDR3-800 aka

PC3-6400

DDR3-800 throughput

6400 MBps

DDR3-1066 throughput

8533 MBps

DDR3-1066 aka

PC3-8500

DDR3-1600 throughput

12800 MBps

SIMM stands for

single inline memory modules

2 types of SIMM cards

30 and 72 pin

30 pin SIMMS have an ______ data path

8 bit

When installing SIMMs, what must you do

Make sure you install enough to fill the memory bank of the processor. For example, if the processor is 32 bit, you need to install 4 SIMMs

72 pin SIMMs have a _____ data path

32 bit

what is a memory bank

the number of memory slots needed to fill the data path of the processor

How can you tell the difference between a 72 pin and a 30 pin SIMM

the 72 pin has a notch close to the middle of the module

DIMM stands for

dual inline memory module

How do DIMMs differ from SIMMs

They deliver information in 64 bit chunks instead of 8

Older DIMMs use ____ pins for SDRAM and _____ for DDR

168


184

Newer DIMMs use ____ pins for DDR2 and _____ for DDR3

240



SODIMM stands for

Small outline dual inline memory modules

Where are SODIMMs found

laptops

3 different sizes of SODIMM modules

32 bit 72 pin


64 bit 144 pin (SDRAM)


64 bit 200 pin (DDR and DDR2)

MicroDIMM stands for

micro dual inline memory module

MicroDIMM comes in _____ module for SDRAM and _____pin module for DDR

144


172

What is parity memory

A type of error-checking memory that verifies information stored in memory is what is actually read from memory at a later time

What is nonparity memory

Memory that does not perform an error check to ensure that the data written to memory is actually read when it is retrieved

2 types of parity memory

odd


even



How do the 2 types of parity memory differ

odd parity looks for an odd number of bits and even parity looks for an even number of bits

How does parity memory work

For every byte of data written to memory, an additional bit is added. When storing the number of enabled data bits (1s) are added up. For add parity if the number of 1s is even then the additional bit is a 1 and if there is an odd number of bits the additional bit is set to 0. Visa versa for even parity.

How does the CPU check the accuracy of a parity byte of data

It calculates whether the parity bit is 1 or 0 and then calculates the other bits to see if it matches the odd or even parity bit.

What is parity error

What occurs when the parity bit does not coincide with the CPU's parity calculation. There is a problem with the data

ECC stads for

Error checking and correction

Can parity memory fix a parity error

no

Can ECC memory correct parity errors

yes

How do you install dual channel memory

In pairs in either two odd numbered slots or two even numbered slots, never side by side

Single sided memory

All memory on the module is accessed at once by the system and is treated as a single bank of memory

Double sided memory

Module is divided into 2 discrete chunks of memory (banks) and the computer can only access one bank at a time

What did L1 cache originally mean

internal cache

What is the L1 cache typically divided into

Half is used to store frequently access program instructions


Other half stores frequently accessed program data

4 factors that affect the proper type of memory needed

Type of Memory (FPM, EDO, SDRAM, DDR)


Speed of the memory


pin connector type


parity vs nonparity