What is a 'Boolean'?

Asked by stem_mind · 6 months ago

1 Answer

28
amorebise · 6 months ago Top Answer

A Boolean is a data type that has only two values: True or False. Think of it like a light switch. It's either ON or OFF. Computers love Booleans because their brains are built on 1s and 0s.

Log in to add a comment.