Exercise
- Divide 10001000 by 00100010 in the 2’s complement form.
2.Convert each hexadecimal number to binary:
- 46 b. A9C
3.Convert each hexadecimal number to decimal:
- 10101010 b. 1011010111
4.Perfrom the following addition/subtraction(all Hexadecimal numbers):
- 2516 +3316 b. A516-9816
- Convert the following decimal number to BCD/BCD to decimal number:
- 359 b. 0110100100110111
6.Add the following BCD numbers:
- 00100101 + 00100111 b.01010001 + 01001000