You are on page 1of 1

Indian Institute of Technology Ropar

Electrical Engineering Department


Digital Electronics Circuits (EEL206)
Tutorial Sheet # 5
1. Design a combinational circuit for parallel subtraction of 4-bit binary
numbers.
2. Design a 4-bit BCD adder using binary adders and logic gates.
3. Implement a logic circuit for multiplication of the following numbers:
a. A = (1101)2, B = (111)2
b. A = (27)10 and B = (4)8
4. A new Binary Coded Pentary (BCP) number system is proposed in which
every digit of a base-5 number is represented by its corresponding 3-bit
binary code. In this numbering system, the BCP code 010100010001
corresponds to which number in base-5 system?
5. The circuit shown in figure has inputs A, B, C and outputs X, Y with
Y = A B C.
X = CB + AC + BA. The circuit acts as a:

a) 4 bit adder giving A + B + C


b) 4 bit subtractor giving A B
c) 4 bit adder giving A + B
d) 4 bit subtractor giving B A

Combinational circuits

Page 1

You might also like