917 views
0 votes
0 votes
Consider a micro programmed control unit which support 360 instructions. Each instruction takes 10 micro operations, 14 flags are supported and 60 control signal vertical microprogrammed control is used then the size of 4 control words is ______ bytes

1 Answer

4 votes
4 votes

# of instruction = 360 

each instruction = 10  micro operation

so # of micro-operation/instruction =  360* 10 = 3600 

 # bit= log23600 = 12 bit

# bits of flag = log14 = 4 bit

# bit in control signal ( vertical ) = log260 = 6 bit

 size of control word = (12+4+6) = 22 bit

it take 4 control word =  (22 *4)/8 = 11 Byte

Related questions

0 votes
0 votes
1 answer
2
tishhaagrawal asked Dec 5, 2023
342 views
Can anybody explain why are they dividing the number of pages by page size?According to me, it should be – Page table size = Number of entries * entry sizei.e PT size =...