answersLogoWhite

0

What are the number of results from Boolean?

Updated: 4/28/2022
User Avatar

JuanitaBoyce

Lvl 1
10y ago

Best Answer

The number of results you can get from a Boolean is two. You can either have a statement be true or false. this is because Boolean data is the result of conditional statements, which can be either true or false.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the number of results from Boolean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which boolean search would return the most useful results?

Using AND


How are boolean search strategies and other search filters useful?

They narrow the search results


What does Boolean operators mean?

Boolean operators are used in search engines and databases to refine search queries. The main Boolean operators are AND, OR, and NOT. AND narrows the search results by requiring all keywords to be present, OR broadens the search results by finding any of the keywords, and NOT excludes specific keywords from the search results.


What is the importance of boolean algebra to computer students?

Boolean algebra is the very basis for all of computing. Boolean algebra results in only 2 answers, true or false. To computers, these are represented by 0 and 1. This creates the binary system, which is how all computers operate.


What is a Boolean condition?

A boolean is a value which can either be true or false. A boolean condition is mathematical equation where the result is a boolean (either true or false). Often used in programming.A boolean condition consists of some varibles, and boolean operations that can be carried out using them. Here are some boolean operations. The sybols are those used in Java and C++.> Greater Than. Returns true when the number before > is greater than the number after< Less Than. The opposite of Greater than== Equals. If the values are equal returns trueOR Returns true if the boolean before and/or the boolean after is true&& AND Returns true only if the boolean before AND after the && are true! NOT Inverts/NOT's a boolean. True becomes false. False becomes trueMost programming languages have booleans as a type of variable and if statements as control flow.An if statement uses a boolean to decide whether or not something is run eg.if(someBoolean){// If some boolean is true this peice of code will be run}A an example of a boolean condition could use a less than or greater than symbolif( someNumber > 9000 ) {print( "The number... it's.... OVER 9000!!" );}


a)Why do we simplify Boolean expressions?

Through Boolean algebra simplification, a Boolean expression is translated to another form with less number of terms and operations. A logic circuit for the simplified Boolean expression performs the identical function with fewer logic components as compared to its original form.


What number system does boolean algebra use?

1 and 0


What Boolean command allows any of the search terms to be present on the webpages listed results?

Moo like a chicken..MOOGAWK


What is boolean query?

A boolean query is a query that uses a boolean conditional.E.g., an overtime formula would be(hours-40)(hours>40)The boolean expression would multiply the first result by 1 if hours is greater than 40, and, by 0 otherwise. This would prevent a negative overtime calculation.The result would be the same as=if(hours>40, hours-40,0)krazykyngekorny(at)gmail.com


Which boolean operation is referred to as a boolean product?

AND operation is referred as a boolean product


Simplification using Boolean algebra to minimum number of literals?

xy+xy'


If Eat Hamburger?

AND boolean