1. Examples
1. (362)8 = ( ? )BCD
Solution: (362)8 = (_______)BCD
1. Convert octal to decimal (362)8 = (_______)10
`362`
` = 3 × 8^2 + 6 × 8^1 + 2 × 8^0`
`= 3 × 64 + 6 × 8 + 2 × 1`
`= 242`
`:.` (362)8 = (242)10
2. Convert decimal to BCD (242)10 = (_______)BCD
`:.` (242)10 = (001001000010)BCD
`:.` (362)8 = (001001000010)BCD
2. (165)8 = ( ? )BCD
Solution: (165)8 = (_______)BCD
1. Convert octal to decimal (165)8 = (_______)10
`165`
` = 1 × 8^2 + 6 × 8^1 + 5 × 8^0`
`= 1 × 64 + 6 × 8 + 5 × 1`
`= 117`
`:.` (165)8 = (117)10
2. Convert decimal to BCD (117)10 = (_______)BCD
`:.` (117)10 = (000100010111)BCD
`:.` (165)8 = (000100010111)BCD
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|