1.2 No 13

#93
by bulawambona - opened

๐Ÿ˜ƒ: What Boolean search would you use to look for Web
pages about beaches in New Jersey? What if you wanted
to find Web pages about beaches on the isle of Jersey (in
the English Channel)?
๐Ÿค–: To find web pages about beaches in New Jersey, you could use a Boolean search with the following terms:

  • beach AND new jersey

This will return results that contain both the term "beach" and the location "New Jersey".

If you want to find web pages about beaches on the Isle of Jersey (in the English Channel), you can modify the search terms as follows:

  • beach AND jersey OR channel island

This will return results that contain either the term "beach" and the location "Jersey", or the term "channel island" (which includes the Isle of Jersey).

You can also add more specific keywords related to your search topic, such as "surfing", "swimming", "tides", etc. to further refine your search results.

Sign up or log in to comment