Concept:
• A Control Unit (CU) manages the flow of data through the CPU. There are two main types: Hardwired and Microprogrammed.
• Hardwired control is built using physical hardware components like logic gates.
• Microprogrammed control uses software-like code (microinstructions) stored in a control memory.
Step 1: Analyze Hardwired Control implementation
Hardwired control units are designed as digital logic circuits.
They use decoders, counters, and combinational logic gates (AND, OR, NOT) to generate control signals based on the current instruction opcode and clock state.
The logic is "fixed" in the hardware and is very fast but difficult to modify.
Step 2: Compare with other options
• Options (A), (C), and (D) are characteristic of Microprogrammed Control.
• Microprograms are stored in a control ROM or memory.
• PLAs (Programmable Logic Arrays) can be used to store microcode in a condensed format.