GMDSS Trainer
Subelement E: Digital Logic— Topic 39: Microprocessors

Question 3-39E3

Element 3 (GROL)

Which of the following is not part of a MCU processor?

Explanation
A Microcontroller Unit (MCU) is a complete computer system integrated onto a single chip. Its fundamental components are crucial for its operation: * **RAM (Random Access Memory)** is integrated into the MCU for temporary storage of data that the processor is actively working with. * **ROM (Read-Only Memory)**, often flash memory in modern MCUs, stores the MCU's program instructions, which persist even when power is off. * **I/O (Input/Output) ports** are the pins on the MCU that allow it to send and receive data from external components like sensors, displays, and other circuits. A **Voltage Regulator**, while absolutely essential for providing a stable power supply to the MCU and the rest of the circuit board, is typically an *external* component. It takes a raw input voltage and converts it to the precise, steady voltage required by the MCU. It is part of the power supply system *for* the MCU, rather than an internal, functional block *of the MCU chip itself*.

Ready to test your knowledge?