442 views
0 votes
0 votes
In a micro programmed control unit, a control field of one address control instruction has to support two groups of control signals. In group 1 it is required to generate either one or none of the 32 control signals. In group 2 at most 5 from the remaining, what will be the number of bits needed for the control field?

A 8.  B 10.   C  35.   D 37.

2 Answers

0 votes
0 votes
In Group 1: We can use vertical micro programming since it needs either of 32 signals at a time,so only only one signal is needed to connect to the required gate or register at a time,we can use a 5 to 32 decoder to represent any of the 32 signals,so 5 bits can choose 32 distinct signals.
In Group 2:We need at most 5,i.e we may need none or 1 or 2..or 5 signals at a time so in worst case we need to give signals to five devices.so here 5 bits is required.
Total 5+5=10 bits.
Answer is B)10
0 votes
0 votes
one or none :- So at a time we need only one control signal to be generated so it is vertical microprogrammed. We can use a decoder which is capable of giving 32 out. so no. of input lines in decoder we be log(32)=5

atmost 5 :-  so at a time maximum of 5 signal need to be generated so we can use, horizontal microprogrammed. 

total no. of bits for control field =5+5 => asking about field in control word



http://fourier.eng.hmc.edu/e85_old/lectures/processor/node11.html

Related questions

1 votes
1 votes
1 answer
1
LavTheRawkstar asked Sep 19, 2016
265 views
Consider the following Grammar:S - AA - A + A | B ++B - yCheck whether the grammer is ambiguous or not ?If yes , Unambiguate the grammar .
0 votes
0 votes
1 answer
2
1 votes
1 votes
1 answer
3
Hellogecbsp asked Oct 7, 2023
233 views
Example 39: (36x 70)₁₀ is 10’s complement of (yzyz0)₁₀ Then values of x, y, z are?(A) 4, 5, 2(B) 4, 6, 3(C) 3, 6, 3(D) 3, 5, 4Explain ….Solution: (C)
0 votes
0 votes
1 answer
4
Imarati Gupta asked Jan 30, 2017
1,092 views
which is the best book for computer architecture specially for numerical part like pipelining , desigining of large memory from small memory etcout of following 1)morris ...