answersLogoWhite

0

What is a boolean operation?

Updated: 12/22/2022
User Avatar

Wiki User

9y ago

Best Answer

A boolean operator is a simple word such as and, or, or not which are used to narrow or expand searches. Boolean operators are also used in programming to determine a path of action often depending on the status of a variable.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Boolean logic is used to combine multiple operations together. You can use "OR" to choose one or more from several sets of conditions, "AND" to specify all conditions must be met, "XOR" if only one of two conditions must be met (but not both), and "NOT" to specify that a condition must not be met.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

A boolean operator is an operator that returns true or false (zero or non-zero). Non-zero values are typically -1 (0xFF in 8-bit hexadecimal), however the actual value is immaterial.

Examples of boolean operators are the ==, !=, >, >=, < and <= operators. Each of these compares the left operand with the right operand and returns true or false depending on the comparison. E.g., if x is equal to y, then x operator, when applied to strings, must return !strcmp() in order to return the correct boolean value.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a boolean operation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which boolean operation is referred to as a boolean product?

AND operation is referred as a boolean product


What is an AND gate?

An AND gate is a logic gate performing a Boolean logic AND operation.


Show you how to evaluate boolean algebra operation 0 0 1?

dfgdfg


Which boolean operation keeps only the volume common to the two solid objects?

Intersect


What is boolean operation on triangulated solid?

Boolean operations on traiangulated solids are computer graphic representations of the overlap of two polygons, in this case triangles. They can be created using bitmaps.


Why do you need to express logic functions using Boolean descriptions?

Boolean algebra is a mathematical method used to describe the behavior and operation of digital logic. Boolean descriptions and relationships can help us design logic and predict the behavior of more complex digital systems.


Which is a boolean operation?

Boolean searches allow you to combine words and phrases using the words AND, OR, NOT and NEAR (otherwise known as Boolean operators) to limit, widen, or define your search. Most Internet search engines and Web directories default to these Boolean search parameters anyway, but a good Web searcher should know how to use basic Boolean operators.


What are the applications of binary operation in life?

Counting up to 1023 on your fingersImpressing other geeksUnderstanding boolean algebraAnd more!


What is an XNOR gate?

An XNOR gate is a logic gate performing a Boolean logic XNOR operation, also known as an equivalence gate.


What are the three basic gates?

The package Truth Tables and Boolean Algebra set out the basic principles of logic. Any Boolean algebra operation can be associated with an electronic circuit in which the inputs and outputs represent the statements of Boolean algebra. Although these circuits may be complex, they may all be constructed from three basic devices. These are the AND gate, the OR gate and the NOT gate.


If Eat Hamburger?

AND boolean


The definition of a boolean operator?

what is boolean operator