Physics

Logic Gates

Physics·Revision Notes

AND, OR, NOT Gates — Revision Notes

NEET UG
Version 1Updated 23 Mar 2026

⚡ 30-Second Revision

  • AND GateY=ABY = A \cdot B. Output is 1 only if ALL inputs are 1. Symbol: 'D' shape.
  • OR GateY=A+BY = A + B. Output is 1 if AT LEAST ONE input is 1. Symbol: Curved/crescent shape.
  • NOT GateY=AˉY = \bar{A}. Output is the inverse of input. Symbol: Triangle with a bubble.
  • Binary0 (LOW/False), 1 (HIGH/True).
  • Truth TableLists all input combinations and corresponding outputs.

2-Minute Revision

For NEET, mastering AND, OR, and NOT gates is crucial. Remember their core functions: an AND gate (Y=ABY = A \cdot B) requires all inputs to be '1' for its output to be '1'. If any input is '0', the output is '0'.

Think of it as a series connection. An OR gate (Y=A+BY = A + B) outputs '1' if at least one of its inputs is '1'. It only outputs '0' if all inputs are '0'. Think parallel connection. The NOT gate (Y=AˉY = \bar{A}), or inverter, simply flips its single input: '1' becomes '0', and '0' becomes '1'.

Crucially, memorize their distinct logic symbols and truth tables. Practice tracing outputs through simple combinations of these gates for given inputs. Avoid confusing Boolean addition/multiplication with arithmetic operations.

These basics are frequently tested and form the foundation for understanding all other logic gates.

5-Minute Revision

A solid understanding of AND, OR, and NOT gates is non-negotiable for NEET. Let's quickly review:

    1
  1. AND Gate

* Boolean Expression: Y=ABY = A \cdot B (or Y=ABY = AB) * Function: Output is '1' (HIGH) ONLY if ALL inputs are '1'. Otherwise, output is '0' (LOW). * Truth Table (2-input):

ABY
000
010
100
111

* Symbol: 'D' shape. * Example: If A=1, B=0, then Y=10=0Y = 1 \cdot 0 = 0.

    1
  1. OR Gate

* Boolean Expression: Y=A+BY = A + B * Function: Output is '1' if AT LEAST ONE input is '1'. Output is '0' ONLY if ALL inputs are '0'. * Truth Table (2-input):

ABY
000
011
101
111

* Symbol: Curved/crescent shape. * Example: If A=0, B=1, then Y=0+1=1Y = 0 + 1 = 1.

    1
  1. NOT Gate (Inverter)

* Boolean Expression: Y=AˉY = \bar{A} (or Y=AY = A') * Function: Output is the logical inverse of the single input. '1' becomes '0', '0' becomes '1'. * Truth Table (1-input):

AY
01
10

* Symbol: Triangle with a small circle (bubble) at the output. * Example: If A=1, then Y=1ˉ=0Y = \bar{1} = 0.

Key Strategy: When solving problems with combined gates, always work step-by-step. For instance, if you have (A AND B) then NOT, first find the output of (A AND B), then apply the NOT operation to that result. Be meticulous with truth tables and symbol recognition. These are fundamental for all digital electronics questions in NEET.

Prelims Revision Notes

    1
  1. Logic Gates BasicsElectronic circuits performing logical operations on binary inputs (0s and 1s) to produce a single binary output. '0' represents LOW voltage/False, '1' represents HIGH voltage/True.
  2. 2
  3. AND Gate

* Function: Output is HIGH (1) ONLY if ALL inputs are HIGH (1). * Boolean Expression: Y=ABY = A \cdot B (or Y=ABY = AB). * Symbol: 'D' shape. * Truth Table (2-input):

ABY
000
010
100
111
    1
  1. OR Gate

* Function: Output is HIGH (1) if AT LEAST ONE input is HIGH (1). Output is LOW (0) ONLY if ALL inputs are LOW (0). * Boolean Expression: Y=A+BY = A + B. * Symbol: Curved/crescent shape. * Truth Table (2-input):

ABY
000
011
101
111
    1
  1. NOT Gate (Inverter)

* Function: Output is the logical complement (inverse) of its single input. If input is 1, output is 0; if input is 0, output is 1. * Boolean Expression: Y=AˉY = \bar{A} (or Y=AY = A'). * Symbol: Triangle with a small circle (bubble) at the output. * Truth Table (1-input):

AY
01
10
    1
  1. Key Points for NEET

* Memorize all symbols, truth tables, and Boolean expressions. * For combined gates, evaluate step-by-step from input to final output. * Boolean operations are NOT arithmetic operations (e.g., 1+1=11+1=1 for OR, not 2). * NOT gate always has one input. AND/OR can have multiple inputs (2, 3, etc.). * Questions often involve identifying gates, completing truth tables, or finding outputs for specific inputs in simple circuits.

Vyyuha Quick Recall

To remember the basic gates' functions:

All Needs Done for output 1 (AND gate: All inputs must be 1 for output 1).

One Required for output 1 (OR gate: At least one input must be 1 for output 1).

Not Opposite Truth (NOT gate: Output is the opposite of the input).

Featured
🎯PREP MANAGER
Your 6-Month Blueprint, Updated Nightly
AI analyses your progress every night. Wake up to a smarter plan. Every. Single. Day.
Ad Space
🎯PREP MANAGER
Your 6-Month Blueprint, Updated Nightly
AI analyses your progress every night. Wake up to a smarter plan. Every. Single. Day.