Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Universal logic gates

  • 28-02-2014 01:21AM
    #1
    Registered Users, Registered Users 2 Posts: 35


    Can anybody tell me what the step by step truth table is For this? :confused:
    Tagged:


Comments

  • Registered Users, Registered Users 2 Posts: 774 ✭✭✭maki


    Can anybody tell me what the step by step truth table is For this? :confused:

    The first gate is your standard NOR gate, so I'll assume you'll know or be able to find truth tables for that. X and Y will be the result from the first gate, so either both 0 or both 1.
    If they're both 0, F is 1, or if they're both 1, F is 0.


  • Registered Users, Registered Users 2 Posts: 1,929 ✭✭✭PrzemoF


    Make a table with columns A, B, X, Y, F

    Put all 4 combinations into A and B and analyse step-by-step.

    NOR gate is an OR gate + NOT gate



  • Registered Users, Registered Users 2 Posts: 6,167 ✭✭✭ZENER


    The circuit shown is logically an OR gate as in NOT a NOR gate.

    A B X Y F
    0 0 1 1 0
    0 1 0 0 1
    1 0 0 0 1
    1 1 0 0 1

    Ken


  • Registered Users, Registered Users 2 Posts: 35 techintraining


    thanks lads


Advertisement