(A) 3m bits
(B) m + n bits
(C) 3m + n bits
(D) 3m + n + 30 bits
Answer D.
Memory capacity is 2m Kbytes= 2m+10bytes. Whole memory can be represented by m+10
bits.
2n
operations can be represented by n bits.
Now instruction
of form
Instruction op1,op2,op3.
Will take 3m+30+n bits
Please explain how
ReplyDelete