Truth Table

From CDOT Wiki
Revision as of 12:20, 14 January 2014 by Chris Tyler (talk | contribs) (Created page with 'Category:Computer Architecture A '''Truth Table''' is a table which has columns for the inputs and outputs of a logical binary operation, and rows representing all possible i…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A Truth Table is a table which has columns for the inputs and outputs of a logical binary operation, and rows representing all possible inputs and the corresponding outputs.

For some examples, see Bitwise Operations.