AND Gate Truth Table

In Logic Gates, a truth table represent all possible combinations of binary input and their corresponding binary outputs. AND Logic Gate is a very basic digital logic gate that produces an output of 1 (HIGH) when at all inputs are 1. The output becomes 0 (LOW) when at least one input is 0.

The following diagram represent the very basic Boolean Expression, AND Gate Symbol, and AND Gate Truth Table.

AND Gate Truth Table, Symbol and Expression

AND Gate Truth Table

Truth tables represent all possible input combinations and their corresponding outputs for a logic gate. AND Gate truth tables for various numbers of inputs are explained below

The total possible input combinations in a truth table are calculated using 2ⁿ, where n is the number of inputs.

For example:

  • For 2 inputs, there will be  22 = 4 combinations
  • For 3 inputs, there will be  23 = 8 combinations
  • For 4 inputs, there will be 24 = 16 combinations
  • For 5 inputs, there will be 25 = 32 combinations
  • For 6 inputs, there will be 26 = 64 combinations
  • For 7 inputs, there will be 27 = 128 combinations
  • For 8 inputs, there will be 28 = 256 combinations
  • For 9 inputs, there will be 29 = 512 combinations
  • For 10 inputs, there will be 210 = 1024 combinations

and so on…

Let’s explain various truth tables of AND Logic gate for different numbers of inputs

AND Gate Truth Table – 2 Inputs

For 2-input AND Gate, there are 22=4 possible input combinations, explained below.

  • Input A Column: First 2 bits = 0, next 2 bits = 1
  • Input B Column: Alternates 0 and 1

The truth table of 2 inputs AND Gate with their output is given below

AND Gate Truth Table - 2 Inputs

In the above AND gate truth table of 2 inputs

  • For A=0 and B = 0, the output (X) will be 0 because neither input is active.
  • For A=0 and B = 1, the output (X) will be 0 because the A input is 0.
  • For A=1 and B = 0, the output (X) will be 0 because the B input is 0.
  • For A=1 and B =1, the output (X) will be 1 because both inputs are 1.

AND Gate Truth Table – 3 Inputs

For 3-input AND Gate, there are 23=8 possible input combinations, explained below.

  • Input A Column: First 4 bits = 0, next 4 bits = 1
  • Input B Column: First 2 bits = 0, next 2 = 1, next 2 = 0, next 2 = 1
  • Input C Column: Alternates 0 and 1

The truth table of 3 inputs AND Gate with their output is given below

AND Gate Truth Table - 3 Inputs

In the above AND gate truth table of 3 inputs

  • For A = 0, B = 0, and C = 0, the output (X) will be 0 because no input is active.
  • For A=0, B = 0, and C = 1, the output (X) will be 0 because the A and B inputs are 0.
  • For A=0, B = 1, and C = 0, the output (X) will be 0 because the A and C inputs are 0.
  • For A=0, B = 1, and C = 1, the output (X) will be 0 because the A input is 0.
  • For A=1, B = 0, and C = 0, the output (X) will be 0 because B and C inputs are 0.
  • For A=1, B = 0, and C = 1, the output (X) will be 0 because the B input is 0.
  • For A=1, B = 1, and C = 0, the output (X) will be 0 because the C input is 0.
  • For A=1, B =1, and C = 1, the output (X) will be 1 because all inputs (A, B,C) are 1.

AND Gate Truth Table – 4 Inputs

For 4-input AND Gate, there are 24=16 possible input combinations, explained below.

  • Input A Column: First 8 bits = 0, next 8 bits = 1
  • Input B Column: First 4 bits = 0, next 4 = 1, next 4 = 0, next 4 = 1
  • Input C Column: 2 zeros, 2 ones, repeated
  • Input D Column: Alternates 0 and 1

The truth table of 4 inputs AND Gate with their output is given below

AND Gate Truth Table - 4 Inputs

In the above AND gate truth table of 4 inputs

  • For A = 0, B = 0, C = 0, and D = 0, the output (X) will be 0 because no input is active.
  • For A=0, B = 0, C = 0, and D = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=0, B = 0, C = 1, and D = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=0, B = 0, C = 1, and D = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=0, B = 1, C = 0, and D = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=0, B = 1, C = 0, and D = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=0, B = 1, C = 1, and D = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=0, B =1, C = 1, and D = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A = 1, B = 0, C = 0, and D = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=1, B = 0, C = 0, and D = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=1, B = 0, C = 1, and D = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=1, B = 0, C = 1, and D = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=1, B = 1, C = 0, and D = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=1, B = 1, C = 0, and D = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=1, B = 1, C = 1, and D = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, and D).
  • For A=1, B =1, C = 1, and D = 1, the output (X) will be 1 because all inputs (A, B, C, and D) are active.

AND Gate Truth Table – 5 Inputs

For 5-input AND Gate, there are 25=32 possible input combinations, explained below.

  • Input A Column: First 16 bits = 0, next 16 bits = 1
  • Input B Column: First 8 bits = 0, next 8 = 1, next 8 = 0, next 8 = 1
  • Input C Column: 4 zeros, 4 ones, repeated
  • Input D Column: 2 zeros, 2 ones, repeated
  • Input E Column: Alternates 0 and 1

The truth table of 5 inputs AND Gate with their output is given below

AND Gate Truth Table - 5 Inputs

In the above AND gate truth table of 5 inputs

  • For A = 0, B = 0, C = 0, D = 0, and E = 0, the output (X) will be 0 because no input is active.
  • For A=0, B = 0, C = 0, D = 0, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 0, C = 0, D = 1, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 0, C = 0, D = 1, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 0, C = 1, D = 0, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 0, C = 1, D = 0, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 0, C = 1, D = 1, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B =0, C = 1, D = 1, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A =0, B = 1, C = 0, D = 0, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 1, C = 0, D = 0, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 1, C = 0, D = 1, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 1, C = 0, D = 1, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 1, C = 1, D = 0, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 1, C = 1, D = 0, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B = 1, C = 1, D = 1, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=0, B =1, C = 1, D = 1, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A = 1, B = 0, C = 0, D = 0, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 0, C = 0, D = 0, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 0, C = 0, D = 1, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 0, C = 0, D = 1, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 0, C = 1, D = 0, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 0, C = 1, D = 0, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 0, C = 1, D = 1, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B =0, C = 1, D = 1, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A = 1, B = 1, C = 0, D = 0, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 1, C = 0, D = 0, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 1, C = 0, D = 1, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 1, C = 0, D = 1, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 1, C = 1, D = 0, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 1, C = 1, D = 0, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B = 1, C = 1, D = 1, and E = 0, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).
  • For A=1, B =1, C = 1, D = 1, and E = 1, the output (X) will be 0 because at least one input is 0 from the given inputs (A, B, C, D, and E).