Search Engine Assignment #2
Many search engines provide some reasonably sophisticated options to make a better search. Hopefully answering these questions will lead you to looking at some of the possibilities. Unless otherwise specified, I want an explanation and I want you to test the feature in the search engine. In explaining or giving and example, do not use the examples or the explanations that appear at the site - I want things in your own words with your own examples! When explaining the results that you got, I want to know whether they make sense given your search - whether the search element you used worked as advertised!
Due in one week.
www.altavista.com Look at the tools available dealing with advanced searches and the advanced search area of altavista then answer the following questions. All of your answers should show the example that you used and explain the results that you got. (Hint: Help is useful!) They seem to have removed the information about the symbol from the web site, so you are no longer required to use the symbol. If you find it, extra credit!Remember your basic logic and mathematical concepts. ANDs are resolved before ORs and if you want to change this order of resolution you need to use parenthesis. For example, if I want to find references to vaccine and either polio or lyme I would code it as vaccine AND (polio OR lyme). This way the polio OR lyme are resolved first and the result is vaccine combined with either polio or lyme. If I coded it as vaccine AND polio OR lyme it would be interpreted as vaccine and polio or just lyme by itself - there would be no connection between vaccine and lyme. The vaccine and polio would be resolved first and the lyme would stand-alone. Be sure to look for more information at: http://help.altavista.com/adv_search/ast_toc
Write the code to do the following advanced searches. Use Boolean operators. Evaluate the results.
I want you to look at the information about directories and search engines and then answer the following: