Combinational Circuits (Part 2) Study Notes for GATE Exams

By Yash Bansal|Updated : September 12th, 2021

Combinational Circuits (Part 2) Study Notes for GATE Exams: In this article, you will find detailed study notes on Combinational Circuits covered in Part 2 which includes the topics such as Designing Combinational Circuits, Arithmetic Circuits, Mux, DeMux, Decoders, and Encoders.

The complete notes on these topics will help in the preparation of the GATE, ISRO, ESE, SSC JE & other Engineering exams.

Table of Content

Combinational Circuits (Part 2) Study Notes for GATE Exams: In this article, you will find detailed study notes on Combinational Circuits covered in Part 2 which includes the topics such as Designing Combinational Circuits, Arithmetic Circuits, Mux, DeMux, Decoders, and Encoders.

The complete notes on these topics will help in the preparation of the GATE, ISRO, ESE, SSC JE & other Engineering exams.

Designing Combinational Circuits

The following steps, to design combinational circuits are:

  • Understand the problem
  • Find the required number of input-output variables
  • Construct the truth table using the relationship between the input and output
  • Obtain either the Boolean function or the logical expression from the truth table using Karnaugh Map.
  • Draw the logic circuit based on the obtained logical expression.

Arithmetic Circuits

Arithmetic circuits are used to perform addition and subtraction. Binary adder performs binary addition while binary subtractor performs binary subtraction.

Classification of Adder:

  • Half Adder
  • Full Adder

Classification of Subtractor: 

  • Half Subtractor
  • Full Subtractor

Half Adder:

This circuit is used for the addition of 2 one-bit numbers.

The truth table of Half Adder:

byjusexamprep

 

  • Half adder circuit:

byjusexamprep

 

        Sum (S) = byjusexamprep

        Carry (C) = AB

  • Implement of Half Adder Using NAND Gate:

byjusexamprep

 

Note: Required number of NAND Gates to implement the Half Adder = 5

  • Implement of Half Adder Using NOR Gate:

byjusexamprep

 

Note: Required number of NOR Gates to implement the Half Adder = 5

Full Adder:

A full adder is a combinational logic circuit that performs the arithmetic sum of three input bits. It consists of three inputs and two outputs.

byjusexamprep

  • The truth table for Full Adder:

full1

  •  The logic diagram of Full Adder:

Sum (S) = byjusexamprep

Carry (C0) = AB + BC + AC

byjusexamprep

  • A full adder made from 2 Half adder + 1 OR Gate
  • Required minimum number of NAND gates to implement Full Adder = 9
  • Required minimum number of NOR gate to implement Full Adder = 9

Half Subtractor:

byjusexamprep

 

  • Logic Diagram of Half Subtractor:
  • To implement half subtractor the total number of NAND/NOR are required = 5

byjusexamprep

Full Subtractor:

It is a combinational logic circuit that performs subtraction involving three-bit namely minuend bit, subtrahend bit and borrows from the previous stage

byjusexamprep

  • Difference (D) byjusexamprep
  • byjusexamprep
    • A full subtractor = 2 half subtractor + 1 OR gate
    • To implement full subtractor from NAND or NOR gates required = 9 gates 

Multiplexer (MUX)

  • It is a combinational circuit that chooses binary information from one of the many input lines and directs it to a single output line.
  • The selection of a particular input line is controlled by a set of selection lines in the circuit.
  • MUX is also called: Many to one, Data selector, Universal circuit, or Parallel data serial.
  • Multiplexing means transmitting a large number of information units over a small number of channels or lines. It is abbreviated as MUX.
  • There are 2n input lines and ‘n’ selection lines whose bit combinations determine which input is selected.
  • m = 2n implies n = log m where m = Number of data inputs, and n = Number of select lines

2 × 1 MUX :

byjusexamprep

  • Implementation of one MUX using another MUX:

byjusexamprep

 byjusexamprep

Demultiplexer (DEMUX)

  • It is a circuit that receives information on a single line and transmits this information on one of 2n possible output lines.
  • The selection of a specific output line is controlled by the bit values of n selected lines.

byjusexamprep

1 × 2 Demux:

byjusexamprep

 

D0 = S′I

D1 = SI

  • The truth table of 1 × 2 Demux:

byjusexamprep

1 × 4 Demux:

 byjusexamprep

  • byjusexamprep
  • byjusexamprep
  • byjusexamprep
  • byjusexamprep

 

  • The Truth table of 1 × 4 Demux:

byjusexamprep

 

  • Circuit Diagram of 1 × 4 Demux:

byjusexamprep

  • DEMUX Implementation using another DEMUX:

byjusexamprep

Decoders

  • decoder is a combinational type circuit that converts binary information from n input lines to maximum 2n unique output lines.
  • If the n-bit decoded information has unused or doesn’t care combinations, the decoder output will have fewer than 2n outputs.
  • The decoders explained here are n-to-m-line decoders, where m ≤ 2n. Their purpose is to generate the 2n (or fewer) minterms of input variables.

byjusexamprep

2 × 4 Decoder:

  • byjusexamprep
  • byjusexamprep
  • byjusexamprep
  • byjusexamprep

byjusexamprep

The Truth table of 2 × 4 Decoder:

byjusexamprep

Encoders

  • It is a combinational circuit that converts information into the coded form (binary).
  • It is a digital circuit that performs the invert operation of a decoder circuit.
  • An encoder has 2n (or fewer) input lines and n output lines.
  • The output lines generate the binary code corresponding to the input value in the circuit.

byjusexamprep

If you are preparing for GATE and ESE, avail of online classroom program to get unlimited access to all the live structured courses and mock tests from the following link :

Thank you!

Download BYJU's Exam Prep, Best gate exam app for Preparation

Comments

write a comment

Follow us for latest updates