논리게이트

  1. And 게이트 Takes two inputs, and output is true only when both of the inputs are true.
  2. Or 게이트 Takes two inputs, and output is false only when both of the inputs are false.
  3. Invertor Output is the opposite of the input.
  4. 확장게이트 4-1. NAND (AND + Invertor, NOT AND) 4-2. NOR (OR + Invertor, NOT OR) 4-3. XOR: Output is True when the inputs are different from one another.

이진수

가산기


What I Did