Week 4 - Module 4 Boolean Functions and Their Forms
Week 4 - Module 4 Boolean Functions and Their Forms
Learning Outcomes
1. Express Boolean functions into Canonical and Standard forms
2. Obtain the Boolean function from reading the truth tables
3. Construct two-level implementation circuit diagrams of Boolean functions
Week 4: Boolean Functions and their Forms
0 0 0 𝑥 ′𝑦′𝑧′ 𝑚0 𝑥+𝑦+𝑧 𝑀0
0 0 1 𝑥 ′𝑦′𝑧 𝑚1 𝑥 + 𝑦 + 𝑧′ 𝑀1
0 1 0 𝑥 ′ 𝑦𝑧 ′ 𝑚2 𝑥 + 𝑦′ + 𝑧 𝑀2
0 1 1 𝑥 ′ 𝑦𝑧 𝑚3 𝑥 + 𝑦 ′ + 𝑧′ 𝑀3
1 0 0 𝑥𝑦 ′ 𝑧 ′ 𝑚4 𝑥′ + 𝑦 + 𝑧 𝑀4
1 0 1 𝑥𝑦 ′ 𝑧 𝑚5 𝑥 ′ + 𝑦 + 𝑧′ 𝑀5
1 1 0 𝑥𝑦𝑧 ′ 𝑚6 𝑥 ′ + 𝑦′ + 𝑧 𝑀6
1 1 1 𝑥𝑦𝑧 𝑚7 𝑥 ′ + 𝑦 ′ + 𝑧′ 𝑀7
Week 4: Boolean Functions and their Forms