- #1,891
collinsmark
Homework Helper
Gold Member
- 3,408
- 2,927
BornCane said:I don't understand Boolean algebra
hasn't there been binary systems before Boole
China had a binary system, even Ancient Africa had a binary system
Africa had the Odu of Ifa system
Egypt, India etc. had the binary system as well
what made Boolean logic so different?
I can't speak for the history. "Boolean" algebra is not synonymous with a mathematical, base-2 system. They are different things.
Boolean algebra deals with concepts of True, False, not And and Or (among a few others). One can use Boolean functions to construct binary components. For example, in your computer's CPU in its arithmetic logic unit (ALU), things like binary adders can be broken down into many AND, OR, NOT, and XOR gates (including NAND and NOR gates, etc.)
These logical gates (AND, OR, etc.,) can be constructed out of transistors.