Difference between revisions of "Truth Table"
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…') |
(No difference)
|
Latest revision as of 11:20, 14 January 2014
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.