Re: Looking for a good book on Boolean Algebra



Rich Grise wrote:

On Thu, 28 Sep 2006 07:32:16 -0700, Newberry wrote:


Hi, I am looking for a good book on Boolean Algebra and Switching
Circuits, preferably one that covers diagnostics e.g. Path
Sensitization etc. Any recommendations? Thanks in advance.


Boolean Algebra:

0 AND 0 = 0
0 AND 1 = 0
1 AND 0 = 0
1 AND 1 = 1

0 OR 0 = 0
1 OR 0 = 1
0 OR 1 = 1
1 OR 1 = 1

NOT 1 = 0
NOT 0 = 1

Cheers!
Rich


you forgot XOR.
:)


--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5

.



Relevant Pages