Combinational Circuits -1 Study Notes for GATE & Computer Science Engineering Exams

By Priya Upadhyay|Updated : September 15th, 2021

Here we are providing the complete study notes on the Combinational Circuits for the preparation of GATE, Computer Science Engineering Exam

Logic Circuits can be divided into two types.

  • Combinational Logic Circuit, and
  • Sequential Logic Circuit.

Here we are providing the complete study notes on the Combinational Circuits for the preparation of GATE, Computer Science Engineering Exam

Logic Circuits can be divided into two types

Combinational Logic Circuit, and

  • Sequential Logic Circuit.

Combinational Logic Circuit: A combinational logic circuit comprises digital logic gates whose output completely depends upon the combination of current inputs only.

  • It consists of input variables, logic gate and output variables.
  • No feedback is required.
  • No memory is required. 

Combinational

  • Examples of Combinational Circuits: Multiplexer, Decoder, Encoder, Parallel Adders, etc.
Sequential Logic Circuit: This Circuit consists of logic gates arranged in parallel and its output is determined by the combination of the current input and the prior output. Sequential circuit also contains memory elements that are capable to store the information of the prior output. Sequential  
  • Examples of Sequential Circuits: Flip-flops, Shift Registers, Counters, etc.

Logic Gates

Logic gate is an idealized physical device which is used to implement a Boolean function, logic gate is a miniature circuit that performs a logical operation on one or more logical inputs and produces a single logical output.

The logic gates can be classified as

  • NOT, AND, OR, are basic gates.
  • NAND, NOR are universal gates.
  • EXOR, EXNOR are arithmetic circuit or code convertor or comparators.

NOT Gate (Inverter)

Truth Table for NOT Gate:

byjusexamprep

Circuit Symbol for NOT Gate:

Description: 7-1

AND Gate

byjusexamprep

Description: 7-2

Properties of AND logic:

  1. Commutative Law: AB = BA
  2. Associative Law: ABC = (AB) C = (AC)B = A(BC)

OR Gate Truth Table

byjusexamprep

Description: 8-1

Properties of OR logic:

  1. Commutative Law: A + B = B + A
  2. Associative Law: (A + B + C) = (A + B) + C = A + (B+ C)

NAND Gate

byjusexamprep

byjusexamprep

Properties of NAND logic:

  1. Commutative Law:byjusexamprep
  2. Associative Law:byjusexamprep

NOR Gate

byjusexamprep

byjusexamprep

  • NOR gate follows commutative law but not follow associative law

EXOR Gate

byjusexamprep

byjusexamprep

byjusexamprep

Properties of EXOR Logic:

  • Enable input = 0
  • Disable input = 1
  • It is also called stair case switch.
  • It is widely used in parity generation and detection.
  • When both the inputs are different, then output becomes high or logic 1.
  • When both the inputs are same, then output becomes low or logic 0.

Note: 

Untitled

EXNOR Gate

byjusexamprep

byjusexamprep

Properties of EXNOR Gate:

  • Enable input = 1
  • Disable input = 0
  • When both the inputs are same, then output .becomes high or logic 1.
  • When both the inputs are different, then output becomes low or logic 0.

Logic Gate Conversions

  • OR Gate using NAND Gate:

byjusexamprep

  • AND Gate using NOR Gate:

byjusexamprep

  • NAND Gate using NOR Gate

byjusexamprep

  • NOR Gate using AND Gate

byjusexamprep

NAND and NOR Gate as Universal Gate

byjusexamprep

NAND Gate as Universal Gate

byjusexamprep

byjusexamprep

byjusexamprep

byjusexamprep

byjusexamprep

byjusexamprep

byjusexamprep

Boolean Algebra

  1. NOT-Operation theorem:byjusexamprep
  2. AND-Operation theorem:byjusexamprep
  3. OR-Operation theorem:byjusexamprep
  4. Distribution theorem: A + BC = A (A + B)(A + C)

Note: byjusexamprep

  1. Demorgan’s Theorem:byjusexamprepbyjusexamprep
  2. Transposition Theorem: (A + B) (A + C) = A + BC
  3. Consensus Theorem: This theorem is used to eliminate redundant term. It is applicable only when if a boolean function contains three variables. Each variable used two times. Only one variable is complemented or uncomplemented. Then the related terms so that complemented or uncomplemented variable is the answer.byjusexamprepbyjusexamprepbyjusexamprepbyjusexamprep

SOP (Sum of Product): (Minimum Term)

A sum of product expression is two or more AND functions or functions together. Each product term is known as minimum term.

  • SOP expression is used when output becomes logic 1.
  • Example: byjusexamprep
    • three minterms are there in the expression

POS (Product of Sum): (Maximum Term)

POS is defined as the AND function of two or more OR function in which each sum term is known as maximum term.

  • POS expression is used when output is logic '0'.
  • Example:byjusexamprep
    • Three max terms are there in the expression

Note:

With' n' variables maximum possible minimum and maximum terms = 2n

With' n' variables maximum possible logic expression = byjusexamprep

Duality Theorem: To convert positive logic into negative logic and vice-versa, dual function are used.

  • Change each AND sign by OR sign and vice versa (↔ +)
  • Complement any 0 or l appearing in expression.
  • Keep variable as it is.
  • Example: byjusexamprep

Representation of K-map: For n-variable Karnaugh-map, 2n cells are used to represent the boolean expression.

Example:

  • 2 –variable K Map:
image002
  • 3 –variable K Map:

image001

  • 4 –variable K Map:

image003

If you are preparing for GATE and ESE, avail Online Classroom Program to get unlimited access to all the live structured courses and mock tests from the following link :

ESE and GATE ECE ONLINE CLASSROOM PROGRAM

ESE and GATE EE ONLINE CLASSROOM PROGRAM

Thanks!!

Comments

write a comment

Follow us for latest updates