CompTIA A+ Cert Exam Guide Ch. 6 Flashcards
What is the External Data Bus (EDB)?
The EDB is a set of wires used to facilitate communication between the CPU and other computer components
What is binary code?
Binary is a code system used for computer computation/communication. Binary is represented by the numbers 1 and 0, where 1 is on and 0 is off. A CPU identifies a 1 if it detects an electrical charge on a wire and a 0 if not.
What is a register?
Microscopic semiconductor circuits that hold charges.
What are the General-purpose registers?
AX, BX, CX, DX;
What is Machine Language?
Lines of code;
What is the CPU’s instruction set?
All of the machine language commands that the CPU understands
What is the clock wire (CLK)?
A wire connected to the CPU; a charge on the wire indicates that a new piece of data is waiting to be processed
What is a clock cycle?
A single charge to the CLK wire;
How many clock cycles does a CPU require at minimum to process a command?
2 clock cycles
What is the clock speed of a CPU?
The maximum number of clock cycles a CPU can handle in a given period of time; it is the fastest speed at which a CPU can operate/process data
How fast is 1 hertz (1 Hz)?
1 cycle per second
How fast is 1 megahertz (1 MHz)?
1 million cycles per second
How fast is 1 gigahertz (1 GHz)?
1 billion cycles per second
What is the system crystal?
Quartz oscillator; sends out a pulse to the clock chip that regulates the speed of the processor and, thus, the rest of the computer
What is a program?
A series of commands sent to a CPU in a specific order for the CPU to perform work.
What function does memory serve for the CPU?
A HDD is too slow to serve up data at the rate the CPU can handle it. To facilitate the transfer of data from the HDD to the CPU, memory is used. Data is transferred from the HDD to memory where the CPU can grab it at a speed it can handle.
What is a branch?
A branch is an IF statement in a line of code for a CPU.
An individual 1 or 0
A bit
4 bits
A nibble
8 bits
A byte
16 bits
A word
32 bits
A double word
64 bits
A paragraph or quad word
What does DRAM stand for?
Dynamic Random Access Memory
Why is RAM called Random access memory?
The CPU can take bytes of information from any point on the RAM chip
What does a CPU use DRAM for?
Mail system memory; It stores programs for fast and easy access and data that the CPU actively uses
How does RAM connect to the CPU?
It connects to the CPU via the address bus. The CPU utilizes the Memory Controller Chip (MCC) to access the data stored on RAM
What does the Memory Controller Chip (MCC) do?
The MCC grabs data at specific locations in RAM and passes it to the External Data Bus where the CPU can access act on it.
How does the CPU communicate to the MCC which row of data it wants from RAM?
It uses a set of wires called the address bus to indicate the specific address in RAM it wants the Memory Controller Chip (MCC) to pull and place on the External Data Bus (EDB)
What is the address bus?
A set of wires attached to the CPU that allow it to communicate with the Memory Controller Chip (MCC) to indicate the address in memory it wants
What are the various types of Intel processors?
Common home use:
• Celeron, Pentium, Core
Low power/Smart phone:
• Atom
High-end Workstation/Server:
• Xeon, Itanium
What does Intel’s SpeedStep technology do?
It enables the CPU to run in a low-power mode until more demand is placed upon it. The CPU will automatically scale up its performance depending on the needs placed upon it by usage.