My table:
x | y | not(and(x,y)) |
---|---|---|
1 | 1 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
0 | 0 | 1 |
Found this one too:
x | y | or(not(x), not(y)) |
---|---|---|
1 | 1 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
0 | 0 | 1 |
For not(and(x,y) i got the same answer as @Eternity.
I don’t think I get this fully, but I think I can try to break it down.
Breakdown:
- “Giving”- I think means to hand over or idk deliver
- “operator”-means operators like and, not, or
- “an operator”- means i think not any specific operator. There’s no specific operator that’s being talked about. Makes the sentence sound like a rule or observation.
- “multiple”- means more than 1 or a lot. I think it means more than 1
- “inputs”- mean the numbers you fill in for letters like x or y. For logic tables we’re talking about 0 or 1. The inputs could also be true or false
- “identical”- means equal so for logic tables we’re talking about 1’s and 0’s. If both x and y(e.g. in or(x,y)) have an input of 1 then their inputs are identical.
- “tends”- i thnk means can like there could be exceptions. Idk i think tends is saying, “usually this happens.”
- “to be”- i think is another way of saying “is” so “Giving an operator multiple identical inputs” is something else.
- “special case”- idk what that means but I think i have more of an idea what the quote is trying to say.
BTW the following sentence of the quote I think gives an example of what it’s saying: