COA Solved Q1 To Q4
COA Solved Q1 To Q4
Q.4 (a) Draw and explain the block diagram of control unit.
Components:
- Instruction Register → Decoder → Control Logic → Sends control signals to ALU,
memory.
Types: Hardwired and Microprogrammed
Q.4 (b) Explain hardwired control unit and microprogrammed control unit.
Hardwired: Fast but less flexible. Uses logic circuits.
Microprogrammed: Uses microinstructions. Slower but more flexible.
Q.4 (OR a) Design 4-bit binary parallel adder using full adder.
Use 4 full adders in parallel.
Each adds A[i], B[i], and Carry[i]. Carries propagate through chain.