Correct answer is (b) $cond accepts either two expressions in an ordered list or three named parameters
The best I can explain: $cond is a ternary operator that evaluates one expression, and depending on the result, returns the value of one of the other two expressions.