337 views

2 Answers

1 1 vote
A hardwired control unit is implemented as a finite state machine using physical logic gates. This direct hardware implementation allows it to operate much faster than a micro-programmed unit, which must fetch, decode, and execute micro-instructions from a control memory, adding overhead and latency. The trade-off is that hardwired units are less flexible and more complex to design.
1 1 vote
Answer  :- option B

PRIMARY advantage of hardwired control unit is higher operating speed this is due to the implementation done by logic gates which are way more faster.
• edited by
Answer:
Position:
Show:

Related questions

5 5 votes
2 2 answers
416
416 views
GO Classes asked Sep 19, 2025
416 views
A computer system has a two-level cache (L1 and L2). The processor issues a memory request which is first sent to the L1 cache. The system has the following characteristi...
3 3 votes
2 2 answers
502
502 views
GO Classes asked Sep 19, 2025
502 views
Processor A runs at $3$ GHz with a CPI of $1.5$. Processor B runs at $4$ GHz with a CPI of $1.2$. A program P , when compiled for Processor A , has $1 \times 10^9$ instru...
7 7 votes
3 3 answers
435
435 views
GO Classes asked Sep 19, 2025
435 views
A machine has $16$-bit instructions. An address field takes $5$ bits. The machine uses an expanding opcode scheme. If there are $12$ two-address instructions and $150$ on...
6 6 votes
3 3 answers
395
395 views
GO Classes asked Sep 19, 2025
395 views
In a computer system with a $32$-bit physical address, the address is broken down for cache mapping as follows: Tag = $18$ bits, Index (Set) = $8$ bits, Offset = $6$ bits...