I have seen the graph below on a Stack Overflow post
However, I'm confused about the result of "p OR q", "p AND q", where "p" equal to "false", "q" equal to "unknown".
In the graph, the result of "p OR q" is "unknown", where "p" equal to "false", "q" equal to "unknown". But shouldn't the result be "false"?
Also, in the graph, the result of "p AND q" is "false", where "p" equal to "false", "q" equal to "unknown". But shouldn't the result be "unknown"?
Could someone tell me if I'm correct or wrong?