Final answer:
A BOOLEAN data field can store only True or False.
Step-by-step explanation:
A BOOLEAN data field can store only two possible values: True or False. This means that options b) 0 or 1 and c) Yes or No are incorrect choices. The correct answer is a) True or False. The BOOLEAN data type is commonly used in computer programming languages to represent logical values.