Teorema DeMorgan's
Komplemen 2 atau lebih variabel – variabel gerbang AND sama dengan komplemen variabel khusus gerbang OR.
Komplemen 2 atau lebih variabel gerbang OR sama
dengan komplemen variabel khusus gerbang AND.
Kesetaraan gerbang dan hubungan tabel
kebenaran
yang digambarkan oleh
Teorema DeMorgan.
Analisis Boolean Rangkaian Logika.
Jika A = 1, B = 1, C = 1 and D = 1, maka Output nya adalah ???
Tabel Kebenaran :
- Draw your possible logic gate?
- Simplify this expression using Boolean algebra?
B+ AC
AB
Exercise: Analyze the circuit below:
1. Y=???
2. Simplify the Boolean expression found in 1
1. X=???
2. Simplify the Boolean expression found in 1
Sumber Utama: https://onlinelearning.uhamka.ac.id
Inputs | Output | ||||
A | B | C | D | A(B + CD | ) |
0 | 0 | 0 | 0 | 0 | |
0 | 0 | 0 | 1 | 0 | |
0 | 0 | 1 | 0 | 0 | |
0 | 0 | 1 | 1 | 0 | |
0 | 1 | 0 | 0 | 0 | |
0 | 1 | 0 | 1 | 0 | |
0 | 1 | 1 | 0 | 0 | |
0 | 1 | 1 | 1 | 0 | |
1 | 0 | 0 | 0 | 0 | |
1 | 0 | 0 | 1 | 0 | |
1 | 0 | 1 | 0 | 0 | |
1 | 0 | 1 | 1 | 1 | |
1 | 1 | 0 | 0 | 1 | |
1 | 1 | 0 | 1 | 1 | |
1 | 1 | 1 | 0 | 1 | |
1 | 1 | 1 | 1 | 1 |
No comments:
Post a Comment