1.1 Hardware - CPU Flashcards
Learn About the CPU
What does CPU stand for?
Central Processing Unit
What numerical values are stored in the computer?
Ones and Zeros
Where are the values stored in the CPU
In the Transistors
What does the binary in transistors do?
One means it lets current pass through
Zero means it won’t pass current through
What is the purpose of a CPU?
Process Data and instructions as well as control the rest of the computer system.
Where does the CPU get its data from?
Input Device or memory
Where is the Data stored while being processed
Primary Storage
What process does a CPU go through.
Receives instructions or data form an input source or the memory, its then processed and sent to the output or secondary storage.
Name some input devices
Keyboard
Mouse
Camera
Scanner
Microphone
Trackball
2D/3D Scanner
Touch Screen
Name Output Devices
Monitor
Speaker
Printer
What is meant by CPU architecture.
The design of the Microprocessor, a integrated circuit. Where the components of the CPU combine to make a single unit.
What are the 6 main components of a CPU. What do they do? Advanced
Control Unit (CU) - This manages and executes the instructions. Makes sure that everything happens at the right time and in the correct order. Runs the fetch-decode-execute cycle.
Arithmetic Logic Unit (ALU) - This performs arithmetic and logic calculations. It can also compare data. The gateway between primary and secondary storage.
Registers - High Speed Memory that stores data to be processed. Stores result from the ALU and is faster than internal Memory. Stores small data needed for processing. There are many types of registers.
Internal/Cache Memory - Fast access temporary storage known as Random Access Memory (RAM). Stores Data from the Registers when data is not in use.
Buses - Wires which through the data travels around the motherboard or different parts of the computer. There are 3 types of buses.
Clock - Sends regular pulses to synchronise the computer’s hardware components. The frequency of the pulses is known as clock speed which is measured in Hertz(Hz)
What are the 6 main components of a CPU. What do they do? Basic
Control Unit (CU) - Manages and executes the instructions.
Arithmetic Logic Unit (ALU) - Gateway between primary and secondary storage that does calculations.
Registers - High Speed Memory that stores ALU Data.
Internal/Cache Memory - Fast access temporary storage RAM.
Buses - Wires that data travels through.
Clock - Synchronises computer components.
Describe the 3 types of Buses
Address Bus - When data is saved the address of the location needs to be sent. The storage address alway travels along with the address bus.
Data Bus - Data needs to be moved between several parts of a computer. The path the data takes is called a Data Bus.
Control Bus - Used by the controller to send control signals throughout the computer.
Name the 5 different registers.
Program Counter (PC)
Current Instruction Register (CIR)
Accumulator (ACC)
Memory Address Register (MAR)
Memory Data Register (MDR)