0% found this document useful (0 votes)
5 views6 pages

EEB341.Tutorial 01

The document contains a series of problems related to digital electronics, focusing on number systems, binary arithmetic, and conversions between different numbering systems. It includes tasks such as filling in tables for number systems, performing binary addition and subtraction, and converting between binary, decimal, octal, and hexadecimal formats. Additionally, it covers concepts like 1's and 2's complement, Binary Coded Decimal (BCD), Gray Code, and Excess-3 representation.

Uploaded by

Aobakwe Ramapodi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views6 pages

EEB341.Tutorial 01

The document contains a series of problems related to digital electronics, focusing on number systems, binary arithmetic, and conversions between different numbering systems. It includes tasks such as filling in tables for number systems, performing binary addition and subtraction, and converting between binary, decimal, octal, and hexadecimal formats. Additionally, it covers concepts like 1's and 2's complement, Binary Coded Decimal (BCD), Gray Code, and Excess-3 representation.

Uploaded by

Aobakwe Ramapodi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like