Unit 1 LO1 - Connectivity methods Flashcards
What is the CPU
CPU - Central Processing Unit - Also called processor or microchip
Manages all the hardware activities
Manage storage devices both internal and external
What are the different types of CPU?
Single Core - one instruction at a time
Second - start next instruction before completing the first
Multicore processor - two or more independent cores integrated on a single chip (computers can run multiple packages at a time)
What are the different parts of the CPU?
ALU (Arithmetic Logical Unit)
CU (Control Unit)
What is the control unit?
Ensures all the required instructions are retrieved and interpreted in the correct sequence.
Data/instructions are transferred from the input devices or storage devices and placed in the temporary storage of registers in the CPU until the necessary data is ready to be processed in the ALU and results stored in the right place
What does the ALU do?
ALU:
Undertakes mathematical or logical operations required to complete the instructions.
What is the motherboard?
Main printed circuit of a personal computer.
Central communication backbone through which all the components and external peripherals connect.
What are the components within the motherboard?
Components:
CPU - directly connected to it via sockets
Hard drives
Network cards - use expansion slots or ports
What is the difference between a Socket and a Slot?
SOCKET - Components are inserted
SLOT - Card or a module is inserted
What is a peripheral device?
Peripheral Devices: Devices that connect to the core computer to give it more power and ability.
How is computer storage stored?
Storage may be internal - held within the machine or external - where a separate device is attached to a computer through a port.
How do registers work and what do they do?
Registers -memory built directly into the processor , used to store data during the execution of instructions. Data which is processed within the ALU and instruction that inform the CPU as what is to happen to the data.
Define RAM
RAM - Random Access Memory - All other data which a computer needs to process.
Define ROM
ROM - Read Only Memory - Contains permanent instruction such as Basic Input/Output (BIOS) programme( An integral part of the computer when it is build, unlike operating systems which can be added later) When you switch on the computer checks all the expected devices are in place also check that they are properly working and load the operating system.
What does DR stand for and what is its function?
Data register
Holds memory Operand
What does AR stand for and what is its function?
Address register
Holds address for memory