Unit 3 Computer Hardware and History Flashcards
What are the four components of a computer?
CPU (processor), Memory, Input/Output subsystem, and the Bus.
What is the CPU?
Central Processing Unit - Executes program instructions, commands various components in the computer.
What is the I/O subsystem?
Includes ALL peripheral devices (input, output, storage, network)
What is Storage?
Long term storage devices (disk drives, tape, etc.)
What is bus?
Device that permits information to move between each component.
What are the two states of digital data states?
High and Low
What is the state High in a bus?
noticeable current flowing through the component represented as 0
What is the state Low in a bus?
little to no current flowing through the component represented as 1
What is a bit?
single 1 or 0
What is a byte?
8 bits, using 8 wires on a bus
What is a word?
32 or 64 bit words - word size is the typical size of a datum
What is the purpose of a computer case?
To enclose and protect system unit.
What is the system unit?
The critical component of all computer-based systems.
Describe some internal components in the system unit?
The case Internal bays/slots Buses Bays Lights and power indicators Hard Drive Motherboard
What is the purpose of a CPU?
Central Processing Unit processes instructions of a computer program.
What are the 2 main parts of a CPU?
ALU - Arithmetic Logic Unit
CU - Control Unit
What is a heat sink and what is it for?
CPU can get hot and slow down processing speed. Heat sink designed to cool down CPU and is positioned on top of the CPU in the motherboard.
What does a motherboard house?
CPU, memory module (where RAM - Random Access Memory is installed)
What is RAM used for?
To store data and the instructions that are used at the time. RAM is fast, but whatever is in there is lost when power is cut to the computer.
What are data storage devices and give some examples?
Used to store data. Examples are hard disk drives, SSD, thumb drives, disk drives, etc.
What is a PSU?
Power Supply Unit - used to power the computer.
What are expansion slots used for?
Used to plug in various expansion cards like graphic cards, video cards, and sound cards.
What does the CU (Control Unit) in a CPU do?
Retrieves instructions and raw input data and sends that data for processing.
What does the ALU (Arithmetic Logic Unit) in a CPU do?
The actual processing of the data to output display on your screen.