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

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;

40 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

CPU

Central Processing Unit, or the brain of the computer.

ALU

Arithematic Logical Unit, handles all simple mathematical equations.

MCC

Memory controller card

EDB

Primary route for all data on a PC

What is a register in relevance to a CPU?

Registers are tiny storage areas located on the CPU, made up of tiny microscopic semiconductor circuits that hold charges.

What is RAM?

Random Access Memory. RAM stores any data that the CPU actively uses.

Define a "1 or 0"

"A bit"

Define "a nibble"

4 bits

Define a "byte"

8 bits

Define a "word"

16 bits

Define a "double word"

32 bits

Define a "paragraph or a quad word"

64 bits

Describe RAM's physical appearance

RAM is consisted of groups of semiconductor chips soldered onto small cards. These snap into place on a motherboard.

Describe the "random access" part of RAM

The CPU must be able to access any row quickly, and easily.

What is DRAM?

Computers use dynamic RAM (DRAM) for the main system memory. DRAM requires both a constant electrical charge, and a periodic refresh of the circuits. Otherwise, it loses data. This is why its considered dynamic, rather than static.

What do HDDs and RAM have in common?

While they are both memory devices, RAM data is not permanent, where HDD data is permanent data storage.

How does the CPU and RAM connect?

Memory controller card. This chip helps the CPU express which row of RAM it wants, and the memory to supply it with that row. The MCC is comprised of special circuitry so it can grab any single line of RAM and place that data or command on the EDB.

How does the CPU tell the MCC which specific line of RAM it wants?

The address bus helps the CPU advocate which specific piece of data it is requesting of the MCC. These wires can vary in number based on CPU. These wires are very important.

What architechture of CPU uses simpler, energy-efficient designs?

ARM. That stands for reduced instruction set computing, or RISC architechture.

What architechture of CPU are more powerful, but have increased power cost?

Intel and AMD. Or, complex instruction set computing. (CISC)

What are the chip names for Intel brand CPU?

Core, Pentium, Celeron. Low power and portable chips are Atom. High end chips are Xeon.

What does AMD stand for?

Advanced Micro Devices. The only company capable of keeping cutthroat competition on Intel's back.

In the mainstream and enthusiast desktop market, what Intel CPUs and AMD CPUs are typically utilized?

For Intel, the i7, i5, and i3. For AMD, A-series and the FX series.

In the budget desktop market, what CPUs are typically utilized?

For Intel, Pentium and Celeron. For AMD, Sempron and Athlon.

In the portable and mobile market, what CPUs are typically utilized?

For Intel, i3, i5, and i7 all have mobile versions, as well as the Core M, and their Atom chips. For AMD, the A-series.

In the server market, what CPUs are typically utilized?

For Intel, their Xeon chips. For AMD, their Opteron chips.

What is a code name?

The information printed on the CPU's face. Each piece of letter or numbering stands for a specific meaning, ultimately labeling the manufacturer, series, socket type, and SKU.

What is speedstep technology?

Speedstep technology was created by Intel. Its designed to allow the CPU to run in low power mode, and if an application calls for more demand in power. The CPU will scale in power usage to accomodate.

What is it reffered to as, when the CPU is purposely run in a lower power than it is meant for?

Throttling

What are some features in which engineers have improved upon CPUs?

Clock multipliers


64-bit processing


Virtualization support


Parallel execution


Multicore processing


Integrated memory controller (IMC)


Integrated graphics processing unit


Security


X86 systems process what kind of processing?

These are 32 bit systems, and are only capable of running 32 bit software.

What does LGA stand for?

Land Grid Array, the socket type for Intel based motherboards.

What does PGA stand for?

Pin grid array, the socket type for AMD processors.

When placing in a CPU, what is it reffered to in regards to how easily it falls into place?

Zero insertion force.

What is the process a CPU functions in to recieve data, process it, and return results to you?

Fetch


Decode


Execute


Write

There are four steps

Other than the ALU, what other mathematical unit has special wiring in the CPU to allow for more intricate mathematical calculations?

The FPU, or the Floating Point Unit.

What is a cache?

A cache is data that is consistently stored on RAM for the computer to easily be able to reference it later.

To reduce wait states, what kind of RAM was designed?

SRAM, or static random access memory.

After awhile, the address bus and external data bus were put together into a single term. What was this term?

The frontside bus

After awhile, the connection between the CPU and the L2 cache became known as the what?

The backside bus