Questions: Processor Control Unit Design

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A processor designer wants to add ten new instructions to an existing design. Which statement best describes how this affects hardwired versus microprogrammed control?

ABoth approaches require rewriting the entire control logic, so neither has an advantage
BHardwired control requires redesigning the combinational gate network; microprogrammed control requires writing new microcode sequences in the control store
CMicroprogrammed control requires rebuilding the ROM from scratch; hardwired control only needs minor updates
DHardwired control is easier to extend because signals propagate through gates without any lookup overhead
Question 2 Multiple Choice

In a microprogrammed control unit, what is the role of the control store?

AIt stores the architectural registers used by the programmer
BIt is a fast ROM that holds microinstruction sequences specifying which control signals to assert each cycle
CIt is the instruction cache that buffers recently fetched machine instructions
DIt is the combinational logic that decodes instruction opcodes into control signals
Question 3 True / False

Hardwired control units use a ROM to store control signal patterns, making them faster than microprogrammed units.

TTrue
FFalse
Question 4 True / False

Modern x86 processors use a microcode layer internally even though they present a hardwired interface to software.

TTrue
FFalse
Question 5 Short Answer

Why do modern RISC processors favor hardwired control while legacy CISC architectures like x86 relied on microprogrammed control?

Think about your answer, then reveal below.