cm305.16e

Upload: scribd9885343478

Post on 02-Jun-2018

213 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 CM305.16E

    1/11

    CM305.16 1

    DEPARTMENT OF TECHNICAL EDUCATION

    ANDHRA PRADESH

    Name : A. Sivaprasad

    Designation : Senior Lecturer in ECE

    Branch : Electronics & Communication Engg.

    Institute : Govt. Polytechnic, for women,

    Guntur

    Year/Semester : III semester

    Subject : Digital Electronics

    Subject Code : CM305

    Topic : logic gates &boolean algebra

    Duration : 50 min

    Sub Topic : Developing logic circuit for given

    problem

    Teaching Aids : Animation & images.CM305.1616

  • 8/10/2019 CM305.16E

    2/11

    CM305.16 2

    Recap

    Simplification of Boolean expressions

    Analyzing Boolean expressions using Karnaugh map

    method

  • 8/10/2019 CM305.16E

    3/11

    CM305.16 3

    Objectives

    On completion of this period, you would be ableto

    Analyse the given problem

    Draw the truth table

    Write Boolean expression and minimise it

    Draw the logic circuit for the given problem

  • 8/10/2019 CM305.16E

    4/11

    CM305.16 4

    Example 1. Develop a logic circuit of full adder

    The step by step

    solution the

    problem is shown

    below

    1. Draw the Truth

    table of full adder

    Cin A B S C out

    0

    0

    0

    0

    1

    1

    1

    1

    0

    0

    1

    1

    0

    0

    1

    1

    0

    1

    0

    1

    0

    1

    0

    1

    0

    1

    1

    0

    1

    0

    0

    1

    0

    0

    0

    1

    0

    1

    1

    1

  • 8/10/2019 CM305.16E

    5/11

    CM305.16 5

    Example 1 (continued)

    2. Draw karnaugh map for sum

    0 1 0 1

    1 0 1 0

    00 01 11 10

    0

    cin

    1

    3. Group the adjacent cells

    with entries No grouping is

    possible in the above map

    4. Write the Boolean expression

    The expression for sum S= CinA B + Cin AB + CinAB +Cin

    AB

    = Cin + +A B

  • 8/10/2019 CM305.16E

    6/11

    CM305.16 6

    Example 1(continued )

    5. Draw Karnaugh map for carry

    0 0 1 0

    0 1 1 1

    00 01 11 10

    1Cin

    0

    6. Group the adjacent cells with 1 entries

    7. Writer the Boolean expression

    The expression for carryCout= AB + Cin B + CinA

  • 8/10/2019 CM305.16E

    7/11

    CM305.16 7

    Example 1(continued )8. Draw logic circuit for getting sum and carry

    o o

    o o

    o

    o

    A

    B Sum

    cout

    cin

    The above diagram is logic circuit for the full adder

    Fig 1

  • 8/10/2019 CM305.16E

    8/11

    CM305.16 8

    Summary

    Steps to develop logic circuit for the given problem

    Analyse the given problem

    Draw the truth table for the given problem

    Write the Boolean expression for the above problem

    Minimise the Boolean expression

    Realise the Boolean expression

  • 8/10/2019 CM305.16E

    9/11

    CM305.16 9

    Quiz

    Which of the following is the first step in developing the

    logic circuit for the given problem

    1. Drawing logic circuit

    2. Writing Boolean expression

    3. Minimising Boolean expression

    4. Drawing truth table after analysing the problem

  • 8/10/2019 CM305.16E

    10/11

    CM305.16 10

    Frequently asked question in the exam

    Develop the logic circuit of full adder that adds three

    inputs at a time

  • 8/10/2019 CM305.16E

    11/11

    CM305.16 11

    Assignment

    Develop the logic circuit of 4:2 encoder