You are on page 1of 1

Computer Architecture CSE1019Y

Tutorial on Number Systems

1. List the first 16 numbers in base 12. Use the letters A and B to represent the last two digits.
2. What is the largest binary number that can be obtained with 16 bits? What is its decimal
equivalent?
3. Convert the following binary numbers to decimal: 10110; 10101; and 110110100.
4. Convert the following numbers with the indicated bases to decimal: (12121)8; (4310)5; (50)7;
and (198)12.
5. Convert the following decimal numbers to binary: 1231; 673.23; 102; and 1998.
6. Convert the following decimal numbers to binary:
a. 7562.45
b. 1938.257
c. 175.175
7. Convert the hexadecimal number F3A7C2 to binary and octal.
8. Convert the following numbers from the given base to the other three bases indicated.
a. Decimal 225 to binary, octal, and hexadecimal.
b. Binary 11010111 to decimal, octal, and hexadecimal.
c. Octal 623 to decimal, binary and hexadecimal.
d. Hexadecimal 2AC5 to decimal, octal, and binary.
9. Add the following by converting to binary first.
a. (367)8, and (715)10
b. (15F)16 and (A 7)16
c. (110110)2 and (110)10.
10. Determine the value of base x if (211)x =(152)8.
11. Find the 1's and 2's complements of the following 8-digit binary numbers: 10101110;
10000001; 10000000; 00000001; and 00000000.
12. Perform the subtraction with the following unsigned binary numbers by taking the
2'scomplement of the subtrahend
a. 11010 1000
b. 11010 1101
c. 100 11
d. 1010100 1010100
13. Perform the arithmetic operations (+42) + (-13) and (-42) - (-13) in binary using the 2'scomplement representation for negative numbers.

YKR/LECT1/Tut1

Page 1 of 1

You might also like