Robotics & Artificial Intelligence
A variable that contains a value in terms of 0's and 1's is said to be:
- Boolean variable
- Logical variable
- Integer variable
- 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
Which of the following logical gates is depicted in this image?

- AND Gate
- OR Gate
- NOR Gate
- NOT Gate
Boolean Algebra was developed by ……………
- Claude Shannon
- George Boole
- Lady Ada
- Blaise Pascal
An AND logic gate produces the output in terms of ……………
- Product of the input values
- Sum of the input values
- Product of complement of the input values
- Sum of complement of the input values
Which of the following relations results in false?
- 1+0=0
- 0.0=0
- 1+1=1
- 1.0=0