Results 1 to 4 of 4

Thread: truth tables

  1. #1

    Thread Starter
    Member 05ar15's Avatar
    Join Date
    Mar 2006
    Location
    Eckington
    Posts
    59

    truth tables

    were currently studying quantitive methods and doing truth tables. im so with them all lmao, i just dont get em,

    has anyone else eva used them?
    "Its Attention that we crave, dont tell us to behave"

    Sum 41 - Fat lip

  2. #2
    Fanatic Member Andy_P's Avatar
    Join Date
    May 2005
    Location
    Dunstable, England
    Posts
    669

    Re: truth tables

    I assume you mean logic truth tables? If so...

    The idea behind a truth table is a very simple one in that it lists every output for any given input situation.

    For example, take a logic AND gate that has two inputs called A and B, and an output called Q. The truth table for this gate would be:

    A | B | Q
    ---------
    0 | 0 | 0
    0 | 1 | 0
    1 | 0 | 0
    1 | 1 | 1

    As there are two inputs, there are therfore four possible input conditions. The output is only 'true', if input A AND B is true.

    If this example is a bit too simplistic then apologies, but hope it helps.
    Using Windows XP Home sp3
    Mucking around with C# 2008 Express
    while ( this.deadHorse ) { flog( ); }


  3. #3

    Thread Starter
    Member 05ar15's Avatar
    Join Date
    Mar 2006
    Location
    Eckington
    Posts
    59

    Re: truth tables

    yer were doing logic gates too, and or nor etc

    gets boring quickly lmao
    "Its Attention that we crave, dont tell us to behave"

    Sum 41 - Fat lip

  4. #4
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: truth tables

    Please visit this site which can be of help:

    http://www.rwc.uc.edu/koehler/comath/21.html

    Rui
    ...este projecto dos Deuses que os homens teimam em arruinar...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width