Computer Architecture And Design Question:

Convert 65(Hex) to the Binary?

Computer Architecture And Design Interview Question
Computer Architecture And Design Interview Question

Answers:

Answer #1
65 to decimal
65/16=4
remainder=1

==41 decimal
decimal to binary
101001

Answer #2
6(hex)=0110
5(hex)=0101
65(hex)=01100101


Previous QuestionNext 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?