• 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/95

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;

95 Cards in this Set

  • Front
  • Back

What is DRAM?

Dynamic Random Access Memory stsndard in all computers since the mid 70's

What is a SIMM?

Early type of RAM stick called a single inline memory module

What is SDRAM

Synchronous DRAM dram tied to the system clock that debuted in 1996

What is a DIMM

Dual inline memory module (SDRAM DIMM)

What is a micro DIMM?

Laptop DIMM stick

Whar is a SO-DIMM?

Small outline memory module also used in laptops

How fast does SDRAM have to be?

It needs to either match or exceed the system speed or the computer will lock up or become unstable

What is RDRAM/RIMM?

Rambus Dram capable of running at 800 MHz. Was short lived due to developmental delays and high costs. It introduced dual channel. Architecture.

What does RIMM stand for.

It doesn't mean anything it just rhymes with DIMMS and SIMMS

What is it DDR SDRAM?

Double data rate SDRAM similar to RDRAM but more cost effective.

How did DDR SDRAM increase speed?

By doubling the throughput of the SDRAM by making two processes for every clock cycle

How is DDR SDRAM speed measured?

By multiplying the system speed by 8 bytes and writing PC in gront. For example 400MHz = PC3200

What is dual channel architecture?

Using 2 sticks of DDR SDRAM or RDRAM to increase throughput. Requires identical sticks placed on paired slots

What is the difference between DDR and DDR2?

DDR2 improved upon the design of DDR by using less power and increasing the speed. Speed was increased by increasing the input/output and adding special cache like buffers.

How many pins are on a SDRAM stick for desktop?

168

How many pins are on a micro DIMM SDRAM for laptops?

68 or 144 or 172

How many pins are on the SRDRAM SO-DIMM for laptops?

72 or 144 or 200

How many pins are on a DRR SDRAM stick for desktop

184

How many pins are on a DDR SDRAM micro-DIMM for laptops?

172

How many pins are on a DDR SDRAM SO-DIMM for laptops?

200

How many pins are on a DDR2 SDRAM stick for desktop?

240

How many pins are on a DDR2 SO-DIMM for laptops?

200

How many pins are on a DDR3 SDRAM stick for desktop?

240

How many pins are on a DDR3 SO-DIMM?

204

How many pins are on a DDR4 SDRAM stick for desktop

288

How many pins are on a DDR4 SO-DIMM

260

True or false: The DDR series is backwards compatible

False

What is the difference between DDR3 and DDR2?

DDR3 is faster and uses 30% less power. It also has XMP to alllow overclocking

What is XMP?

Extended memory profile, a feature on DDR3 that allows for overclocking

What is triple channel architecture?

Uses 3 sticks of RDRAM or DDR SDRAM (any #) to increase throughput. Requires identical sticks placed in paired slots.

Who supports triple channel architecture?

Intel on the LGA1366 motherboard. There is no support from amd

What is quad channel architecture?

Uses 4 sticks of RDRAM or DDR SDRAM (any #) to increase throughput. Requires identical sticks placed in paired slots

Who supports quad channel architecture?

Both amd and Intel on more recent devices.

What is single sided ram?

Ram with chips only on one side of the board

What is double sided ram?

Ram with chips on both sides of the board. Some motherboards can't use this kind of ram or can only use it in certain ways.

What is latency? How is it written?

Latency is the delay in Ram response time. It is written as CL# the higher the number the longer the delay.

What happens when you install high latency ram in a motherboard designed for low latency ram?

"Dead" pc

What is a CAS?

Column array strobe. It helps the mcc find a particular bit of memory. It requires electricity to charge up before it can work and contributes to latency

What is a RAS?

Row array strobe. It helps the mcc locate a specific bit of memory. Requires electricity to charge up before it can work and contributes to latency.

What is parity ram? What are the disadvantages of it?

Ram designed with an extra bit (called parity bit) used to verify that lines of code coming from the ram was accurate. Didn't always catch errors and didn't have a means to correct the ones it did catch.

What is Ecc ram? What advantages does it have?

Error correction code ram. It catches 100% of code errors and fixes them on the fly. Used in very expensive high end systems.

What is registered/buffered ram?

Ram with extra bits of circuitry that helps compensate for electrical problems in systems with lots of memory modules.

What is virtual memory?

Portion of hard drive or solid state drive set aside as a "swap file" or "page file" it works like a snapshot of a program to remove it from active ram when the ram gets overloaded. The program is automatically put back into ram when it needs to run

What is the default recommended page file size for windows?

1.5x the ram on the computer.

What is disk thrashing?

Windows working furiously to move files between page files and ram. Indicated by hard drive led light going crazy.

What is readyboost?

Ability to use a flash drive to as super fast dedicated virtual memory.

How many devices can be used in windows for readyboost?

In windows vista only 1 but up to 8 in Windows 7 and later.

How do you set up a device for readyboost?

Plug in device > right click device icon in computer > click readyboost > use device.

How do you install a DIMM?

Discharge static > swing side tabs down on the ram slot to unlocked position > line up guide notches >snap into place

What is SPD?

Serial presence detect. A chip on the ram that talks to the motherboard so that the motherboard can automatically identify and install a new ram stick.

True or false. Bad spd chips can be fixed.

False

What is the difference between real parity errors and phantom parity errors.

Real parity errors occur on systems with ecc or parity ram while phantom errors occur in systems that don't have ecc or parity ram.

How can you tell if an error is being caused by bad ram sticks?

A memory error always shows up as a hexidecimal value. The same value showiing up at the the same place in memory almost always means bad ram. Random messages at random times usually indicates other problems.

What is a NMI?

Non masking interrupt. Manifests as a proprietary crash screen and could be caused by a number of reasons.

What are the 4 ways to test ram?

Buy a ram tester, replace and pray, run a software based ram rester, or use the memory diagonstics tool on windows 7 and later

What is the northbridge?

Term used to describe the MCC when including it's capability to connect the CPU to other devices. It primarily deals with high speed devices

What is the southbridge?

Chip paired with the northbridge in order to relieve the workload primarily deals with low speed devices

What is BIOS?

Basic input/output services. It is a support program loaded into memory that teaches the cpu how to communicate with a particular device.

What are device services/drivers?

Programs dedicated to enabling the cpu to communicate with a device

What is ROM?

Read only memory. It's a nonvolatile memory chip similar to ram. Since its read only once a program is installed it can't be changed.

What is flash ROM?

ROM chip in modern pcs that allows for the contents to be updated by "flashing the ROM"

What does nonvolatile mean?

Information isn't erased when the computer is turned off

What is firmware?

Programs stored on the ROM chip

What is software?

Programs stored on dynamic media

What is UEFI?

More modern version of BIOS that stands for unified extensible firmware interface.

What advantages does UEFI have over BIOS?

Supports file systems that enable booting to drives larger than 2.2 TB, supports either 32 bit or 64 bit booting, handles all boot loader details, not dependant on x86 firmware.

What is CMOS?

Complimentary metal-oxidizer semiconductor stores data needed by the BIOS to complete the programs needed to communicate with changeable hardware. Also stores time and date information.

True or false: CMOS used to be a separate chip but now is integrated with the southbridge.

True

How do you access CMOS in Windows 8/8.1?

Open charms bar > click settings > change pc settings > update & recovery > recovery > advanced startup > restart now > troubleshoot > advanced options > UEFI firmware startup options

When accesing CMOS the long way in Windows 8/8.1 why should you avoid the option "refresh pc"

Refresh pc saves "files" but removes all desktop apps

When accesing CMOS the long way in Windows 8/8.1 why should you avoid the option "reset"

Reset wipes everything and reinstalls windows

True or false: the key or combination of keys needed to access the CMOS is usually displayed on the screen or can be looked up on the motherboad book or manufacturers website

True

True or false: if the data in CMOS doesn't match the specs of the actual hardware the computer can't access the hardware

True

What is secure boot?

UEFI protocol that secures the boot process by requiring purportedly signed software

What do you need to use secure boot?

Intel cpu with a UEFI BIOS and an os designed for it such as windows 8/8.1/10.

What is chassis intrusion detection/notification?

Feature of some computer cases where a switch gets tripped when the case is opened and a log is crwated in CMOS abd a notification is displayed on the next bootup

What is drive lock/ATA security mode?

Feature of CMOS that allows for the hard drive to be locked as a defense against unwanted access if stolen.

What is lojack?

Security feature in some pcs that allows for tracking a stolen pc, remote shutdown, and installing a keylogger.

What is a trusted platform module (tpm)?

A secure cyptoprocessor that accelerates encryption making it more secure, can be a small circuit board on the motherboard or built into the chipset

What is option rom?

Option rom is a chip built into a piece of hardware with its own BIOS so it can communicate with the cpu. Becoming obsolete in favor of more flexible methods except for video cards they still option rom.

What is the registry?

Special database in Windows that stores everything you might need to know about your computer including drivers .

What is the POST?

Power on self test. A special diagnostic program that runs everytime a computer boots up. Alerts the user too problems via beep codes or text

What are POST beep codes?

Beep codes used to communicate with the user before and during the video card test.

What does one long beep followed by two or three short beeps during POST mean?

Bad or missing video card

What does a repeating beep during POST mean?

Bad or missing ram

What is a POST card? When is it used?

Device used to monitor the POST and identify which piece of hardware is causing problems. Mostly used to determine which level the pc is dead at when something disrupts the POST and sends it into an endless loop.

What is a power good wire?

Special wire that the power circuitry sends a signal down after checking the voltage. Starts the POST

What is the bootstrap loader?

A feature of older BIOS systems that was attatched to the end of the POST that searched for the OS and checked the boot sequence.

What is the boot sequence?

The order in which the system boots up

What is the boot sector?

Special location on bootable devices that tells the CMOS where to find the OS

What does the CMOS setting option "load default CMOS" do?

Sets the CMOS to the simplest factory settings. Great for reversing scrambled CMOS

What does the CMOS settings option "OS optimized default" do?

Sets the CMOS settings to the best stability and speed for the OS

How do you reset the CMOS by using the jumper? If it doesn't work?

Move the jumper from wires 1&2 to wires 2&3 wait 10 seconds and move it back. If it doesn't work then pry out the coin battery and wait 10 seconds and put it back.

What is a firmware upgrade?

Update to the contents of a flash ROM chip

What is flashing the BIOS?

The process of updating the BIOS