Lecture k Map
Lecture k Map
DIGITAL
CIRCUITS
1
Why Binary Arithmetic?
3+5 =8
2
Why Binary Arithmetic?
3
Positive Integers
4
Base or Radix
5
Signed Magnitude
6
3
Binary Binary
Digital Digital
. Gate Output
Input
Signal .. Signal
- Truth Table
- Boolean Function
- Karnaugh Map
5
BOOLEAN ALGEBRA
Boolean Algebra
Truth Table
- Table that describes the Output Values for all the combinations
of the Input Values, called MINTERMS
- n input variables → 2n minterms
Digital Logic Circuits 6 Boolean Algebra
Boolean F = x + y’z
Function
x
F
Logic y
Diagram
z
Digital Logic Circuits 7 Boolean Algebra
EQUIVALENT CIRCUITS
(2) A
B
C F
(3) A
B
F
C
K Maps | karnaugh Maps | Solved Examples
We can either group 0’s with 0’s or 1’s with 1’s but we
can not group 0’s and 1’s together.
X representing don’t care can be grouped with 0’s as
well as 1’s.
NOTE
There is no need of separately grouping X’s i.e. they can be
ignored if all 0’s and 1’s are already grouped.
Rule-02:
Groups may overlap each other.
Rule-03:
We can only create a group whose number of cells can be
represented in the power of 2.
In other words, a group can only contain 2n i.e. 1, 2, 4, 8, 16
and so on number of cells.
Rule-04:
Groups can be only either horizontal or vertical.
We can not create groups of diagonal or any other
shape.
Rule-05:
Soln
(C+D’+B’).(C’+D’+A).(A’+C+D).(A’+B+C’)