1,143 views
0 votes
0 votes
Q:- micro programmed CU supports 400  control signals micro instruction is designed in such a way that  4 signals are active . What is the size of a control field in the instruction ?

2 Answers

0 votes
0 votes
at a time 4 signals are active...

so  400C4 combinations are there...

so no. of bits = ceil( log(400C4) ) = 30(ANSWER)
0 votes
0 votes
there are total of 400 signals but we don't know which 4 signals are active, so we will make 4 groups by taking 400 in each, out of those groups only one signal will be active at a time.to represent that signal we need 9 bits so for 4 groups we need a total of 36 bits

Related questions

0 votes
0 votes
0 answers
1
hitendra singh asked Dec 20, 2018
894 views
The control field of a microinstruction supports 2 groups of control signals in which G1 indicates none or one of a 256 control signals and G2 indicates atmost 6 signals ...
4 votes
4 votes
2 answers
4
Upasana singh asked Oct 16, 2017
3,542 views
A computer has 170 different operations. Word size is 4 Bytes. one word instruction requires two address fields. One address for register and one address for memory. If t...