1. Examples
1. (93F)16 = ( ? )BCD
Solution: (93F)16 = (_______)BCD
1. Convert hexadecimal to decimal (93F)16 = (_______)10
`93F`
` = 9 × 16^2 + 3 × 16^1 + F × 16^0`
`= 9 × 256 + 3 × 16 + 15 × 1`
`= 2367`
`:.` (93F)16 = (2367)10
2. Convert decimal to BCD (2367)10 = (_______)BCD
2 | 3 | 6 | 7 | 0010 | 0011 | 0110 | 0111 |
`:.` (2367)10 = (0010001101100111)BCD
`:.` (93F)16 = (0010001101100111)BCD
2. (94D)16 = ( ? )BCD
Solution: (94D)16 = (_______)BCD
1. Convert hexadecimal to decimal (94D)16 = (_______)10
`94D`
` = 9 × 16^2 + 4 × 16^1 + D × 16^0`
`= 9 × 256 + 4 × 16 + 13 × 1`
`= 2381`
`:.` (94D)16 = (2381)10
2. Convert decimal to BCD (2381)10 = (_______)BCD
2 | 3 | 8 | 1 | 0010 | 0011 | 1000 | 0001 |
`:.` (2381)10 = (0010001110000001)BCD
`:.` (94D)16 = (0010001110000001)BCD
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|