Select the correct answer.

In a game, there is a box containing green and yellow colored pens, and a few pencils. You are supposed to pick one item at a time.

- If you pick either a green or a yellow pen, you get one point.
- If you pick a green and a yellow pen at the same time, you get zero points.
- If you pick a pencil, you get zero points.

Which logic gate idea is used in this game?

A. NAND
B. XNOR
C. XOR
D. NOR
E. NOT



Answer :

Final answer:

The XNOR gate logic is applied in the game where picking both a green and a yellow pen simultaneously yields zero points.


Explanation:

The logic gate idea used in this game is XNOR gate. An XNOR gate gives a true output if both inputs are the same, either true or false. In the game, picking both a green and a yellow pen simultaneously results in zero points, aligning with the behavior of the XNOR gate.


Learn more about XNOR gate logic here:

https://brainly.com/question/34163383