Define The Concepts Of Central Processing Unit (Cpu) And Microprocessor Case Study

1109 Words3 Pages

ECS404U-2017-Coursework 2
Zohayb Shaikh

Q1. (a) Define the concepts of central processing unit (cpu) and microprocessor. Use the concepts of function and implementation to distinguish between them and give examples of current or historical devices that illustrate the difference (an example of a microprocessor that is not the cpu of a computer and an example of a cpu that is not a microprocessor).

A CPU is a computer component which performs the basic arithmetical (such as addition and subtraction), logical, and input/output operations of a computer system. The CPU understands a fixed set of basic instructions, called its instruction set. A single cpu divided into a control unit, arithmetic/logic unit and memory unit. The control unit of a CPU reads and interprets instructions from memory and transforms them into a series of signals to activate other parts of the computer.
Intel started producing …show more content…

Q2. Explain what an interrupt is in connection with computer hardware. Explain the problem that led to hardware designers introducing interrupts, and give a brief account of how interrupts solve this problem.

Interrupt is an extra component that stops its normal operation, and passes control to another program. An interrupt is used by the CPU when there is something processing on the bus and saves the state of the program at run time and runs a “deal with incoming data program”. The problem that led to hardware designers introducing interrupts was to allow a computer to run more than one program at a given time.
Interrupts allow programs to run simultaneously by storing the contents of the cpu registers being used. This is the same for each process and this can be done very quickly. When the interrupt has been handled, the registers can be restored and the program allowed to resume

More about Define The Concepts Of Central Processing Unit (Cpu) And Microprocessor Case Study

Open Document