Contents

Logic Gates and Combinational Circuits


In this chapter, we will learn how to solve problems involving logic gates and combinational circuits.

1 Logic Gates

A logic gate is a device that performs basic logical functions that are fundamental to digital circuits. At any instances, every terminal is in one of the two binary conditions, false(0) or true(1).

Ways to represent logic gates:

  • Logic diagrams
  • Truth Table
  • Boolean Algebra

1.1 NOT Gate

/images/post/CSC1201/not.png

1.2 AND Gate

/images/post/CSC1201/and.png

1.3 OR Gate

/images/post/CSC1201/or.png

1.4 NAND Gate

/images/post/CSC1201/nand.png

1.5 NOR Gate

/images/post/CSC1201/nor.png

1.6 XOR Gate

/images/post/CSC1201/xor.png

1.7 XNOR Gate

/images/post/CSC1201/xnor.png

2 Combinational Circuits

Combinational logic circuits are made up from basic logic gates that are connected together to produce more complicated switching circuits.

A Combinational Logic Circuit is said to be memoryless as the output is dependant at all times on the combination of its inputs.

Ways to represent combinational logic circuits:

  • Logic diagrams
  • Truth Table
  • Boolean Algebra
Example
/images/post/CSC1201/combi.png

Reference:

  1. Electronics Point