Year 11 Logic Gate
Year 11 Logic Gate
• Symbol:
AA
• Function: The AND gate outputs is true (1) only if all its inputs are true (1).
• Truth Table:
2. OR Gate
• Symbol:
B
o
• Function: The OR gate outputs is true (1) if at least one of its inputs is true (1).
• Truth Table:
Input A Input B Output (A OR B) F
0 0 0
0 1 1
1 0 1
1 1 1
• Symbol:
A F
• Function: The NOT gate outputs the opposite value of its input. If the input is true
(1), the output is false (0), and vice versa.
• Truth Table:
Conclusion
Understanding logic gates is essential for grasping more complex digital systems. These gates
form the basis of binary arithmetic, decision-making circuits, and various electronic
applications. In further lessons, we will explore additional logic gates, such as NAND, NOR,
and XOR, and their applications in digital logic design.