Multiple choice What is a Boolean? A datatype A bus An error A constant Reveal answer Fill a bubble to check yourself A Correct answer Explanation A Boolean is a fundamental data type in computer science that can only hold one of two values: True or False. It is used extensively in programming for conditional statements and logical operations.