Boolean

Boolean is an algebra calculations designed by George Boolean were all values are designed to either true or false. Boolean is used when we want to make real measurement for logic gates.
We can make Boolean functions by combining different logic gates

For example,

Sum of Products
Y = B + AC
Y = AB + BC
04298.png

Product of Sums
Y = A (B + C)
Y = (A + B)(B + C)
2_4a.h3.gif

Reference: http://www.eng.cam.ac.uk
& http://gs.fanshawec.ca

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License