Computer Architecture And Design Question:
Convert 65(Hex) to the Binary?
Answers:
Answer #165 to decimal
65/16=4
remainder=1
==41 decimal
decimal to binary
101001
65/16=4
remainder=1
==41 decimal
decimal to binary
101001
Answer #26(hex)=0110
5(hex)=0101
65(hex)=01100101
5(hex)=0101
65(hex)=01100101
Previous Question | Next Question |
Explain The CPU is busy but you want to stop and do some other task. How do you do it? | How do we handle precise exceptions or interrupts? |