UB
Faculty of Engineering
Electrical Department
EEB341
Digital Electronics
Problem 01:
There are four number systems as shown by the table below. Fill the table to show the base and
digits for each system.
Numbering System
System Base Digits
Binary
Octal
Decimal
Hexadecimal
Problem 02:
Calculate the following:
a) 1011
+1010
b) 1011
- 0110
Problem 03:
Calculate the following additions:
a) 0101 b) 0011
+1100 +1111
c) 0111 d) 1100
+1001 +1110
Problem 04:
Subtract the following using 1’s complement:
a) 27 – 10 =
b) 2 – 4 =
Problem 05:
Calculate the following additions:
a) 10110001 b) 10101111
+10001011 +00001010
c) 01010101 d) 11000001
+00010001 +11111100
Problem 06:
Form the 1’s complement of each of the following:
a) 10101000 =
b) 10100101 =
c) 11111000 =
d) 00100100 =
Problem 07:
Form the 2’s complement of each of the following:
a) 10101001 =
b) 00001111 =
c) 11010100 =
d) 10100011 =
Problem 08:
Convert the following Binary number to octal and hexadecimal:
a) 10011110001
Problem 09:
Convert the following numbers to decimal:
a) 1012 =
b) 63.48 =
c) A116 =
Problem 10:
Convert the following decimal number to binary and octal:
a) 5610 =
b) 4510 =
Problem 11:
Convert the following decimal fraction to a binary fraction:
45.7510 =
Problem 12:
Convert the following octal number to binary:
a) 478 =
b) 568 =
c) 1358 =
Problem 12:
Convert the following decimal number to octal:
a) 11210 =
b) 45.7510 =
Problem 13:
Convert the following hexadecimal number to binary:
a) E316 =
b) D116 =
c) 5D16 =
Problem 14:
Convert the following decimal number to hexadecimal:
a) 11210 =
b) 45.7510 =
Problem 15:
Write the following decimal fraction in Binary Coded Decimal (BCD):
937.25 =
Problem 16:
Write the Gray Code for the following decimal and binary systems:
Decimal System Binary System Gray Code
0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001
10 1010
11 1011
12 1100
13 1101
14 1110
15 1111
Problem 17:
Write the Excess-3 Representation numbers for the following decimal and binary systems:
Decimal System Binary System Excess-3
Representation
0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001