Difference between revisions of "Truth Table"

From CDOT Wiki
Jump to: navigation, search
(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 12: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.