Computer Science
Write the truth table of a two input conjunction and disjunction.
Boolean Algebra
ICSE 2014
6 Likes
Answer
Conjunction
a | b | a ^ b |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
Disjunction
a | b | a v b |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
Answered By
2 Likes
Related Questions
Write converse, inverse and contrapositive of each statement:
If you work hard, then you will pass.
Write converse, inverse and contrapositive of each statement:
If I run fast, then I will win the race.
Complete the following table:
p q ~p p⇒q ~pvq 0 0 0 1 1 0 1 1 Complete the following table:
p q ~p ~q ~pvq p^(~q) 0 0 0 1 1 0 1 1