Boolean data type

5 minutes 5 Questions

Boolean is a fundamental data type in programming that represents one of two possible values: true or false. Named after mathematician George Boole, who developed Boolean algebra, this data type is essential for decision-making and controlling program flow in software development. Boolean values a…

Test mode:
More Boolean data type questions
30 questions (total)