0% found this document useful (5 votes)
842 views

EE El 213 Digital Circuits and Systems Assignment 2

1. The document contains 17 problems related to designing combinational logic circuits. The problems involve tasks like finding output functions for circuits with multiple inputs and outputs, designing circuits to perform operations like multiplication and addition on binary numbers, and converting between binary and decimal number representations. 2. Common circuit designs involved full adders, half adders, converters between binary coded decimal and standard binary, and circuits to perform logical and arithmetic operations on binary inputs. 3. The problems progressed from simpler single-operation circuits to more complex multi-stage circuits performing multiple operations in sequence.

Uploaded by

Dtu Mandy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (5 votes)
842 views

EE El 213 Digital Circuits and Systems Assignment 2

1. The document contains 17 problems related to designing combinational logic circuits. The problems involve tasks like finding output functions for circuits with multiple inputs and outputs, designing circuits to perform operations like multiplication and addition on binary numbers, and converting between binary and decimal number representations. 2. Common circuit designs involved full adders, half adders, converters between binary coded decimal and standard binary, and circuits to perform logical and arithmetic operations on binary inputs. 3. The problems progressed from simpler single-operation circuits to more complex multi-stage circuits performing multiple operations in sequence.

Uploaded by

Dtu Mandy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Assignment No.

2
1. A combinational circuit has four inputs and one input. The output is
equal to 1 when
I. All the inputs are equal to 1 (or)
II. None of the inputs are equal to 1(or)
III. An odd no. Of inputs are equal to 1.
a) Find the simplified output function in sum of products.
b) Find the simplified output function in product of sums.
2. Design a combinational circuit that accepts a three-bit number and
generates an output binary number equal to the square of the input number.
3. It is necessary to multiply two binary numbers, each two bits long, in order to
form their product in binary. Let the two number be represented by a1, a 0 and
b1 , b0, where subscript 0 denotes the least significant bit.
a) Determine the number of output lines required.
b) Find the simplified Boolean expressions for each output.
4. Repeat problem 3 to form the sum (instead of the product ) of the two binary
numbers.
5. Design a combinational circuit with four input lines that represent a decimal
digit in BCD and four output lines that generate the 9s complement of the
input digit.
6. Design a combinational circuit whose input is a four bit number and whose
output is the 2s complement of the input number.
7. Design a combinational circuit that multiplies by 5 an input decimal digit
represented in BCD. The output is also in BCD. Show that the outputs can be
obtained from the input lines without using any logic gates.
8. Design a combinational circuit that converts a decimal digit from the 8,4,-2,1 code to BCD.
9. Obtain the NAND logic diagram of a full adder form the Boolean
functions:
C = xy + xz + yz

S = C(x + y + z) + xyz.
10. Determine the output Boolean function of the logic circuit in following Fig.

11.Implement the four Boolean functions listed using three half adder circuits
(Fig.4-2e).
D =A B C
E = A BC + AB C
F = ABC + (A+B )C
G = ABC
12.Implement the Boolean function:
F = A BCD + ABCD + ABC D + ABC D
With exclusive OR and AND gates.

13. Determine the output boolean function

14.Show that A B C D = (0,3,5,6.9,10,12,15)


15. Implement a full-subtractor with two half-subtractors and an OR gate.
16.Show that a full-adder can be converted to a full-subtractor with the addition
of one inverter circuit.
17.Obtain a logic circuit that converts a four digit binary number to a decimal
number in BCD.

You might also like