DLD LAB EXP 04 (Construction of A Combinational Circuit From A Truth Table or A Given Statement.) - ACS
DLD LAB EXP 04 (Construction of A Combinational Circuit From A Truth Table or A Given Statement.) - ACS
Theory:
Combinational circuits are built with logic gates and other components. It does not include any
values to be taken from a previous state of the circuit.
1) Variable: A symbol used to represent a logical quantity that can have a value of 1 or 0,
usually designated by an italic letter.
2) Complement: The inverse or opposite of a number. In Boolean algebra, the inverse
function, expressed with a bar over the variable.
3) Sum term: The Boolean sum of two or more literals equivalent to an OR operation
4) Product term: The Boolean product of two or more literals equivalent to an AND
operation.
5) Sum of Products(SOP): A form of Boolean expression that is basically the ORing of
ANDed terms.
6) Product of Sums(POS):A form of Boolean expression that is basically the ANDing of
ORed terms.
7) Karnaugh map: An arrangement of cells representing combinations of literals in a
Boolean expression and used for systematic simplification of the expression.
Boolean expressions can be written in the sum-of-products form (SOP) or in the product-of-sums
form (POS). These forms can simplify the implementation of combinational logic, particularly
with PLDs. In both forms, an overbar cannot extend over more than one variable.
A 4-variable Karnaugh map has an adjacent cell on each of its four boundaries as shown. Each
cell is different only by one variable from an adjacent cell. Grouping follows the rules given in
the text. It is a four variable map using binary numbers for the variables.
Apparatus:
Results:
AB 00 01 11 10 AB 00 01 11 10
CD CD
00 1 0 0 0 00 0 1 1 0
01 0 0 0 0 01 1 0 0 1
11 0 0 1 0 11 1 0 0 1
10 0 0 0 0 10 0 1 1 0
X = ABCD + ABCD Y = BD + BD
Logic expressions for problem 2
F = AB + AB
Discussion:
Constructing a combinational logic circuit from any truth table or given statement is very
important. It helps a designer to reduce the number of gates. By analyzing theoretical and
practical data it can be said that both the data is same. The method of constructing logic circuits
from logic equations and truth table is very important and easy to learn. One can make any
combinational logic circuit of desired output by using the methods of constructing logic circuits
properly. Finally, the experiment was successful by Deriving logic equations, constructing the
circuit and by fulfilling the objectives.
Question Answer:
A B C Y
0 0 0 0
0 0 1 1
0 1 0 0
0 1 1 1
1 0 0 1
1 0 1 1
1 1 0 0
1 1 1 1
Simulation: