Zum Inhalt springen
vocaboo
Beta
Anmelden

boolean

Aussprache: [ˈbuːliən]

Wort

Kontext: „computer science“

(noun) a type of value in programming that can only be true or false. Imagine you have a light switch; it can only be ON (true) or OFF (false). This helps computers make decisions based on yes or no questions.

Beispiel

The program used a boolean value to check if the user was logged in.

Beispiel

Using a boolean allows no other options; it can't be maybe.

Beispiel

Can you show me how a boolean works in this code?

Kontext: „computer science“

(adjective) related to or involving values that are either true or false. Think of it like a yes/no question in a game. It helps computers understand choices better.

Beispiel

The boolean expression returned true when conditions were met.

Beispiel

This function is not boolean; it gives more options than just true or false.

Beispiel

Is this statement boolean or does it allow for more answers?

0s
0s