[Home]Truth table

HomePage | Recent Changes | Preferences

Showing revision 2
Truth tables are a tool used in Finite Mathematics and its applications to describe the boolean? outputs of an expression, circuit, or other computational entity for each possible value of its inputs. The input variable?s and output expressions are listed as column headings. The rows of the table are filled by listing each possible combination of inputs, one combination per row, and filling in the outputs that result from each combination of inputs.

Example:

    x  |  y  |  x and y  | x or y  | x xor y
  -------------------------------------------
    0  |  0  |     0     |   0     |    0
    0  |  1  |     0     |   1     |    1
    1  |  0  |     0     |   1     |    1
    1  |  1  |     1     |   1     |    0

HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited July 27, 2001 5:01 am by Webmaestro (diff)
Search: