Multiple choice

Study the decision table below ||| |---|---| | A| B| ||||||| |---|---|---|---|---|---| | Is student female?| Y| N| -| -| -| | Is she taking > 10 crdt hrs?| N| -| Y| -| -| | Is she <100 cm tall?| N| -| -| Y| -| | Does she weigh>10 Kg?| Y| -| -| -| N| | C| | | | D| | | List her name and address| X| -| -| -| -| | Skip to next student| X| X| X| X| |

The decision table implies

  1. do not select the student weighing more than 45 Kg

  2. select the student if she is at least 160 cm tall even if she does not weigh 45 Kg

  3. do not select male student

  4. select the student who is taking more than 10 credits hours

Reveal answer Fill a bubble to check yourself
A Correct answer