You are on page 1of 16

Informatics

Mathematics

Simple Logic Gates

Boolean Operators and Applications


week 1

Fatih Kürşat Cansu, PhDc


fatihcansu@gmail.com
Google Classroom Kayıt
1. Bir Google mail adresi alınız.
2. Daha sonra Sınıf Kodu: jasvuci kullanarak Google Classroom sınıfına dahil olunuz.
3. Tüm ödevlendirmeler bu sistem üzerinden yapılacaktır.
4. Ödevleriniz (%30), Vize(%30) ve Final(%40) etkili olacaktır.
5. Geç teslim edilen ödevlerden 10 puan kırılacaktır.
6. Verilen bir ödev en fazla 1 hafta geç teslim edilebilir.
7. Teslim edilmeyen ödevler 0 puan ile değerlendirilir.
8. Ödevlerinde etik ihlalde bulunan öğrenciler 0 puan alacaklardır. (Siz sakın yapmayın!)
9. Dersin öğretim görevlisi ile çok acil olmadığı sürece telefonla iletişim kurmayınız.
10. Tüm iletişiminizi Google Classroom veya fatihcansu@gmail.com üzerinden yapınız.
Boolean Operators

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators

George Boole

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
AND Operator

P Q P AND Q BULB

0 0 0

AND GATE 0 1 0

1 1 1

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
OR Operator

P Q P OR Q BULB

0 0 0

0 1 1

1 0 1
OR GATE
1 1 1

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
NAND Operator

P Q P NAND Q BULB

0 0 1

0 1 1

1 0 1
NAND GATE 1 1 0

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
NOR Operator

P Q P NOR Q BULB

0 0 1

0 1 0

1 0 0
NOR GATE 1 1 0

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
XOR Operator (Exclusive OR)

P Q P XOR Q BULB

0 0 0

0 1 1

1 0 1
XOR GATE 1 1 0

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
NOT Operator

P BULB

NOT GATE

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
EXAMPL
E
Construct a truth table for the expression for p and q and r.
Draw the circuit.

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
EXAMPL
E
Construct a truth table for the expression for (p or q) and r.
Draw the circuit.

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
EXAMPL
E
Construct a truth table for the expression
for (NOT p or q) AND Not r. Draw the circuit.

Informatics Mathematics Fatih Kürşat Cansu,


PhDc
Boolean Operators
GLOSSAR
Y

Informatics Mathematics Fatih Kürşat Cansu,


PhDc

You might also like