Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Monday, February 24, 2014

What is Truth Table

A truth table defines all the input and outputs of a logical condition. The following example is a truth table for the Boolean AND operation -
 Inputs Outputs
------------ --------------
1 AND 1   1
1 AND 0   0
0 AND 1   0
0 AND 0   0

No comments:

Post a Comment