We learned about Boolean Algebra and the functions of AND, OR, NOT, XOR, XNOR, and NAND.
From Intermediate Contest 3 2017-2018
From Senior Contest 3 2019-2020
is XOR
5. Make a Truth Table to the best of your ability of the following
(It's ok if you don't understand/finish this question, this question is time consuming and hard too)
If you've come here on to find why class hasn't started yet, I actually don't know; I think Tyler forgot that there is class today If Tyler still doesn't realize that there is class today, I'll post the slides to the lesson if they exist, with some probably optional homework Have a good week, Davey
Answer Key: 1 & 2:
3 & 4:
I'm still crunching out the truth table(I've just been locked in a room with no desk) so when I'm done with that I'll post it here Thanks!
1
(0,1,0) (0,1,1) (1,1,0)
1 (1,1,0)
(0,0,0) (0,0,1) (0,1,1) (1,1,0) (1,1,1)
A B C D Result(True/False) 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 1 1 0 1 0 0 1 0 1 0 1 1 0 1 1 0 1 0 1 1 1 1 1 0 0 0 1 1 0 0 1 1 1 0 1 0 1 1 0 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1
1
(0,1,0), (0,1,1), (1,1,0)
1
(0,0,0), (0,0,1), (0,1,1), (1,1,0) (1,1,1)
Truth Table:
A B C D Result
0 0 0 0 1
0 0 0 1 1
0 0 1 0 0
0 0 1 1 1
0 1 0 0 1
0 1 0 1 1
0 1 1 0 1
0 1 1 1 1
1 0 0 0 1
1 0 0 1 1
1 0 1 0 1
1 0 1 1 1
1 1 0 0 1
1 1 0 1 1
1 1 1 0 1
1 1 1 1 1
A+~B
(0,10) (0,1,1) (1,1,0)
Only 1 ordered triple makes the following FALSE: (1,1,0)
(1,1,1) (0,0,1) (1,1,0) (0,1,1) (0,0,0)
5.
TABLE
A B C D Value
0 0 0 0 0
0 0 0 1 0
1 1 0 1 1
I don't know if this is right, but I think (1,1,0,1) is the only answer that results in TRUE.