Sunday, December 30, 2018

1.1.2(d): convert positive hexadecimal integers to and from binary:


e.g: convert 3F to binary.
3 = 3 F = 15   3 = 0011 F = 1111 3F=00111111


convert 01010011 to hexadecimal
0101 = 5 0011 = 3    ==53

No comments:

Post a Comment