edited by
24,828 views
33 votes
33 votes

A micro program control unit is required to generate a total of $25$ control signals. Assume that during any micro instruction, at most two control signals are active. Minimum number of bits required in the control word to generate the required control signals will be:

  1. $2$
  2. $2.5$
  3. $10$
  4. $12$
edited by

6 Answers

1 votes
1 votes

We generate one out of 25 control signals form one 5 * 25 decoder and another one form another  5 * 32 decoder.

 

0 votes
0 votes
If we had required them only one at a time . Vertical micro programming would facilitate us ie

ceil(log(25))= 4.64   ==> .   5

if any two were specifically designated to be used simultaneously two at at time we would have taken them seprately in Horizontal microprograming but here any two of the 25 cab be used simutaneousy

so since MINIMUM is asked we would acheive this by doubling our minimum value for one signal ie

5*2 =10
Answer:

Related questions

36 votes
36 votes
5 answers
2
Kathleen asked Oct 9, 2014
15,091 views
A computer system has a three-level memory hierarchy, with access time and hit ratios as shown below:$$\overset{ \text {Level $1$ (Cache memory)} \\ \text{Access time = ...