Recent Posts

Electronics Design Infomation

Electronics Design Infomation

Return To Blog Listing

This site contains a lot of Free E-Books and all information about Electronics Engineering, EBooks, Algorithms, Software Books & Complete Micro Processor Guide

Search This Blog's Tags For:

Recent Posts Tagged With 'logic gates'

  • DIP gate packaging

    Posted on Friday June 13th, 2008 at 00:01 in logic gates

    Digital logic gate circuits are manufactured as integrated circuits: all the constituent transistors and resistors built on a single piece of semiconductor material. The engineer, technician, or hobbyist using small numbers of gates will likely find ...

  • Logic signal voltage levels

    Posted on Thursday June 12th, 2008 at 23:59 in logic gates

    Logic gate circuits are designed to input and output only two types of signals: "high" (1) and "low" (0), as represented by a variable voltage: full power supply voltage for a "high" state and zero voltage for a "low" state. In a perfect world, all ...

  • Gate universality

    Posted on Thursday June 12th, 2008 at 23:58 in logic gates

    NAND and NOR gates possess a special property: they are universal. That is, given enough gates, either type of gate is able to mimic the operation of any other gate type. For example, it is possible to build a circuit exhibiting the OR function usin...

  • Special-output gates

    Posted on Thursday June 12th, 2008 at 23:57 in logic gates

    It is sometimes desirable to have a logic gate that provides both inverted and non-inverted outputs. For example, a single-input gate that is both a buffer and an inverter, with a separate output terminal for each function. Or, a two-input gate that...

  • CMOS gate circuitry

    Posted on Thursday June 12th, 2008 at 23:55 in logic gates

    Up until this point, our analysis of transistor logic circuits has been limited to the TTL design paradigm, whereby bipolar transistors are used, and the general strategy of floating inputs being equivalent to "high" (connected to Vcc) inputs -- and...

  • TTL NOR and OR gates

    Posted on Thursday June 12th, 2008 at 23:54 in logic gates

    Let's examine the following TTL circuit and analyze its operation: Transistors Q1 and Q2 are both arranged in the same manner that we've seen for transistor Q1 in all the other TTL circuits. Rather than functioning as amplifiers, Q1 and Q...

  • TTL NAND and AND gates

    Posted on Thursday June 12th, 2008 at 23:53 in logic gates

    Suppose we altered our basic open-collector inverter circuit, adding a second input terminal just like the first: This schematic illustrates a real circuit, but it isn't called a "two-input inverter." Through analysis we will discover what t...

  • Multiple-input gates

    Posted on Thursday June 12th, 2008 at 23:51 in logic gates

    Converters and buffers exhaust the possibilities for single-input gate circuits. What more can be done with a single logic signal but to buffer it or invert it? To explore more logic gate possibilities, we must add more input terminals to the circuit...

  • The "buffer" gate

    Posted on Thursday June 12th, 2008 at 23:50 in logic gates

    If we were to connect two inverter gates together so that the output of one fed into the input of another, the two inversion functions would "cancel" each other out so that there would be no inversion from input to final output: While this m...

  • The NOT gate

    Posted on Thursday June 12th, 2008 at 23:48 in logic gates

    The single-transistor inverter circuit illustrated earlier is actually too crude to be of practical use as a gate. Real inverter circuits contain more than one transistor to maximize voltage gain (so as to ensure that the final output transistor is ...

  • Digital signals and gates

    Posted on Thursday June 12th, 2008 at 23:47 in logic gates

    While the binary numeration system is an interesting mathematical abstraction, we haven't yet seen its practical application to electronics. This chapter is devoted to just that: practically applying the concept of binary bits to circuits. What make...