InterviewSolution
Saved Bookmarks
| 1. |
What are the main units of a microprocessor. |
|
Answer» The three major units of a microprocessor are: 1. Arithmetic Logic Unit (ALU): To perform arithmetic and logical instructions. 2. Control Unit (CU): To control the overall operation of the computer through signals. 3. Registers (Internal Memory): They are used to hold the data and instruction for the execution of the processor. |
|