Multiple choice

What is a Boolean?

  1. A datatype

  2. A bus

  3. An error

  4. 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.