1. Examples
1. (1011001)BCD = ( ? )2
Solution: (1011001)BCD = (_______)2
1. Convert BCD to decimal (1011001)BCD = (_______)10
`:.` (1011001)BCD = (59)10
2. Convert decimal to binary (59)10 = (_______)2
2 | 59 | | | 2 | 29 | 1 | ↑ | 2 | 14 | 1 | ↑ | 2 | 7 | 0 | ↑ | 2 | 3 | 1 | ↑ | 2 | 1 | 1 | ↑ | | 0 | 1 | ↑ |
`:.` (59)10 = (111011)2
`:.` (1011001)BCD = (111011)2
2. (101100111)BCD = ( ? )2
Solution: (101100111)BCD = (_______)2
1. Convert BCD to decimal (101100111)BCD = (_______)10
`:.` (101100111)BCD = (167)10
2. Convert decimal to binary (167)10 = (_______)2
2 | 167 | | | 2 | 83 | 1 | ↑ | 2 | 41 | 1 | ↑ | 2 | 20 | 1 | ↑ | 2 | 10 | 0 | ↑ | 2 | 5 | 0 | ↑ | 2 | 2 | 1 | ↑ | 2 | 1 | 0 | ↑ | | 0 | 1 | ↑ |
`:.` (167)10 = (10100111)2
`:.` (101100111)BCD = (10100111)2
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|