131k views
0 votes
List all the possible values that can be stored in a BOOLEAN data field.

a) True or False
b) 0 or 1
c) Yes or No
d) All of the above

1 Answer

4 votes

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.

User Krummens
by
8.3k points