In addition, we have learnt about BOOLEAN OPERATORS. From my understanding, word for Boolean was got from the name of mathematician there was George Boole. There are combining terms AND, OR, NOT. Boolean Searching : this allows us to group words together in an electronic database or environment such as WWW (world Wide Web). Each words will come out with different results. This is the most common and basic strategy.
AND
By using
an AND between words you limit the search.
OR
By placing
an OR between words it expands the search.
When you use OR you receive more information because the search engine is looking for two words rather than just one word.
When you use OR you receive more information because the search engine is looking for two words rather than just one word.
NOT
'not' operator which allows you to exclude words from the search.
If a document has a word that you would like to search but that document also contains another word that you do not want to retrieve, then it will exclude that document from you search query results.
If a document has a word that you would like to search but that document also contains another word that you do not want to retrieve, then it will exclude that document from you search query results.