Computing#5-Computer Systems Flashcards
What is a Computer
A machine that processes data(take data,process,then output).
What is a computer system
Consists of hardware and software that work together to perform a task/tasks.
What is an embedded system
Computer system built into devices,dedicated systems. Often control systems that monitor and control machinery to achieve a result. As it is only dedicated to one task, usually EASIER TO DESIGN, CHEAPER TO PRODUCE AND MORE EFFICIENT THAN A GENERAL PURPOSE COMPUTER.
What is the CPU
Processes all data and instructions that make the system work.
Speed depends on CLOCK SPEED, NUMBER OF CORES, CACHE SIZE AND CACHE TYPE.
CPU architecture describes the main components of the CPU and how they interact with each other and other parts of the computer system. Main types of architecture are Von Neumann and Harvard
Describe Control Unit(1/5 of CPU main parts)
In Overall control of the CPU. Executes program instructions by following the fetch-decode-execute cycle.
Controls flow of data inside the CPU and outside the CPU.
Describe the ALU
Arithmetic Logic Unit. Basically does all the calculations and logic. Accumulator stores result of these calculations
Accumulator
Stores the results of the ALU to be used later