DLD Lec 4
DLD Lec 4
DLD Lec 4
Example 2
Prove that X + X`Y = X + Y
Proof:
X + X`Y = (X+ X`) (X + Y)
= 1.(X + Y)
= X + Y
Logic Circuits and expressions
A Boolean expression (or a Boolean function) is a
combination of Boolean variables, AND-operators, OR-
operators, and NOT operators.
Boolean Expressions (Functions) are fully defined by
their truth tables.
Each Boolean function (expression) can be implemented
by a digital logic circuit which consists of logic gates.
Variables of the function correspond to signals in the
logic circuit, Operators of the function are converted into
corresponding logic gates in the logic circuit.
Logic Circuits and expressions
Consider the expression F = X + (Y .Z)
The diagram of the logic circuit corresponding to this
function is shown in Figure:
Logic Circuits and expressions
Consider the expression F = X + (Y .Z)
The truth table for this expression will be:
Thank you.