Homework 1
Homework 1
1. [5] Use the subtract the weights or repeated radix division method to convert each of the following decimal integers to binary. a) 13 b) 35 c) 47 d) 74 e) 165 2. [5] Convert each of the following binary numbers to its equivalent hexadecimal representation using the groups of 4 method. a) 10000101 b) 10010110 c) 10110111 d) 11011100 e) 11111011 3. [5] Convert each of the following hexadecimal numbers to its equivalent binary representation using the groups of 4 method in reverse. a) D b) 1A c) 16 d) 321 e) BEAD 4. [10] Convert each of the following binary numbers to its equivalent octal and hexadecimal representations. a) 10000001 b) 101010100 c) 10001000.111 d) 1100001.1 e) 110111.01 5. [5] Convert each of the following hexadecimal numbers to its decimal equivalent using the polynomial function method. a) 1516 b) B216 c) 10D16 d) EE16 e) 7C16
Binary
Octal
Hexadecimal
7. [5] Construct a table showing the hexadecimal numbers between 0016 and 2016 and their binary equivalents. 8. [6] Convert the decimal number 0.625 to its binary, octal, and hexadecimal equivalents. 9. [6] Convert the decimal number 13.9 to its binary, octal, and hexadecimal equivalents.