Digital Electronics - Microprocessor Fundamentals - Discussion

Discussion Forum : Microprocessor Fundamentals - General Questions (Q.No. 25)
25.
Which of the following are the three basic sections of a microprocessor unit?
operand, register, and arithmetic/logic unit (ALU)
control and timing, register, and arithmetic/logic unit (ALU)
control and timing, register, and memory
arithmetic/logic unit (ALU), memory, and input/output
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Sukhjinder singh said:   1 decade ago
CPU (microprocessor) divides in three parts control and timing, register and ALU. So these are the basic section of microprocessor.

Johny Florence said:   1 decade ago
Does this same happen in MicroControllers?

Santhosh said:   1 decade ago
Any one can explain why not option d?

Mostly I guess the correct option is d.

Frank said:   1 decade ago
Micro controllers have more bits than a microprocessors (but include a microprocessor in its bits) and option d mentions some of the extra bits.

John glenn said:   9 years ago
A microprocessor has three basic elements, as shown above. The ALU (Arithmetic and Logic Units) performs all arithmetic computations, such as addition, subtraction and logic operations (AND, OR, etc).

It is controlled by the Control Unit and receives its data from the Register Array.

The Register Array is a set of registers used for storing data. These registers can be accessed by the ALU very quickly. Some registers have specific functions - we will deal with these later.

The Control Unit controls the entire process. It provides the timing and control signals for getting data into and out of the registers and the ALU and it synchronises the execution of instructions.

Yuvasree said:   8 years ago
Thanks @John Glenn.

Post your comments here:

Your comments will be displayed after verification.