CBSE Class 9 Computer Applications
Question 61 of 75
Types of Hardware — Question 23
Back to all questions 23
Question Question 23
Describe the functioning of CPU.
CPU is the brain of a computer system and it executes the programs in following manner :
- When a program reaches into memory, the control unit (CU) of CPU reads the program instructions one by one.
- The CU then determines the type of instruction i.e., whether it is an arithmetic (calculations) or logical (comparisons) or I/O (reading or writing) type of instruction.
- For arithmetic or logical type of instructions, CU directs the ALU (Arithmetic and logic unit) to carry out the instructions.
- For input type of instruction, CU directs the Input unit to carry out the instruction and for Output type of instruction, it directs the output unit to carry out the instruction.