Question 21. Convert Decimal 704 to Hexadecimal
Answer: 2C0
- Divide 704 by 16. The quotient is 44 and the remainder is 0.
- 44 in hexadecimal is represented as 2C.
- Combine quotient and remainder: 2C0.
Question 22. Convert Hexadecimal 2D4 to Decimal
Answer: 724
- 2D4 in hexadecimal means (2 * 16^2) + (13 * 16^1) + (4 * 16^0).
- 2 * 256 = 512, 13 * 16 = 208, and 4 * 1 = 4.
- 512 + 208 + 4 = 724.
Question 23. Convert Decimal 900 to Hexadecimal
Answer: 384
- Divide 900 by 16. The quotient is 56 and the remainder is 4.
- 56 in hexadecimal is represented as 38.
- Combine quotient and remainder: 384.
Question 24. Convert Hexadecimal 39C to Decimal
Answer: 924
- 39C in hexadecimal means (3 * 16^2) + (9 * 16^1) + (12 * 16^0).
- 3 * 256 = 768, 9 * 16 = 144, and 12 * 1 = 12.
- 768 + 144 + 12 = 924.
Question 25. Convert Decimal 1000 to Hexadecimal
Answer: 3E8
- Divide 1000 by 16. The quotient is 62 and the remainder is 8.
- 62 in hexadecimal is represented as 3E.
- Combine quotient and remainder: 3E8.
Question 26. Convert Hexadecimal 3F1 to Decimal
Answer: 1009
- 3F1 in hexadecimal means (3 * 16^2) + (15 * 16^1) + (1 * 16^0).
- 3 * 256 = 768, 15 * 16 = 240, and 1 * 1 = 1.
- 768 + 240 + 1 = 1009.
Question 27. Convert Decimal 1500 to Hexadecimal
Answer: 5DC
- Divide 1500 by 16. The quotient is 93 and the remainder is 12.
- 93 in hexadecimal is represented as 5D and 12 as C.
- Combine quotient and remainder: 5DC.
Question 28. Convert Hexadecimal 514 to Decimal
Answer: 1300
- 514 in hexadecimal means (5 * 16^2) + (1 * 16^1) + (4 * 16^0).
- 5 * 256 = 1280, 1 * 16 = 16, and 4 * 1 = 4.
- 1280 + 16 + 4 = 1300.
Question 29. Convert Decimal 2000 to Hexadecimal
Answer: 7D0
- Divide 2000 by 16. The quotient is 125 and the remainder is 0.
- 125 in hexadecimal is represented as 7D.
- Combine quotient and remainder: 7D0.
Question 30. Convert Hexadecimal 7E1 to Decimal
Answer: 2017
- 7E1 in hexadecimal means (7 * 16^2) + (14 * 16^1) + (1 * 16^0).
- 7 * 256 = 1792, 14 * 16 = 224, and 1 * 1 = 1.
- 1792 + 224 + 1 = 2017.