CompTIA A+ Cert Exam Guide Ch. 6 Flashcards
(81 cards)
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