Computer Science
Draw the truth table for the following logical operators:
OR logic
Boolean Algebra
5 Likes
Answer
A | B | A+B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
Answered By
4 Likes
Draw the truth table for the following logical operators:
OR logic
5 Likes
A | B | A+B |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
Answered By
4 Likes