Binary Logic. AND Gate
Binary Logic. AND Gate
OF
COMPUTATIONAL
THINKING AND PROGRAMMING
0
Introducing Binary logic
1 0 0
A 1 1 1
Q
B AND Truth Table
AND Gate
A B Q
0 0 0
Q=A∧B 1 1 1
where ∧ represents AND AND Truth Table
A
Q
B
1. Q is 0
2. Q is 0
3. Q is 1 A
Q
B
• Binary logic
• What questions do
Boolean operators
you have at the
• AND Gate end of this lesson?
• Logic Gates
• Truth table