Which is unique out of the three and why: Binary Circuit, Binary Expression, or Truth Table
Truth table because there can only be one representation
an input OR ( + ) its complement is always ( X + X’ )
true ( 1 )
X + 0 =
X
X * 1 =
X
X + 1 =
1
X * 0 =
0
X + X =
X
X * X =
X
X + X’ =
1
X * X’ =
0
what does + represent
or
what does * represent
and
X ‘ ‘ =
X
X + Y =
Y + X
X * Y =
Y * X
X + ( Y + Z ) =
( X + Y ) + Z
X * ( Y * Z ) =
( X * Y ) * Z
( X + Y ) ‘
X ‘ Y’
( XY ) ‘
X’ + Y’
De Morgans Law
( X + Y ) ‘ = X’ * Y’
( X Y )’ = X’ + Y’