answersLogoWhite

0

not shouldn't be used

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What logical operator is used to reverse the boolean operator?

NOT


Which Boolean operator is used when a search is limited to All of the words?

and


Which boolean operator will narrow a search?

The boolean operator "AND" will narrow a search. When used in a query, it requires that all specified terms must be present in the search results, thereby filtering out any results that do not include every term. This helps to refine the search and produce more focused, relevant results.


What would you use a boolean operator for?

Its used ti help us find dicunents quickly


Which of the following Boolean logic operator would be used to find keywords of basketball and Tennessee?

find it


What advanced searching technique is correctly used in the search statement toddler AND Montessori school?

The advanced searching technique correctly used in the search statement "toddler AND Montessori school" is the Boolean operator "AND." This operator ensures that search results include both the term "toddler" and the term "Montessori school" in the documents retrieved.


Why there is no boolean operator in php?

There are several boolean operators in PHP. I'm not able to provide you with it's full list, but here are some of the most used ones: && - AND - OR ! - NOT


What is bullion algebra?

A friend used this phrase. I think she meant Boolean Algebra.


Which boolean operator omits information from the search parameters?

The boolean operator that omits information from the search parameters is the NOT operator. When used in a search query, it excludes specific terms, helping to refine results by filtering out unwanted content. For example, searching for "cats NOT dogs" will return results related to cats while excluding any mentions of dogs.


What is the appropriate Boolean operator that limits your search so that each term you input must be in the same document?

It would depend on the system, but probably "AND". For example, a query '"used" AND "cars"' should return only documents containing both terms. Sometimes the AND operator is represented symbolically, such as "used" && "cars". Again, it depends on the context.


What is a boolean operation?

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.


Is not is a mathematical operator of qbasic?

In QBasic, "NOT" is a logical operator used to invert the truth value of a Boolean expression. If the expression evaluates to true, applying the NOT operator will make it false, and vice versa. It is often used in conditional statements to control the flow of the program based on the negation of a condition. However, "IS NOT" is not a recognized operator in QBasic; instead, "NOT" is used for negation.