You are on page 1of 1

Tutorial 1 Chapter 1: Number System

1. What is bit, byte, nibble, word?


2. Convert (89.567)10 into Binary, Octal and Hexadecimal
3. Convert (1111101001.110111101)2 into Decimal, Octal and Hexadecimal
4. Convert (61.534)8 into Decimal, Binary and Hexadecimal
5. Convert the (AB6F.E DC2A)16 into Decimal, Binary and Octal
6. If A = 1101 and B = 1011 and both are binary numbers then find
a. A+B b. A-B
7. Perform Octal Addition on (356)8+ (0.127)8+ (67.243)8
8. Perform Hexadecimal addition on (DD)16+(0.BF)16+(C0.57)16
9. Perform the subtraction
(10111)2 (11110111)2
- (110000)2 -(1100100)2
using both R and R-1’s complement method
10. Perform the subtraction : (111101101)2 - (11010100)2 using 2’s Complement method.
11. Subtract :(123)10 – (222)10 using 2’s Complement method.
12. Perform Hexadecimal subtraction using 2’s complement for (75)16-(21)16 and (94)16-
(5C)16
13. Explain BCD, Gray and Alphanumeric Codes.
14. Convert following Binary code to Gray a.(11010)2 b.(10001)2
15. Convert following Gray code to Binary a.(11011)GRAY b.(10101)GRAY

You might also like