answersLogoWhite

0

What else can I help you with?

Related Questions

Which boolean operator limits your search so that each term you input must be in the same document OR-AND-NOT-ALSO?

and


Which Boolean operator limits your search so that each term you input is in the same document?

"http://wiki.answers.com/Q/Which_Boolean_operator_limits_your_search_so_that_each_term_you_input_must_be_in_the_same_document" is it: or, not,and,also


Which Boolean operator limits your search so that each term you input must be in the?

The answer is "and"


Which Boolean operator limits your search so that each term you input must be the same document?

To make sure that both of the terms you are searching for appear in the document, use a '+' symbol. If you want the terms to appear in the exact order as a phrase or term, use quotation marks.


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

and


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.


Which symbol replaces the AND-Boolean operator on most of the simple search facilities of search engines?

+|plus


When two search terms are connected with the OR Boolean operator the number of hits will generally?

The answer will increase in numbers.


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

The answer will increase in numbers.


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 an example of a boolean operator?

BUT (apex)


Which boolean operator limits your search?

All of them can limit your search. Here are the meanings of all of them: AND: Find results that only contain both words OR: Find results that contain either (or both) words NOT: Do not find results that contain a word XOR: Find results that contain either (but not both) words