Section 4 system and components Flashcards
input device
Keyboard, Mouse, Scanner , Microphone and web cam
CPU
Central Processing Unit
Continuously read and execute instructions stored in memory by repeatedly carrying out the fetch-execute cycle
Contains: Arithmetic logic unit and control unit
to several general purpose and special purpose registers
Output device
Monitor, printer and speaker
Explain the fetch- decode- execute CPU cycle
Fetch: CPU fetches instructions from the main memory
decode: Control unit decides what to do with it
execute: The instruction is then run or executed
Every cycle is regulated by CPU clock
Arithmetic Logic Unit
Does the mathematical equations and operations also does the logic operations.
Compares values held in registers
Control Unit
Coordinates CPU actions in the cycle and receive signals and decode instructions
Clock
Regulates speed and timing of all computer functions and signals
Registers
Smaller/faster than cache memory, registers are built into the CPU to temporarily store memory addresses, instructions
Bus
A collection wires used to transfer data and instructions from one component to another
Cache(MEMORY)
More expensive
Small/fast memory that can transfer data
to the CPU faster than RAM holds recently used block of data or program instructions that are likely to be needed again.
Have different levels such as level 1 being smallest and fastest
Register
special-purpose memory locations located within the CPU, used in the execution of instructions. Even smaller and faster than cache
Volatile Memory
is when all contents is lost when power is turned off
John Von Neumann
developed the stored program computer the von neumann architecture involves storing both programs and the data they use in memory
Clock Speed
determines the number fetch-execute cycles happen per second. Every cylce is a tick on the clock.
Cache Size
Operates faster than the main memory, data is transferred in and out of cache memory more quickly
making it more efficient
has 3 levels-1 being the smallest but fastest