Oup of bits that tell the computer to perform a specific operation is known as
Answers
A computer has 32-bit instructions and 12-bit addresses. There are 250 two address instructions. How many one address instructions can be formulated?
This question previously had details. They are now in a comment.
Answer
11
12
Follow
Request
More
You cannot write an answer
You aren't allowed to write answers to questions.
Ad by State Bank of India
How can I generate a home loan interest certificate? When I try to download from SBI online, a 'no certific...
Repayment towards housing loan interest and principal are eligible for tax benefit under income tax Act 1961. Therefore, to cla...
Continue Reading in Feed
5 ANSWERS
Priya Shukla
Priya Shukla
Answered Oct 12, 2016
32 bit instruction and 12 bit two address instruction so total used bit for address are 12+12=24 remaining 32–24=8 bits for opcode . 2^8 combination that means 256 combinations can be made
this you can understand as if we are having 6 bit instruction in which 3 bits are for address so remaining 3 will be for opcode and we can make 2^3 combination as follows
000
001
010
011
100
101
110
110
so accordingly we have total 2^8 combinations according to question that means 256 combination and in that 250 for two address then remaining 256–250=6 are for one address and as 12 bits are for address so total one address instructions are 6*2^12=24,756