Which parts of the computer system executes the program and how
Answers
Answered by
5
Answer:
Central Processing Unit
The CPU (Central Processing Unit) is the portion of a computer system that carries out the instructions of a computer program, and is the primary element carrying out the computer's functions. It is the unit that reads and executes program instructions.
Answered by
1
The CPU (Central Processing Unit) is the part of the computer system which executes the program.
- The CPU is the soul of the computer. A program is a progression of instructions which are stored in the main memory. When a program is operated, the CPU receives the instructions and executes or pursues the instructions.
- The Central Processing unit fetches, decodes and executes cycle
- It fetches to get the following instruction from the main memory.
- It decodes to specify what instruction to perform.
- It executes to perform the instruction.
- Every program ends up as a progression of basic instructions that comprise arithmetic and logic operations and regulate the flow of operations.
- Arithmetic and logic operations comprise add, subtract, multiply, divide and comparison of values such as equality, less than, and greater than. Control flow operations are used to specify what instruction to execute next.
#SPJ2
Similar questions