? assessment\n7/10\nwhich of these are examples of a bug?\na. feedback telling you the game is boring.\nb…

? assessment\n7/10\nwhich of these are examples of a bug?\na. feedback telling you the game is boring.\nb. players can get to the river but nothing they click gets them over the river\nc. the game crashes during game play\nb & c

? assessment\n7/10\nwhich of these are examples of a bug?\na. feedback telling you the game is boring.\nb. players can get to the river but nothing they click gets them over the river\nc. the game crashes during game play\nb & c

Answer

Answer:

D. B & C

Explanation:

Step1: Define a bug

A bug is an error, flaw or fault in a computer - program.

Step2: Analyze option A

Feedback about the game being boring is a subjective opinion, not a bug.

Step3: Analyze option B

Players not being able to cross the river despite reaching it is a functionality error, a bug.

Step4: Analyze option C

The game crashing during gameplay is a serious technical error, a bug. So options B and C are examples of bugs.