Answers

Question and Answer:

  Home  Computer Architecture And Design

⟩ Explain ACBF(Hex) divided by 16?

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.

 183 views

More Questions for you: