SlideShare a Scribd company logo
1 of 46
Dave’s Revision Notes
                        Gary Plimer 2008



APPLIED ELECTRONICS
      Outcome 3
APPLIED ELECTRONICS Outcome 3
                                                                          Gary Plimer 2008




                                           A M E R IC A N S Y M B O L S   B R IT IS H S Y M B O L S


BASIC LOGIC GATES                   NO T                                             1


There are seven different logic
                                    AND                                              &
gates; these are the NOT, AND,
OR, NAND, NOR, XOR and the
XNOR.
                                   NAND                                              &
The American and British symbols
are shown on the left.
                                     O R
In the course we will use the
American symbols.
                                   NO R
APPLIED ELECTRONICS Outcome 3
                                                                    Gary Plimer 2008




Truth Tables

The easiest way to represent how each gate behaves is to make use of Truth
Tables.

A Truth Table shows all possible combinations of inputs and outputs to a logic
gate.

                +Vcc
                                                         Input A   Input B

                                                           0         0

                                                           0         1
            INPUT A
                              OUTPUT                       1         0

          INPUT B                                          1         1


  In general, for n inputs there are 2n possible combinations of input states
  (and hence 2n lines in the truth table.)
APPLIED ELECTRONICS Outcome 3
                                                         Gary Plimer 2008




 Pupil Problems

 When is the output of an OR gate high ?
 When is the output of an AND gate high ?
 When is the output from an XOR gate high ?
  (‘X’ stands for exclusive)
 Why is the NOT gate sometimes called an ‘INVERTER’ ?
APPLIED ELECTRONICS Outcome 3
                                                              Gary Plimer 2008




Pupil Problems
 (1) Paper can be fed through a computer printer either by pressing the
     button on the printer (line feed) or by sending a signal from the
 computer.
       Which logic gate should be used for this operation ?


 (2) The motor in a washing machine should not operate until a high
 signal is sent from the control program and the water level in the
 drum is high enough.


       Which logic gate should be used for this operation ?
APPLIED ELECTRONICS Outcome 3
                                                                   Gary Plimer 2008




Pupil Problems
  (3)  To avoid accidents at times of poor visibility, a warning indicator in a
       car operates if the light level is too low (logic level 0) and the
  headlamps are switched off.
        Which logic gate should be used for this operation ?


  (4)   In the maternity unit of a hospital, the temperature and pulse rate of
        premature babies has to be continually monitored. A warning alarm
        should sound if either the temperature or the pulse rate of the baby
        falls too LOW.
        Which logic gate should be used for this operation ?
APPLIED ELECTRONICS Outcome 3
                                        Gary Plimer 2008




Combinational logic circuit analysis


                            REMOTE
                            BUTTON
Worked Example:
Produce a truth table for
the given circuit.          TV SET             CHANNEL
                            BUTTON              SELECT



                            TV ON/OFF
                             SWITCH
APPLIED ELECTRONICS Outcome 3
                                                                  Gary Plimer 2008




 Pupil Problems
 Produce a truth table for each of the following logic circuits

1)                                      2)




3)                                           4)
APPLIED ELECTRONICS Outcome 3
                                Gary Plimer 2008




Pupil Problems
APPLIED ELECTRONICS Outcome 3
                                                                            Gary Plimer 2008




 NAND Equivalent Circuits                             +Vcc
                                                       14    13   12   11    10       9         8

In practice, it is much easier and cheaper to
make NAND gates than any others, indeed
NAND gates were the first types of gate to be
developed into Integrated Circuits (IC's).

Frequently, a circuit will be made entirely from
NAND gates. Although it is possible to use             1     2    3    4     5       6          7
NOR gates as the basic logic unit, the industry                                                Gnd
standard is the NAND gate.                                                                     (0V)


The use of only one type of gate to make a
circuit often allows us to simplify the wiring of a
system and makes more efficient use of an
Integrated Circuit.
APPLIED ELECTRONICS Outcome 3
                                                     Gary Plimer 2008




     NAND GATE Equivalents
     Simulate each of the following circuits.
     What are they equivalent of?


1)                                              3)




2)                                              4)
APPLIED ELECTRONICS Outcome 3
                                                                              Gary Plimer 2008




    Converting to NAND’s

    As has previously been stated it is possible to make all logic circuits from
    NAND gates only.

    This section will examine a method for converting circuits that contain a
    number of different types of gates into one that uses NAND gates only.

                                                            AND
A
                                              A                           C         O R
                                                      1           2
                       C
        B                         Z                                           3




B
                       D
                                       =      B       4
                                                                      D
                                                                              5
                                                                                                 6   Z



                                                     NO T
APPLIED ELECTRONICS Outcome 3
                                                                Gary Plimer 2008




Pupil Problems
For each of the following logic circuits, redraw the NAND gate equivalent.



    1                                   2




   3                                    4
A


               APPLIED ELECTRONICS Outcome 3
                                                                         Gary Plimer 2008




    Boolean Algebra
    AND Operator
    The AND operation can be represented in Boolean notation by
    AB = Z
    The dot between the A and the B is read as AND.

    OR Operator
    The OR operation can be represented in Boolean notation by
    A+B = Z
    The + between the A and the B is read as OR.

    Inversion Operator
    The statement A = Z means that Z is not equal to A.
    The variable is read as A bar and usually means NOT A . The bar over the
    top of the variable changes it's value, or inverts it. This is known as the NOT
    operation.
APPLIED ELECTRONICS Outcome 3
                                                                                           Gary Plimer 2008




L O G IC S Y M B O L      BO O LEAN           D E S C R IP T IO N   TR U TH TA B LE
                       E X P R E S S IO N

       NO T
                                                                           A       Z
                             A = Z           NO T A EQ U ALS Z             0       1
                                                                           1       0




       AND                                                             A       B       Z
                                                                       0       0       0
                           A .B = Z         A AND B EQ U ALS Z         0       1       0
                                                                       1       0       0
                                                                       1       1       1


        O R                                                            A       B       Z
                                                                       0       0       0
                           A+B = Z          A O R B EQ UALS Z          0       1       1
                                                                       1       0       1
                                                                       1       1       1
APPLIED ELECTRONICS Outcome 3
                                                                                       Gary Plimer 2008




Pupil Problems
Write down the Boolean expression for each of the following logic gates
           a)                  b)                                 c)
                A                   A                                      A
                           Z                        Z                              Z
                B                       B                                  B




           d)                  e)                                f)
                A                                                          A
                       Z            A           Z                          B   Z
                B                                                          C




           g)                  h)                           i)
                A                           A                          A
                                            B                          B
                B      Z                                Z                      Z
                                            C                          C
                C                           D                          D
APPLIED ELECTRONICS Outcome 3
                                                           Gary Plimer 2008




 Deriving the Boolean expression for a circuit

1) Label the inputs
2) Write the Boolean expression after each output
3) Combine the expressions to give the output expression




 1                         2                        3
                                           A.B
  A                         A
         B                         B                        A.B
                                                                              (A.B) + B
     B                         B                             B

                                       B
APPLIED ELECTRONICS Outcome 3
                                                              Gary Plimer 2008




Pupil Problems
Write down the Boolean expression for each of the following logic gates

1
                                  3




2
                                  4
APPLIED ELECTRONICS Outcome 3
                                                                Gary Plimer 2008




Pupil Problems
Write down the Boolean expression for each of the following logic gates


 5                                       6




     7)   Draw a gating arrangement to illustrate   A.B+C = Z

     8)   Draw a logic diagram to yield B+C = D

     9)   Develop it to obtain A.D = Z

     10) Write a Boolean equation for the overall behavior
APPLIED ELECTRONICS Outcome 3
                                                              Gary Plimer 2008




Pupil Problems
Write down the Boolean expression for each of the following logic gates


  11                           12
APPLIED ELECTRONICS Outcome 3
                                                                 Gary Plimer 2008




Pupil Problems
 13) For each pair of circuits shown below:

 a)  Write a Boolean expression for each of these circuits;
 b)  By constructing a truth table for each of them, show that they are
    equivalent;
 c) Draw the equivalent arrangements using only 2-input NAND gates.
APPLIED ELECTRONICS Outcome 3
                                Gary Plimer 2008




Pupil Problems Cont.
APPLIED ELECTRONICS Outcome 3
                                                     Gary Plimer 2008




Deriving Boolean expressions from Truth Tables



                                        A B      Z


   Your teacher will work through       0   0    1
   the stages of producing a            0   1    0
   Boolean expression from this
   table.                               1   0    1

                                        1   1    1
APPLIED ELECTRONICS Outcome 3
                                                                Gary Plimer 2008




Pupil Problems
 Derive the Boolean expression for the following truth tables


   A B                 Z                            A   B   C            Z
                                                    0   0   0          0
   0   0               0                            0   0   1        0
                                                    0   1   0        1
   0   1               1
                                                    0   1   1          1
                                                    1   0   0          0
   1   0               1
                                                    1   0   1          1

   1   1               0                            1   1   0          0
                                                    1   1   1        1
APPLIED ELECTRONICS Outcome 3
                                                Gary Plimer 2008




Pupil Problems
                                    A   B   C           Z

                                    0   0   0       0

   Develop a Boolean equation and   0   0   1       1
   draw a logic circuit diagram
                                    0   1   0      1
   containing AND, OR and NOT
   gates to yield the truth table   0   1   1       0

   shown.                           1   0   0       1

                                    1   0   1       0

                                    1   1   0       0

                                    1   1   1      0
APPLIED ELECTRONICS Outcome 3
                                                                 Gary Plimer 2008




Designing logic circuits from Boolean equations



           A • B + A• B + A• B = Z

     1) Draw inputs
     2) Consider 1st term             Your teacher will work through
                                      the solution to this problem
     3) Consider 2nd term
     4) Consider 3rd term
     5) Combine terms
APPLIED ELECTRONICS Outcome 3
                                                                     Gary Plimer 2008




For each of the following Boolean expressions draw a logic diagram


     A+ A• B = Z

     A+ B +C = Z


     A• B + A•C = Z


     A• B + A •C + B•C = Z


     A• B•C + D• E + F •G
APPLIED ELECTRONICS Outcome 3
                                                                       Gary Plimer 2008




Combinational Logic Circuit Design


When designing a system to suit a need you should proceed in the following
  order.

1)  Describe the problem clearly in words.
2)  Write out a Truth Table for the system.
3)  Derive the Boolean expression from the Truth Table.
4)  Simplify this expression if possible.
5)  Draw a logic circuit diagram for the system using AND, OR and NOT
   gates.
6) Convert the circuit to NAND gates only.


It is entirely possible that not every problem will require all of these steps to
     be followed, however this will be a useful guide for most.
APPLIED ELECTRONICS Outcome 3
                                                                              Gary Plimer 2008




  Worked Example

The temperature in a manufacturing process is critical. A sensor is used to detect
overheating. The sensor normally records a 0 logic level, but when it overheats it
records a logic level 1.
The signals are detected on a control panel. On the control panel, under normal
conditions, a green light is on. If the temperature gets too high the green light goes
off and a red light comes on and a warning bell sounds.
The engineer has a switch to cut out the bell, but leaving the red light on. The switch
is used when the engineer has noticed the fault on the panel.


Describe the problem clearly in words.
Let the temperature sensor be input A and the fault acknowledge switch as input B.
Green light is on if:          A is 0 AND B is 0
           OR         A is 0 AND B is 1
The second condition occurs if the engineer acknowledges a fault when there is no
    fault.
The bell rings when:           A is 1 AND B is 0
The red light is on when:      A is 1 AND B is 0
           OR         A is 1 AND B is 1
APPLIED ELECTRONICS Outcome 3
                                                                            Gary Plimer 2008




                                                      Inputs   green    red        alarm
Write out a Truth Table for the system.               A B      light   light        bell



                                                      0   0     1       0             0

                                                      0   1     1       0             0

                                                      1   0     0       1             1

                                                      1   1     0       1             0
 Inputs   green          red           alarm
 A B      light         light           bell

 0   0     1             0              0
                  A•B

 0   1     1
                  A•B
                         0              0             Write out the Boolean
                                                      expression
 1   0     0             1              1
                                A• B           A• B

 1   1     0             1              0
                                A• B
APPLIED ELECTRONICS Outcome 3
                                                                             Gary Plimer 2008




                              A
  A                                R E D L IG H T
                                                        Draw logic circuit
                       A
                                  G R E E N L IG H T



                       A .B
                                      ALARM
  B
             B



                                                    A                               RED




                                                                                   G REEN
          Convert to NANDs

                                                                                    ALARM
                                                    B
These circuits have been
simplified. Yours may contain
more gates!!
APPLIED ELECTRONICS Outcome 3
                                                                      Gary Plimer 2008




Pupil Problems

1)   An electric guillotine must be adequately guarded. In order to safeguard
     the operator the machine has two switches, A and B, set about one metre
     apart, both of which need to be pressed before the machine will operate.


     Design a logic circuit that will give a green light if, both switches are not
     pressed and both switches are pressed. If only one switch is pressed a
     red light should come on.


     Assume that the switches return a 0 when not pressed and a 1 when
     pressed.
APPLIED ELECTRONICS Outcome 3
                                                                       Gary Plimer 2008




Pupil Problems
2)
     A given logic circuit has two logic inputs A and B. It is required to
     produce two logic outputs X and Y according to the following rules:

     1. X is to be at logic 1 if (A OR B) but NOT (A AND B) are at logic 1.
     2. Y is to be at logic 1 if (A AND B) but NOT (A OR B) are at logic 1.

     Use the previous method to design an appropriate logic circuit.
APPLIED ELECTRONICS Outcome 3
                                                                         Gary Plimer 2008




 Pupil Problems
3)
     A garage door is operated by a motor which is controlled by three switches.
        The motor runs either:

        When a pressure pad switch A, in the drive is closed and a light
        dependent resistor switching circuit, B, is simultaneously activated by
             the car’s headlights
        or

        When the keyswitch, C, in the garage door is operated.

     Prepare a truth table for all possible combinations of switching conditions for
        switched A, B and C. Take switch open as logic 0.
     From the truth table, prepare a logic diagram using the least number of gates.
     Redesign your circuit to use only 2-input NAND gates.
APPLIED ELECTRONICS Outcome 3
                                                                         Gary Plimer 2008




 Pupil Problems
4)   A domestic burglar alarm system is designed such that a bell will operate
         when the power switch is closed and a pressure switch under a
         carpet is closed or a switch is opened as a window is lifted.

     Assuming all switches to be logic state zero (0) when open
     Draw a logic diagram for the design, allocating capital letters to the
         inputs to each gate and to the output to the bell.

     Prepare a truth table for the design. Your table must be headed by the
         appropriate letters

         Show by use of a logic diagrams how you wouldmodify or combine
         3-input NAND gates to provide AND and OR gates.
APPLIED ELECTRONICS Outcome 3
                                                                    Gary Plimer 2008




Pupil Problems
The diagram below shows part of an industrial control system having three inputs
A, B and C with an output G.




a)How many different input conditions are possible in this system ?
b)What is the function of gates A and C ?
c)Complete a truth table including columns which show the states of D, E, F and G.
d)Why is the design made up entirely of NAND gates ?
e)Give an alternative design using 3-input AND and OR gates.
APPLIED ELECTRONICS Outcome 3
                                                                                         Gary Plimer 2008




Integrated Circuits


 Advantages of Integrated Circuits:

 Integrated circuits have the following
     advantages over         discrete                       +V cc
                                                             14     13   12     11   10       9     8
                                             NO TCH
     components.                          IN D IC A T E S
                                               TO P                                                         P L A S T IC
                                                                                                              CASE

 1) They are smaller and lighter.              DO T                           7400
 2) They are cheaper than discrete        IN D IC A T E S
                                              P IN 1
    components due to manufacturing                           1     2    3      4    5        6     7

    techniques and scale of integration                                                            0V


    (the number of components on
    each chip).                               Main families of IC
 3) More reliable and easier to replace
                                              1) CMOS
                                              2) TTL
APPLIED ELECTRONICS Outcome 3
                                                                Gary Plimer 2008




CMOS - Advantages
The main advantage of CMOS devices is that they will operate on any d.c.
   voltage in the range 3V-15V (18V max).
They have a low current drain, usually in the order of a few microamps.
They have low power consumption.
They have a high FAN OUT, usually in the order of 50 (the ability of the
   output of a gate to drive a number of similar inputs to other gates).
CMOS has very good noise immunity.

CMOS - Disadvantages
The major disadvantage of CMOS is it's slower switching speed, usually in
   the order of 2 to 4 MHz. (4 x 106 switches per second)
CMOS devices can easily be destroyed by static electricity (in order to
   protect them from static, when in use, all unused inputs should be
   connected to either the zero volt line or the positive line).
APPLIED ELECTRONICS Outcome 3
                                                                 Gary Plimer 2008




TTL - Advantages
The major advantage of TTL devices is their high switching speeds,
   usually in the order of 50 MHz (50 x 106 switches per second)
No damage is done to TTL devices if inputs are left unconnected.
   (Such inputs will set to +5V )


TTL - Disadvantages
TTL devices are much less flexible in terms of their operating
   conditions than corresponding CMOS devices.
Requires a stabilised voltage supply in the range +5V + or - 0.25V
   (usually expensive).
The fan out is 10.
Higher power consumption than CMOS devices.
High current drain, usually in the order of a few milliamps.
APPLIED ELECTRONICS Outcome 3
                                                                      Gary Plimer 2008




Identifying Integrated Circuits

The pin diagram for a 7408 TTL logic gate is shown below.




   +Vcc                                  The 7408 IC is described as a quad
    14    13   12   11   10   9    8
                                         two-input AND gate device.

                                         The quad part indicates how many
                                         gates of the type are on the device
    1     2    3    4    5    6    7
                                         and the two-input part refers to the fact
                                  Gnd    that each AND gate has two inputs.
                                  (0V)
APPLIED ELECTRONICS Outcome 3
                                                    Gary Plimer 2008




Pupil Problems


   Which IC's would be required to construct   a)
     the following circuits.



                                               b)




                                               c)
APPLIED ELECTRONICS Outcome 3
                                                                                 Gary Plimer 2008




Pin Out Diagrams
                                         INPUT A
                                         INPUT B                                   OUTPUT




        14   13   12   11   10   9   8     14   13   12   11   10     9      8




        1    2    3    4    5    6   7     1    2    3    4    5      6      7



        INPUT A                                                     OUTPUT


        INPUT B
APPLIED ELECTRONICS Outcome 3
                                                                                             Gary Plimer 2008




Pupil Problems

1)   The following circuit contains a 7404 and a 7400 IC.
     By referring to pin diagrams, draw the corresponding logic circuit.



                  14   13   12   11   10   9   8   14   13   12   11   10   9   8




                            7404                             7400
                  1    2    3    4    5    6   7   1    2    3    4    5    6   7


             A

             B                                                                      OUTPUT
APPLIED ELECTRONICS Outcome 3
                                                                                                     Gary Plimer 2008




Draw the corresponding logic diagram
for the circuit shown below.


                                                                14   13   12   11   10   9   8




                                                                          7400
                                                                1    2    3    4    5    6   7

                                                                                                 O UTPUT
                           C

                               14   13   12   11   10   9   8   14   13   12   11   10   9   8




                                         7404                             7432
                               1    2    3    4    5    6   7   1    2    3    4    5    6   7


                       A
                       B
APPLIED ELECTRONICS Outcome 3
                                                                       Gary Plimer 2008




Pupil Problems
The guard on a machine must be in place before the machine will operate.
A push switch is ON when the guard is in place. If the machine is switched
ON when the guard is not in place, it will not operate and an alarm will
sound.

                                                       Inputs           Outputs
        Write Boolean expressions for               guard             alarm
                                                         machine          machine
         the two HIGH output states.
        Draw a logic diagram for the            0            0    0            0

         circuit.                                0            1    1            0

        Use a circuit simulation package        1            0    0            0

                (e.g. ‘Croc clips’) to check     1            1    0            1

         that your        circuit is correct.
        Draw a wiring diagram for the
         circuit          using a 7404 and
         a 7408 IC.
APPLIED ELECTRONICS Outcome 3
                                                                    Gary Plimer 2008




A latch circuit is used when we wish the output signal to remain HIGH even
when the actuating input signal returns to its original value, e.g. when a burglar
alarm is set off, it should keep going until it is reset (either manually or by a
timer) even if the burglar is no longer there.
A latch can be constructed as shown below.



                    B

                                             O UTPUT
                            A




Draw the equivalent circuit using only NAND gates.

More Related Content

What's hot

Common Emitter circuit
Common Emitter circuitCommon Emitter circuit
Common Emitter circuitMahoneyKadir
 
Electronic Devices and Circuits Manual
Electronic Devices and Circuits ManualElectronic Devices and Circuits Manual
Electronic Devices and Circuits ManualShashank Thawkar
 
EC 2 lab manual with circulits
EC 2 lab manual with circulitsEC 2 lab manual with circulits
EC 2 lab manual with circulitsMurugan Dhandapani
 
Lic lab manual
Lic lab manualLic lab manual
Lic lab manualAJAL A J
 
Operational Amplifier Basics
Operational Amplifier BasicsOperational Amplifier Basics
Operational Amplifier BasicsUshaRani289
 
Regions of operation of bjt and mosfet
Regions of operation of bjt and mosfetRegions of operation of bjt and mosfet
Regions of operation of bjt and mosfetMahoneyKadir
 
Ee321 lab expt 7_negative_feedback_in_ amplifiers
Ee321 lab expt 7_negative_feedback_in_ amplifiersEe321 lab expt 7_negative_feedback_in_ amplifiers
Ee321 lab expt 7_negative_feedback_in_ amplifierssagarchawla76
 
Valladolid, charles edison
Valladolid, charles edisonValladolid, charles edison
Valladolid, charles edisonSarah Krystelle
 
Unit-I Characteristics of opamp
Unit-I Characteristics of opampUnit-I Characteristics of opamp
Unit-I Characteristics of opampDr.Raja R
 
Basic of an OP-AMP
Basic of an OP-AMPBasic of an OP-AMP
Basic of an OP-AMPsahed dewan
 
Bipolar Junction Transistor
Bipolar Junction TransistorBipolar Junction Transistor
Bipolar Junction TransistorYong Heui Cho
 
Field Effect Transistor
Field Effect TransistorField Effect Transistor
Field Effect TransistorYong Heui Cho
 

What's hot (20)

Ec ii lab manual
Ec ii lab manualEc ii lab manual
Ec ii lab manual
 
Common Emitter circuit
Common Emitter circuitCommon Emitter circuit
Common Emitter circuit
 
Electronic Devices and Circuits Manual
Electronic Devices and Circuits ManualElectronic Devices and Circuits Manual
Electronic Devices and Circuits Manual
 
EC 2 lab manual with circulits
EC 2 lab manual with circulitsEC 2 lab manual with circulits
EC 2 lab manual with circulits
 
Lic lab manual
Lic lab manualLic lab manual
Lic lab manual
 
Operational Amplifier Basics
Operational Amplifier BasicsOperational Amplifier Basics
Operational Amplifier Basics
 
Regions of operation of bjt and mosfet
Regions of operation of bjt and mosfetRegions of operation of bjt and mosfet
Regions of operation of bjt and mosfet
 
Ee321 lab expt 7_negative_feedback_in_ amplifiers
Ee321 lab expt 7_negative_feedback_in_ amplifiersEe321 lab expt 7_negative_feedback_in_ amplifiers
Ee321 lab expt 7_negative_feedback_in_ amplifiers
 
2 op-amp concepts
2 op-amp concepts2 op-amp concepts
2 op-amp concepts
 
Valladolid, charles edison
Valladolid, charles edisonValladolid, charles edison
Valladolid, charles edison
 
Lic lab manual 1
Lic lab manual 1Lic lab manual 1
Lic lab manual 1
 
Ec 2-simulation-lab
Ec 2-simulation-labEc 2-simulation-lab
Ec 2-simulation-lab
 
Unit-I Characteristics of opamp
Unit-I Characteristics of opampUnit-I Characteristics of opamp
Unit-I Characteristics of opamp
 
Tda8511 j
Tda8511 jTda8511 j
Tda8511 j
 
Basic of an OP-AMP
Basic of an OP-AMPBasic of an OP-AMP
Basic of an OP-AMP
 
Bipolar Junction Transistor
Bipolar Junction TransistorBipolar Junction Transistor
Bipolar Junction Transistor
 
Operational Amplifier + Active Filters
Operational Amplifier + Active FiltersOperational Amplifier + Active Filters
Operational Amplifier + Active Filters
 
Ccfl
CcflCcfl
Ccfl
 
Field Effect Transistor
Field Effect TransistorField Effect Transistor
Field Effect Transistor
 
75
7575
75
 

Viewers also liked

Structures outcome-4
Structures outcome-4Structures outcome-4
Structures outcome-4doovood
 
Logicout3
Logicout3Logicout3
Logicout3doovood
 
Structures outcome-3
Structures outcome-3Structures outcome-3
Structures outcome-3doovood
 
Programmable systems-outcome-34
Programmable systems-outcome-34Programmable systems-outcome-34
Programmable systems-outcome-34doovood
 
Programmable systems-outcome-12
Programmable systems-outcome-12Programmable systems-outcome-12
Programmable systems-outcome-12doovood
 
Basics Electronics Engineering ppt.
Basics Electronics Engineering ppt.Basics Electronics Engineering ppt.
Basics Electronics Engineering ppt.PRINCE SHARMA
 
Cbse class 10th electricity
Cbse class 10th electricityCbse class 10th electricity
Cbse class 10th electricityshinchanindia
 
class 10 chapter 12 - Electricity
class 10 chapter 12 - Electricityclass 10 chapter 12 - Electricity
class 10 chapter 12 - ElectricityUttam Kumar
 
ppt on Introduction to basic electrical concept by harshid panchal
ppt on Introduction to basic electrical concept by harshid panchalppt on Introduction to basic electrical concept by harshid panchal
ppt on Introduction to basic electrical concept by harshid panchalharshid panchal
 
Electric Circuits Ppt Slides
Electric Circuits Ppt SlidesElectric Circuits Ppt Slides
Electric Circuits Ppt Slidesguest5e66ab3
 
Electrical Engineering Presentation
Electrical Engineering PresentationElectrical Engineering Presentation
Electrical Engineering Presentationjoe2002
 
Introducing Electricity
Introducing  ElectricityIntroducing  Electricity
Introducing Electricityscotfuture
 
Electricity (ppt)
Electricity (ppt)Electricity (ppt)
Electricity (ppt)Stanley Ang
 

Viewers also liked (16)

Structures outcome-4
Structures outcome-4Structures outcome-4
Structures outcome-4
 
Logicout3
Logicout3Logicout3
Logicout3
 
Structures outcome-3
Structures outcome-3Structures outcome-3
Structures outcome-3
 
Programmable systems-outcome-34
Programmable systems-outcome-34Programmable systems-outcome-34
Programmable systems-outcome-34
 
Programmable systems-outcome-12
Programmable systems-outcome-12Programmable systems-outcome-12
Programmable systems-outcome-12
 
Basics Electronics Engineering ppt.
Basics Electronics Engineering ppt.Basics Electronics Engineering ppt.
Basics Electronics Engineering ppt.
 
Cbse class 10th electricity
Cbse class 10th electricityCbse class 10th electricity
Cbse class 10th electricity
 
class 10 chapter 12 - Electricity
class 10 chapter 12 - Electricityclass 10 chapter 12 - Electricity
class 10 chapter 12 - Electricity
 
ppt on Introduction to basic electrical concept by harshid panchal
ppt on Introduction to basic electrical concept by harshid panchalppt on Introduction to basic electrical concept by harshid panchal
ppt on Introduction to basic electrical concept by harshid panchal
 
Electric Circuits Ppt Slides
Electric Circuits Ppt SlidesElectric Circuits Ppt Slides
Electric Circuits Ppt Slides
 
Electrical Engineering Presentation
Electrical Engineering PresentationElectrical Engineering Presentation
Electrical Engineering Presentation
 
Electrical car ppt
Electrical car pptElectrical car ppt
Electrical car ppt
 
Introducing Electricity
Introducing  ElectricityIntroducing  Electricity
Introducing Electricity
 
Electric circuits
Electric circuitsElectric circuits
Electric circuits
 
Eee ppt
Eee pptEee ppt
Eee ppt
 
Electricity (ppt)
Electricity (ppt)Electricity (ppt)
Electricity (ppt)
 

Similar to Applied electronics-outcome-3

Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Jikrul Sayeed
 
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...sanjay kumar pediredla
 
Find all hazards in this circuit. Redesign the circuit as a three-le.pdf
Find all hazards in this circuit.  Redesign the circuit as a three-le.pdfFind all hazards in this circuit.  Redesign the circuit as a three-le.pdf
Find all hazards in this circuit. Redesign the circuit as a three-le.pdfArrowdeepak
 
Ecet 105 Education Specialist -snaptutorial.com
Ecet 105   Education Specialist -snaptutorial.comEcet 105   Education Specialist -snaptutorial.com
Ecet 105 Education Specialist -snaptutorial.comDavisMurphyC39
 
Digital clock workshop
Digital clock workshopDigital clock workshop
Digital clock workshopKedarv
 
Ee2 chapter3 basic_logicgates
Ee2 chapter3 basic_logicgatesEe2 chapter3 basic_logicgates
Ee2 chapter3 basic_logicgatesCK Yang
 
Simplification of Circuits.pdf
Simplification of Circuits.pdfSimplification of Circuits.pdf
Simplification of Circuits.pdfMaryJacob24
 
A review on reversible logic gates and their implementation
A review on reversible logic gates and their implementationA review on reversible logic gates and their implementation
A review on reversible logic gates and their implementationDebraj Maji
 
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...moiz89
 
Digital electronics lab
Digital electronics labDigital electronics lab
Digital electronics labswatymanoja
 
Chapter 2 Operational Amplifier.pptx
Chapter 2 Operational Amplifier.pptxChapter 2 Operational Amplifier.pptx
Chapter 2 Operational Amplifier.pptxssuserdee4d8
 
Digital Logic Design basic gate and Logic Probe
Digital Logic Design basic gate and Logic ProbeDigital Logic Design basic gate and Logic Probe
Digital Logic Design basic gate and Logic ProbeAQCreations
 

Similar to Applied electronics-outcome-3 (20)

Deld lab manual
Deld lab manualDeld lab manual
Deld lab manual
 
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
 
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT  VALUE WITH COST ANAL...
DESIGN OF CIRCUIT DEBITS THE GIVEN VALUE TO THE DEFAULT VALUE WITH COST ANAL...
 
Lab no 4
Lab no 4Lab no 4
Lab no 4
 
LOGIC GATES
LOGIC GATESLOGIC GATES
LOGIC GATES
 
Find all hazards in this circuit. Redesign the circuit as a three-le.pdf
Find all hazards in this circuit.  Redesign the circuit as a three-le.pdfFind all hazards in this circuit.  Redesign the circuit as a three-le.pdf
Find all hazards in this circuit. Redesign the circuit as a three-le.pdf
 
Ecet 105 Education Specialist -snaptutorial.com
Ecet 105   Education Specialist -snaptutorial.comEcet 105   Education Specialist -snaptutorial.com
Ecet 105 Education Specialist -snaptutorial.com
 
Lecture 5
Lecture 5Lecture 5
Lecture 5
 
Digital clock workshop
Digital clock workshopDigital clock workshop
Digital clock workshop
 
Ee2 chapter3 basic_logicgates
Ee2 chapter3 basic_logicgatesEe2 chapter3 basic_logicgates
Ee2 chapter3 basic_logicgates
 
De lab manual
De lab manualDe lab manual
De lab manual
 
Unit 3.1
Unit 3.1Unit 3.1
Unit 3.1
 
Simplification of Circuits.pdf
Simplification of Circuits.pdfSimplification of Circuits.pdf
Simplification of Circuits.pdf
 
ECAD lab manual
ECAD lab manualECAD lab manual
ECAD lab manual
 
2th year iv sem de lab manual
2th year iv sem de lab manual2th year iv sem de lab manual
2th year iv sem de lab manual
 
A review on reversible logic gates and their implementation
A review on reversible logic gates and their implementationA review on reversible logic gates and their implementation
A review on reversible logic gates and their implementation
 
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENER...
 
Digital electronics lab
Digital electronics labDigital electronics lab
Digital electronics lab
 
Chapter 2 Operational Amplifier.pptx
Chapter 2 Operational Amplifier.pptxChapter 2 Operational Amplifier.pptx
Chapter 2 Operational Amplifier.pptx
 
Digital Logic Design basic gate and Logic Probe
Digital Logic Design basic gate and Logic ProbeDigital Logic Design basic gate and Logic Probe
Digital Logic Design basic gate and Logic Probe
 

Applied electronics-outcome-3

  • 1. Dave’s Revision Notes Gary Plimer 2008 APPLIED ELECTRONICS Outcome 3
  • 2. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 A M E R IC A N S Y M B O L S B R IT IS H S Y M B O L S BASIC LOGIC GATES NO T 1 There are seven different logic AND & gates; these are the NOT, AND, OR, NAND, NOR, XOR and the XNOR. NAND & The American and British symbols are shown on the left. O R In the course we will use the American symbols. NO R
  • 3. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Truth Tables The easiest way to represent how each gate behaves is to make use of Truth Tables. A Truth Table shows all possible combinations of inputs and outputs to a logic gate. +Vcc Input A Input B 0 0 0 1 INPUT A OUTPUT 1 0 INPUT B 1 1 In general, for n inputs there are 2n possible combinations of input states (and hence 2n lines in the truth table.)
  • 4. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems  When is the output of an OR gate high ?  When is the output of an AND gate high ?  When is the output from an XOR gate high ? (‘X’ stands for exclusive)  Why is the NOT gate sometimes called an ‘INVERTER’ ?
  • 5. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems (1) Paper can be fed through a computer printer either by pressing the button on the printer (line feed) or by sending a signal from the computer. Which logic gate should be used for this operation ? (2) The motor in a washing machine should not operate until a high signal is sent from the control program and the water level in the drum is high enough. Which logic gate should be used for this operation ?
  • 6. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems (3) To avoid accidents at times of poor visibility, a warning indicator in a car operates if the light level is too low (logic level 0) and the headlamps are switched off. Which logic gate should be used for this operation ? (4) In the maternity unit of a hospital, the temperature and pulse rate of premature babies has to be continually monitored. A warning alarm should sound if either the temperature or the pulse rate of the baby falls too LOW. Which logic gate should be used for this operation ?
  • 7. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Combinational logic circuit analysis REMOTE BUTTON Worked Example: Produce a truth table for the given circuit. TV SET CHANNEL BUTTON SELECT TV ON/OFF SWITCH
  • 8. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems Produce a truth table for each of the following logic circuits 1) 2) 3) 4)
  • 9. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems
  • 10. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 NAND Equivalent Circuits +Vcc 14 13 12 11 10 9 8 In practice, it is much easier and cheaper to make NAND gates than any others, indeed NAND gates were the first types of gate to be developed into Integrated Circuits (IC's). Frequently, a circuit will be made entirely from NAND gates. Although it is possible to use 1 2 3 4 5 6 7 NOR gates as the basic logic unit, the industry Gnd standard is the NAND gate. (0V) The use of only one type of gate to make a circuit often allows us to simplify the wiring of a system and makes more efficient use of an Integrated Circuit.
  • 11. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 NAND GATE Equivalents Simulate each of the following circuits. What are they equivalent of? 1) 3) 2) 4)
  • 12. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Converting to NAND’s As has previously been stated it is possible to make all logic circuits from NAND gates only. This section will examine a method for converting circuits that contain a number of different types of gates into one that uses NAND gates only. AND A A C O R 1 2 C B Z 3 B D = B 4 D 5 6 Z NO T
  • 13. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems For each of the following logic circuits, redraw the NAND gate equivalent. 1 2 3 4
  • 14. A APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Boolean Algebra AND Operator The AND operation can be represented in Boolean notation by AB = Z The dot between the A and the B is read as AND. OR Operator The OR operation can be represented in Boolean notation by A+B = Z The + between the A and the B is read as OR. Inversion Operator The statement A = Z means that Z is not equal to A. The variable is read as A bar and usually means NOT A . The bar over the top of the variable changes it's value, or inverts it. This is known as the NOT operation.
  • 15. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 L O G IC S Y M B O L BO O LEAN D E S C R IP T IO N TR U TH TA B LE E X P R E S S IO N NO T A Z A = Z NO T A EQ U ALS Z 0 1 1 0 AND A B Z 0 0 0 A .B = Z A AND B EQ U ALS Z 0 1 0 1 0 0 1 1 1 O R A B Z 0 0 0 A+B = Z A O R B EQ UALS Z 0 1 1 1 0 1 1 1 1
  • 16. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems Write down the Boolean expression for each of the following logic gates a) b) c) A A A Z Z Z B B B d) e) f) A A Z A Z B Z B C g) h) i) A A A B B B Z Z Z C C C D D
  • 17. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Deriving the Boolean expression for a circuit 1) Label the inputs 2) Write the Boolean expression after each output 3) Combine the expressions to give the output expression 1 2 3 A.B A A B B A.B (A.B) + B B B B B
  • 18. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems Write down the Boolean expression for each of the following logic gates 1 3 2 4
  • 19. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems Write down the Boolean expression for each of the following logic gates 5 6 7) Draw a gating arrangement to illustrate A.B+C = Z 8) Draw a logic diagram to yield B+C = D 9) Develop it to obtain A.D = Z 10) Write a Boolean equation for the overall behavior
  • 20. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems Write down the Boolean expression for each of the following logic gates 11 12
  • 21. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems 13) For each pair of circuits shown below: a) Write a Boolean expression for each of these circuits; b) By constructing a truth table for each of them, show that they are equivalent; c) Draw the equivalent arrangements using only 2-input NAND gates.
  • 22. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems Cont.
  • 23. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Deriving Boolean expressions from Truth Tables A B Z Your teacher will work through 0 0 1 the stages of producing a 0 1 0 Boolean expression from this table. 1 0 1 1 1 1
  • 24. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems Derive the Boolean expression for the following truth tables A B Z A B C Z 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 1 1 1 1 0 0 0 1 0 1 1 0 1 1 1 1 0 1 1 0 0 1 1 1 1
  • 25. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems A B C Z 0 0 0 0 Develop a Boolean equation and 0 0 1 1 draw a logic circuit diagram 0 1 0 1 containing AND, OR and NOT gates to yield the truth table 0 1 1 0 shown. 1 0 0 1 1 0 1 0 1 1 0 0 1 1 1 0
  • 26. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Designing logic circuits from Boolean equations A • B + A• B + A• B = Z 1) Draw inputs 2) Consider 1st term Your teacher will work through the solution to this problem 3) Consider 2nd term 4) Consider 3rd term 5) Combine terms
  • 27. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 For each of the following Boolean expressions draw a logic diagram A+ A• B = Z A+ B +C = Z A• B + A•C = Z A• B + A •C + B•C = Z A• B•C + D• E + F •G
  • 28. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Combinational Logic Circuit Design When designing a system to suit a need you should proceed in the following order. 1) Describe the problem clearly in words. 2) Write out a Truth Table for the system. 3) Derive the Boolean expression from the Truth Table. 4) Simplify this expression if possible. 5) Draw a logic circuit diagram for the system using AND, OR and NOT gates. 6) Convert the circuit to NAND gates only. It is entirely possible that not every problem will require all of these steps to be followed, however this will be a useful guide for most.
  • 29. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Worked Example The temperature in a manufacturing process is critical. A sensor is used to detect overheating. The sensor normally records a 0 logic level, but when it overheats it records a logic level 1. The signals are detected on a control panel. On the control panel, under normal conditions, a green light is on. If the temperature gets too high the green light goes off and a red light comes on and a warning bell sounds. The engineer has a switch to cut out the bell, but leaving the red light on. The switch is used when the engineer has noticed the fault on the panel. Describe the problem clearly in words. Let the temperature sensor be input A and the fault acknowledge switch as input B. Green light is on if: A is 0 AND B is 0 OR A is 0 AND B is 1 The second condition occurs if the engineer acknowledges a fault when there is no fault. The bell rings when: A is 1 AND B is 0 The red light is on when: A is 1 AND B is 0 OR A is 1 AND B is 1
  • 30. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Inputs green red alarm Write out a Truth Table for the system. A B light light bell 0 0 1 0 0 0 1 1 0 0 1 0 0 1 1 1 1 0 1 0 Inputs green red alarm A B light light bell 0 0 1 0 0 A•B 0 1 1 A•B 0 0 Write out the Boolean expression 1 0 0 1 1 A• B A• B 1 1 0 1 0 A• B
  • 31. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 A A R E D L IG H T Draw logic circuit A G R E E N L IG H T A .B ALARM B B A RED G REEN Convert to NANDs ALARM B These circuits have been simplified. Yours may contain more gates!!
  • 32. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems 1) An electric guillotine must be adequately guarded. In order to safeguard the operator the machine has two switches, A and B, set about one metre apart, both of which need to be pressed before the machine will operate. Design a logic circuit that will give a green light if, both switches are not pressed and both switches are pressed. If only one switch is pressed a red light should come on. Assume that the switches return a 0 when not pressed and a 1 when pressed.
  • 33. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems 2) A given logic circuit has two logic inputs A and B. It is required to produce two logic outputs X and Y according to the following rules: 1. X is to be at logic 1 if (A OR B) but NOT (A AND B) are at logic 1. 2. Y is to be at logic 1 if (A AND B) but NOT (A OR B) are at logic 1. Use the previous method to design an appropriate logic circuit.
  • 34. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems 3) A garage door is operated by a motor which is controlled by three switches. The motor runs either: When a pressure pad switch A, in the drive is closed and a light dependent resistor switching circuit, B, is simultaneously activated by the car’s headlights or When the keyswitch, C, in the garage door is operated. Prepare a truth table for all possible combinations of switching conditions for switched A, B and C. Take switch open as logic 0. From the truth table, prepare a logic diagram using the least number of gates. Redesign your circuit to use only 2-input NAND gates.
  • 35. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems 4) A domestic burglar alarm system is designed such that a bell will operate when the power switch is closed and a pressure switch under a carpet is closed or a switch is opened as a window is lifted. Assuming all switches to be logic state zero (0) when open Draw a logic diagram for the design, allocating capital letters to the inputs to each gate and to the output to the bell. Prepare a truth table for the design. Your table must be headed by the appropriate letters Show by use of a logic diagrams how you wouldmodify or combine 3-input NAND gates to provide AND and OR gates.
  • 36. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems The diagram below shows part of an industrial control system having three inputs A, B and C with an output G. a)How many different input conditions are possible in this system ? b)What is the function of gates A and C ? c)Complete a truth table including columns which show the states of D, E, F and G. d)Why is the design made up entirely of NAND gates ? e)Give an alternative design using 3-input AND and OR gates.
  • 37. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Integrated Circuits Advantages of Integrated Circuits: Integrated circuits have the following advantages over discrete +V cc 14 13 12 11 10 9 8 NO TCH components. IN D IC A T E S TO P P L A S T IC CASE 1) They are smaller and lighter. DO T 7400 2) They are cheaper than discrete IN D IC A T E S P IN 1 components due to manufacturing 1 2 3 4 5 6 7 techniques and scale of integration 0V (the number of components on each chip). Main families of IC 3) More reliable and easier to replace 1) CMOS 2) TTL
  • 38. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 CMOS - Advantages The main advantage of CMOS devices is that they will operate on any d.c. voltage in the range 3V-15V (18V max). They have a low current drain, usually in the order of a few microamps. They have low power consumption. They have a high FAN OUT, usually in the order of 50 (the ability of the output of a gate to drive a number of similar inputs to other gates). CMOS has very good noise immunity. CMOS - Disadvantages The major disadvantage of CMOS is it's slower switching speed, usually in the order of 2 to 4 MHz. (4 x 106 switches per second) CMOS devices can easily be destroyed by static electricity (in order to protect them from static, when in use, all unused inputs should be connected to either the zero volt line or the positive line).
  • 39. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 TTL - Advantages The major advantage of TTL devices is their high switching speeds, usually in the order of 50 MHz (50 x 106 switches per second) No damage is done to TTL devices if inputs are left unconnected. (Such inputs will set to +5V ) TTL - Disadvantages TTL devices are much less flexible in terms of their operating conditions than corresponding CMOS devices. Requires a stabilised voltage supply in the range +5V + or - 0.25V (usually expensive). The fan out is 10. Higher power consumption than CMOS devices. High current drain, usually in the order of a few milliamps.
  • 40. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Identifying Integrated Circuits The pin diagram for a 7408 TTL logic gate is shown below. +Vcc The 7408 IC is described as a quad 14 13 12 11 10 9 8 two-input AND gate device. The quad part indicates how many gates of the type are on the device 1 2 3 4 5 6 7 and the two-input part refers to the fact Gnd that each AND gate has two inputs. (0V)
  • 41. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems Which IC's would be required to construct a) the following circuits. b) c)
  • 42. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pin Out Diagrams INPUT A INPUT B OUTPUT 14 13 12 11 10 9 8 14 13 12 11 10 9 8 1 2 3 4 5 6 7 1 2 3 4 5 6 7 INPUT A OUTPUT INPUT B
  • 43. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems 1) The following circuit contains a 7404 and a 7400 IC. By referring to pin diagrams, draw the corresponding logic circuit. 14 13 12 11 10 9 8 14 13 12 11 10 9 8 7404 7400 1 2 3 4 5 6 7 1 2 3 4 5 6 7 A B OUTPUT
  • 44. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Draw the corresponding logic diagram for the circuit shown below. 14 13 12 11 10 9 8 7400 1 2 3 4 5 6 7 O UTPUT C 14 13 12 11 10 9 8 14 13 12 11 10 9 8 7404 7432 1 2 3 4 5 6 7 1 2 3 4 5 6 7 A B
  • 45. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 Pupil Problems The guard on a machine must be in place before the machine will operate. A push switch is ON when the guard is in place. If the machine is switched ON when the guard is not in place, it will not operate and an alarm will sound. Inputs Outputs  Write Boolean expressions for guard alarm machine machine the two HIGH output states.  Draw a logic diagram for the 0 0 0 0 circuit. 0 1 1 0  Use a circuit simulation package 1 0 0 0 (e.g. ‘Croc clips’) to check 1 1 0 1 that your circuit is correct.  Draw a wiring diagram for the circuit using a 7404 and a 7408 IC.
  • 46. APPLIED ELECTRONICS Outcome 3 Gary Plimer 2008 A latch circuit is used when we wish the output signal to remain HIGH even when the actuating input signal returns to its original value, e.g. when a burglar alarm is set off, it should keep going until it is reset (either manually or by a timer) even if the burglar is no longer there. A latch can be constructed as shown below. B O UTPUT A Draw the equivalent circuit using only NAND gates.