NOR is not associative: (A ↓ B) ↓ C vs A ↓ (B ↓ C) — NOR gate

coredifferent functions, same symbols

Answer

(A ↓ B) ↓ C column 00101010, A ↓ (B ↓ C) column 01110000

Why this example is worth doing

Like NAND, NOR fails to associate, and the two output columns differ. What this page adds beyond the NAND statement of the same fact is the reason: associativity survives inversion only when the inversion can be pushed outside the whole expression, and a bubble on every intermediate output cannot be. That framing generalises — it tells you in advance which derived operators will and will not associate, rather than requiring a table each time.

Try your own input in the NOR gate. Truth table, symbol and algebraic form for (A + B)′, the other universal gate.

How the answer is reached

Output table

Output table — columns A, B, C, (A ↓ B) ↓ C, A ↓ (B ↓ C)
ABC(A ↓ B) ↓ CA ↓ (B ↓ C)
00000
00101
01011
01101
10010
10100
11010
11100

Compare with

Open the NOR gate

This input is entered in the tool itself — it is too rich for a link to carry.

Note:

Notation this page assumes

  • Symbols: · is AND, + is OR, ⊕ is XOR, a prime or an overline is NOT. The field also takes ∧ ∨ ¬ ~ ! & | and the words.
  • Operator precedence, tightest first: NOT, then AND (including juxtaposition), then XOR/XNOR, then NAND/NOR, then OR, then IMPLIES, then IFF.
  • Gate symbols follow whichever standard the header toggle is set to: ANSI/IEEE Std 91-1984 distinctive shapes, or IEC 60617-12 rectangles.

Sources

  • ANSI/IEEE Std 91-1984, Graphic Symbols for Logic Functions
  • IEC 60617-12, Graphical Symbols for Diagrams — Binary Logic Elements