Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1. Convert these binary numbers to decimal.

(a)*10110
(b) 10010101 (c)*100100001001
(d) 01101011 (e)*11111111 (f) 01101111
2-2. Convert the following decimal values to binary.
(a)*37 (b) 13
(c)*189
(d) 1000 (e)*77 (f) 390
(g)*205 (h) 2133 (i)*511
2-3. What is the largest decimal value that can be represented by (a)* an eight-bit
binary number? (b) A 16-bit number?
SECTION 2-4
2-4. Convert each hex number to its decimal equivalent.
(a)*743 (b) 36
(d) 2000 (g)*7FF (e)*165 (h) 1204 (f) ABCD
(c)*37FD
2-5. Convert each of the following decimal numbers to hex.
(a)*59 (b) 372 (c)*919
(d) 1024 (g)*65,536 (e)*771 (h) 255 (f) 2313
2-6. Convert each of the hex values from Problem 2-4 to binary.
2-7. Convert the binary numbers in Problem 2-1 to hex.
2-8. List the hex numbers in sequence from 19516 to 28016.
2-9. When a large decimal number is to be converted to binary, it is some- times
easier to convert it first to hex, and then from hex to binary. Try this procedure
for 213310 and compare it with the procedure used in Problem 2-2(h).

You might also like