answersLogoWhite

0


Best Answer

The answer will increase in numbers.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When two search terms are connected with the OR Boolean operator the number of hits will generally?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When two search term are connected with the OR BOOLEAN OPERATOR the number hits will generally?

The answer will increase in numbers.


What are the number of results from Boolean?

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.


What would happen if you voted using another nation's phone number at Eurovision?

Do you mean using another nation's phone number that those people can use to vote for your country? If so, dont try it. It is cheating and it wont work! The telephone number will be connected to that countries national phone operator. Your phone in your country wont be connected to that operator so I dont think it will work. Sorry!


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 is the definition of boolean?

Exampe of Boolean and usage in the real word Operators Operator = Equal to != ^= Not equal to &lt; Less than Greater than &gt;= Greater than or equal to is null Value is null is not null Value is other than null like Value is an instance of pattern-matching string not like Value is not an instance of pattern-matching string Condition is a Boolean value (&quot;Petar&quot; === &quot;John&quot;) //This is false (&quot;Petar&quot; === &quot;Petar&quot;) This is true if (condition) { code to be executed if condition is true; }


Adjoint operator of a complex number?

Adjoint operator of a complex number?


What number system does boolean algebra use?

1 and 0


What is the operator number in the UK?

The main number for reaching a telephone operator in the UK is 100.


Simplification using Boolean algebra to minimum number of literals?

xy+xy'


What number can you dial to get operator?

The number of a operator will be 0 or 411.


How boolean function works?

A boolean function is simply a function that returns a boolean value - a value that can either be "true" or "false". The return value may be used to see whether a function was successful, for example:if openfile("somefile.txt")// The file was opened succesfully, we can now proceedA boolean function will often reply to a question which can be replied with "yes" or "no". For example, you can have a function that asks the user to confirm an action:if user_confirms("Are you sure you want to delete this file?")// Delete the file hereOr:if isPrime(myNumber)// Output: "Your number is a prime number"else// Output: "Your number is not a prime number"A boolean function is simply a function that returns a boolean value - a value that can either be "true" or "false". The return value may be used to see whether a function was successful, for example:if openfile("somefile.txt")// The file was opened succesfully, we can now proceedA boolean function will often reply to a question which can be replied with "yes" or "no". For example, you can have a function that asks the user to confirm an action:if user_confirms("Are you sure you want to delete this file?")// Delete the file hereOr:if isPrime(myNumber)// Output: "Your number is a prime number"else// Output: "Your number is not a prime number"A boolean function is simply a function that returns a boolean value - a value that can either be "true" or "false". The return value may be used to see whether a function was successful, for example:if openfile("somefile.txt")// The file was opened succesfully, we can now proceedA boolean function will often reply to a question which can be replied with "yes" or "no". For example, you can have a function that asks the user to confirm an action:if user_confirms("Are you sure you want to delete this file?")// Delete the file hereOr:if isPrime(myNumber)// Output: "Your number is a prime number"else// Output: "Your number is not a prime number"A boolean function is simply a function that returns a boolean value - a value that can either be "true" or "false". The return value may be used to see whether a function was successful, for example:if openfile("somefile.txt")// The file was opened succesfully, we can now proceedA boolean function will often reply to a question which can be replied with "yes" or "no". For example, you can have a function that asks the user to confirm an action:if user_confirms("Are you sure you want to delete this file?")// Delete the file hereOr:if isPrime(myNumber)// Output: "Your number is a prime number"else// Output: "Your number is not a prime number"