UNIT-2
What is Digital Electronics?
Digital Electronics refers to the branch of electronics that utilizes digital circuits,
such as logic gates and flip-flops, to process and store information in binary form.
These circuits operate based on a finite number of voltage levels, enabling the
construction of complex digital systems like computers.
Boolean Algebra
Definition of Boolean Algebra
Boolean algebra is a special mathematical way to express relations (logics)
between variables. Mainly there are three basic logic gates or operators which are
AND(*), OR(+), and NOT(‘).
By using only these three operators we can develop any complex Boolean
expressions and can determine the truth values of the variables which are present in
that particular expression. In Boolean algebra, every operator is must be a binary
variable i.e. they can either take a true(1) or false(0) value.
Postulates/Laws of Boolean Algebra
1. Commutative Law
A+B = B+A
A.B = B.A
2. Associative Law
(A+B)+C = A+(B+C)
(A.B).C = A.(B.C)
3. Distributive Law
A(B+C) = AB + AC
A + BC = (A+B). (A+C)
4. Idempotence Law
A+A=A
A.A = A
5. Absorption Law
(i)A + A.B = A (ii) A.(A+B) = A