Brajesh Kedia
unread,Nov 16, 2020, 2:53:52 PM11/16/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Discussion forum for Computational Thinking, Ranjit John, Discussion forum for Computational Thinking, anandd...@gmail.com
I find the image for what we can also say "Truth Table" by Anand is wrong... (Check
A and B table)
The idea of A and B CONJUNCTION operator is purely based on logic that both have to be true for result to be true. (Any one false then whole result is false)
The idea of A OR B DISJUNCTION operator is stating the logic, I am fine with any one being true, if both too, i am fine i.e., true.. (If both false that's False as result)
Conclusion - Since, We want Same year or Same Genre but not both hence we are saying we want either A and B = false ,AND, either A or B be True But if A or B be True means A and B is also True but we don't want that...
Understanding THIS last line AGAIN... IN TERMS OF VENN DIAGRAM... We want the common A and B be removed and A and B seperately so we want A and B = false and A or B = true
Point to note - between both conjunction and disjunction operator there is AND than it's fine otherwise we shall conclude in hanging way and get A and B common too.