Computer Architecture And Design Question:

Download Job Interview Questions and Answers PDF

Explain ACBF(Hex) divided by 16?

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

Answer:

1. Convert to Decimal: (Ax16pow3)+(Cx16pow2)+(Bx16pow1)+(Fx16pow0)
2. Do not try to compute the whole result as any ways we have to divide the number by 16 which results in
(Ax16pow2)+(Cx16pow1)+(Bx16pow0)+(Fx16pow-1)
3. Now get the result as 2928.93 in decimal.

Download Computer Architecture And Design Interview Questions And Answers PDF

Previous QuestionNext Question
Explain MESI?Explain a Snooping cache?