Tabular Method
Tabular Method
Vimukthi Pathirana
MEng. (AIT), BSc Eng. (AIT), reading MBA(UOP)
Content Today
• Karnaugh map / K-map
• 2 variables
• 3 variables
• 4 variables
• Tabular Method
• 4 variables
Quine Mcclusky Method
(Tabular Method)
Step 1
• In the 1st column, list all the minterms in binary for
which the output is a 1 or don’t care.
Step 2
• Arrange the terms present in column 1 and column 2
considering the number of 1’s in each term.
Step 3
• Identify terms that differ from another by only 1 digit
and list them in the 3rd column.
• Replace the different digit by hyphen (-).
Step 4
• Repeat step 3 until no more combination can be
made.
Step 5
• The term which are not carried to the next column are
called “PRIME IMPLICANTS”.
• Select sufficient prime implicants to cover all the
minterms.
• For this purpose, prepare a “table of choice” (prime
implicant table).
Prime Implicant (PI)
• To prepare a table of choice, write PI’s in rows and
minterms in columns and check the minterms covered by
each PI.
• If a Minterm is present only in one PI, that PI is called and
“Essential PI”
• Simplify Z using:
• K – Map method
• Tabular method
Z = f (A, B, C, D)
Z= 1 for the minterms (0, 3, 5, 11, 13)
Step 1
Z = don’t care for the minterms (1, 4, 12)
Z = 0 for the remaining minterms
MT 0 3 5 11 13 1 4 12
PI
!𝑪
𝑨 ! P
!
𝑩𝑪 Q
!𝑩
𝑨 !𝑫 R
! 𝑪𝑫
𝑩 S
Prime Implicant Table
MT 0 3 5 11 13 1 4 12
PI
!𝑪
𝑨 ! P √ √ √ √
!
𝑩𝑪 Q
!𝑩
𝑨 !𝑫 R
! 𝑪𝑫
𝑩 S
Prime Implicant Table
MT 0 3 5 11 13 1 4 12
PI
!𝑪
𝑨 ! P √ √ √ √
!
𝑩𝑪 Q √ √ √ √
!𝑩
𝑨 !𝑫 R √ √
! 𝑪𝑫
𝑩 S √ √
Z = P + Q+ S
Prime Implicant Table
MT 0 3 5 11 13 1 4 12
PI
!𝑪
𝑨 ! P √ √ √ √
!
𝑩𝑪 Q √ √ √ √
!𝑩
𝑨 !𝑫 R √ √
! 𝑪𝑫
𝑩 S √ √
• Simplify Z using:
• K – Map method
• Tabular method
Exercise - 02
• Z = f (A, B, C, D)
• Z= 1 for the minterms (3, 6, 8, 12, 13, 14)
• Z = don’t care for the minterms (2, 7, 9)
• Z = 0 for the remaining minterms
• Simplify Z using:
• K – Map method
• Tabular method
Exercise - 03
• Z = f (A, B, C, D)
• Z= 1 for the minterms (7, 8, 9, 10, 14, 15)
• Z = don’t care for the minterms (6, 12)
• Z = 0 for the remaining minterms
• Simplify Z using:
• K – Map method
• Tabular method