Before starting the test, it's a good idea to check that you've understood the effects of logical operators.
That's the purpose of this test, called "Edouard's test".
We advise you to repeat this test until you score 24, the maximum number of points.
Weighting: right answer = +2 points, wrong answer = -2 points, "I don't know" = -1 point.
n° | The test below... | will give a result... | Your score... | ||
---|---|---|---|---|---|
1 | False AND False = | True | False | I don't know | ? / 2 |
2 | False AND True = | True | False | I don't know | ? / 2 |
3 | True AND True = | True | False | I don't know | ? / 2 |
4 | True AND False = | True | False | I don't know | ? / 2 |
5 | False OR False = | True | False | I don't know | ? / 2 |
6 | False OR True = | True | False | I don't know | ? / 2 |
7 | True OR True = | True | False | I don't know | ? / 2 |
8 | True OR False = | True | False | I don't know | ? / 2 |
9 | NOT False = | True | False | I don't know | ? / 2 |
10 | NOT True = | True | False | I don't know | ? / 2 |
11 | NOT NOT True = | True | False | I don't know | ? / 2 |
12 | NOT NOT NOT False = | True | False | I don't know | ? / 2 |
Total : | ? / 24 |