answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which boolean operator would you use if you wanted results returned with the exact order of your keywords of your search?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

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 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 image optimisation?

Image optimisation involves naming your images with your keywords so hopefully you appear in the image results of search engines such as Google. It also relates to the use of Alt tags to provide the search engines (and disabled users) with alternative text for the images which can often include your keywords. I am a search engine optimisation consultant & social media expert. Check out my blog for more great tips & articles on all things SEO - http://agseo.blogspot.com


What are the Boolean operators employed by ProQuest database?

To ensure that a search containing different operators performs as you intend, use parentheses: e.g., 'calder and (painting not (sculpture or mobiles))'.Note: Depending on how the Boolean Operator AND is used with the Keyword Field (KW) results may be slightly different. Remember the keyword field automatically searches the Abstract (AB), Descriptor (DE), and Title (TI) fields together. If a database has the Identifier (ID) field that field is also searched.For example: KW=(nasa and mir) is processed asTI=(nasa and mir) or AB=(nasa and mir) or DE=(nasa and mir) or ID=(nasa and mir)KW=(nasa) and Kw=(mir) is processed as(TI=(nasa) or AB=(nasa) or DE=(nasa) or ID=(nasa)) and (TI=(mir) or AB=(mir) or DE=(mir) or ID=(mir))Examples of the NEAR search: KW=(housing near crisis)Examples of the WITHIN search: TI=(technology within 3 art)of course you can use TI, KW, or other search fields with the near and within syntax.

Related questions

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 difference between bit wise operator and logic operator?

The logic operator provides boolean results of combinations of other boolean expression, some of which might be relational expressions. For example... bool result = (a < 3) && (b > 4); The bitwise operator provides the same kind of boolean logic, AND, OR, and NOT, but it does it to the correspondingly ranks bits in one or two integers. For example ... int result = (a & 0xff) | (!b);


What operator or word is used to exclude certain keywords during an information search?

The operator "NOT" is used to exclude certain keywords during an information search. It can be used to filter out specific terms that you do not want included in the search results.


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 advanced searching technique is correctly used in the search statement toddler AND Montessori school?

The advanced searching technique used in the search statement "toddler AND Montessori school" is Boolean operator "AND," which instructs the search engine to retrieve results that contain both keywords "toddler" and "Montessori school." This ensures that the search results are more specific and relevant to the user's query.


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

BUT (apex)


What is result site?

A result site is a listing of results returned by a search engine in response to a keyword. The results usually include a list of items with titles and a short description of where the keywords matched the content of the page.


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


What type of search term is network AND secur?

The search term "network AND secur" is an example of a Boolean search using the operator 'AND'. It indicates that search results must include both terms, "network" and "security", to be retrieved.


Difference between relational and logical operators?

Logical operators don't Compare values they combine Boolean values and produce a Boolean result. Examples of logical operators are && (and), , (or), ! (not). If you have two Boolean values and you combined them with the && operator the result will be (TRUE) only if both values were (TRUE). Relational operators compare two values and produce a Boolean result. Most of the time we use logical operators to combine the results of two or more comparison expressions that use relational operators.


Which boolean search would return the most useful results?

Using AND