KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

A variable that contains a value in terms of 0's and 1's is said to be:

  1. Boolean variable
  2. Logical variable
  3. Integer variable
  4. Numeric variable

Computing Evolution

3 Likes

Answer

Boolean variable

Reason — A Boolean variable is a data type that can hold only one of two binary values — 1 or 0, On or Off, True or False. It is commonly used in programming for decision-making, logical operations and control flow.

Answered By

1 Like


Related Questions