+ means Or
* means And
0+0=0
0+1=1
1+0=1
1+1=1
0*0=0
0*1=0
1*0=0
1*1=1(with this assumption A=1,B=0,C=0,D=1,E=0)F= A + BC + (DE+F)(A+BC)'
F=1+ ... =1 (don't compute other parts because 1+everything=1)
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 9 of 9
Thread: Boolean algebraThreaded View
|
Click Here to Expand Forum to Full Width |