Final answer:
The Boolean expression 'score < 0 AND score > 100' is false because no number can be less than zero and greater than 100 simultaneously.
Step-by-step explanation:
The statement score < 0 AND score > 100 is a Boolean expression used in mathematics and computer programming to determine if a set of conditions are true or false. In this case, the statement is asserting the condition that a score must be simultaneously less than zero and greater than 100. However, this is an impossible condition because no number can satisfy both of these conditions at the same time. Therefore, the truth value of this expression is false, and the statement can never be true.