SlideShare a Scribd company logo
1 of 38
Google Search	 Things you know and things you don’t. By: Jiwanjot Singh
Google Search OK, do you know how to search on google.com? The But obvious answer to this question is YES. This presentation is not going to teach you how to search on Google, however, we will talk about how to make that search fruitful and quick. Please Note that the examples given in this presentation are included in Brackets [ ], please do not include [ ] while searching on Google using the examples in this presentation.
Very Basics Google search is simple: just type whatever comes to mind in the search box, hit Enter or click on the Google Search button, and Google will search the web for pages that are relevant to your query
Some basic facts Every word matters. Generally, all the words you put in the query will be used. There are some exceptions. Search is always case insensitive. Searching for [ new york times ] is the same as searching for [ New York Times ]. With some exceptions, punctuation is ignored (that is, you can't search for @#$%^&*()=+[] and other special characters).
Exceptions to 'Every word matters' Words that are commonly used, like 'the,' 'a,' and 'for,' are usually ignored (these are called stop words).  Synonyms might replace some words in your original query. (Adding + before a word disables synonyms.) A particular word might not appear on a page in your results if there is sufficient other evidence that the page is relevant. The evidence might come from language analysis that Google do.
Punctuation that is not ignored Punctuation in popular terms that have particular meanings [ C++ ] or [ C# ] (both are names of programming languages), are not ignored. The dollar sign ($) is used to indicate prices.  [ Nikon 400 ] and [ Nikon $400 ] will give different results. The hyphen - is sometimes used as a signal that the two words around it are very strongly connected. (Unless there is no space after the - and a space before it, in which case it is a negative sign.) The underscore symbol _ is not ignored when it connects two words, e.g. [ quick_sort ].
Guidelines for better search Keep it simple Think how the page you are looking for will be written Describe what you need with as few terms as possible Choose descriptive words
Keep it simple If you're looking for a particular company, just enter its name, or as much of its name as you can recall. If you're looking for a particular concept, place, or product, start with its name.  If you're looking for a pizza restaurant, just enter pizza and the name of your town or your zip code. Most queries do not require advanced operators or unusual syntax. Simple is good
Think how the page you are looking for will be written A search engine is not a human, it is a program that matches the words you give to pages on the web. Use the words that are most likely to appear on the page.  For example, instead of searching [ my head hurts ], search [ headache ], because that's the term a medical page will use. The query [ in what country are bats considered an omen of good luck? ] is very clear to a human, but the document that gives the answer may not have those words. Instead, use the query [ bats are considered good luck in ] or even just [ bats good luck ]
Describe what you need with as few terms as possible The goal of each word in a query is to focus it further. Since all words are used, each additional word limits the results.  If you limit too much, you will miss a lot of useful information. The main advantage to starting with fewer keywords is that, if you don't get what you need, the results will likely give you a good indication of what additional words are needed to refine your results on the next search.
Choose descriptive words The more unique the word is the more likely you are to get relevant results.  Words that are not very descriptive, like 'document,' 'website,' 'company,' or 'info,' are usually not needed.  Keep in mind, however, that even if the word has the correct meaning but it is not the one most people use, it may not match the pages you need.  For example, [ celebrity ringtones ] is more descriptive and specific than [ celebrity sounds ].
How to read search results (1)
How to read search results (2) The title: The first line of any search result is the title of the webpage. The snippet: A description of or an excerpt from the webpage. The URL: The webpage's address. Cached link: A link to an earlier version of this page. Click here if the page you wanted isn't available.
Anatomy of a Web Address (1) If you already know how to read a web address or URL, skip this section. Otherwise, consider the web address http://www.googleguide.com/searchEngines/google/searchLeader.html.
Anatomy of a Web Address (2) http://www.googleguide.com/searchEngines/google/searchLeader.html
Refining a Query Refining a query means changing or adding to the set of search terms to do a better job of returning the pages you’re seeking. Successful researchers frequently enter several queries to find what they’re seeking
Refining a Query: Example (1) Lets take a example: lets say we are searching for “Vacation spots”. Step 1: Type in Google search bar and hint enter: Vacation spots Many of the results will refer to world wide vacations spots Step 3: Refine the search by location, search for: Vacation spots + India
Refining a Query: Example (2) Exploit successful queries: look deeper within your results using “search within results” option at the bottom of your Google search results.  Type winter in the search box in the bottom of search results and click on “search within results” button. This will further eliminate al vacations spots which are not for winters
Google search: Advance techniques Now, lets begin with some advance techniques that you can use to refine your Google search These techniques help in getting more focused results and its fun.
using Special Characters Quoted Phrases The + Character The – Character The ~ Character The OR and | Character The .. Character The * Character
Quoted Phrases To search for a phrase, a proper name, or a set of words in a specific order, put them in double quotes For example, [ “Larry Page“ ] finds pages containing the phrase/name “Larry Page” exactly not “Larry has a home page”.
The + Character (1) The + operator is typically used in front of stop words that Google would otherwise ignore or when you want Google to return only those pages that match your search terms exactly. Note that you should not put a space between the + and the word. So, to search for the satirical newspaper The Onion, use [ +The Onion ], not [ + The Onion ].
The + Character (2) Disable automatic stemming Searching for pages that match variants of your search term(s), by preceding each term that you want to be matched exactly with the + operator. For example, if you want to see only pages mentioning one favorite book rather than lists of favorite books, Google will search for “favourite” and “favorite” too.  To prevent this, precede the word “favorite” and “book” by a + sign. [ +favorite +book ]
The - Character Precede each term you do not want to appear in any result with a “–” sign. Find pages on “salsa” but not the dance nor dance classes. USE [ salsa –dance –class ] NOT [ salsa ]
The ~ Character Find synonyms by preceding the term with a ~, which is known as the tilde or synonym operator. In math, the “~” symbol means “is similar to.” The tilde tells Google to search for pages that are synonyms or similar to the term that follows. [ ~inexpensive ] matches “inexpensive,” “cheap,” “affordable,” and “low cost” [ ~run ] matches “run,” “runner’s,” “running,” as well as “marathon”
The OR and | Character Specify synonyms or alternative forms with an uppercase OR or | (vertical bar). The 2 examples below will find pages that include either “Tahiti” or “Hawaii” or both terms, but not pages that contain neither “Tahiti” nor “Hawaii.” [ Tahiti OR Hawaii ] [ Tahiti | Hawaii ]
The .. Character Specify that results contain numbers in a range by specifying two numbers, separated by two periods, with no spaces. For example, specify that you are searching in the price range $250 to $1000 using the number range specification $250..$1000. [ recumbent bicycle $250..$1000 ]
The * Character Use *, an asterisk character, known as a wildcard, to match one or more words in a phrase (enclosed in quotes). For example, [ “Google * my life” ] tells Google to find pages containing a phrase that starts with “Google” followed by one or more words, followed by “my life.”  Phrases that fit the search include: “Google changed my life,” “Google runs my life,” or “Google is my life.”
Google as Calculator Want to add up a list of numbers, convert from miles to kilometers, or evaluate some other mathematical expression?  You can solve mathematical problems with Google’s built-in calculator function.
For Calculations
MEASURE AND CONVERSIONS (1)
MEASURE AND CONVERSIONS (2)
Search Operators These are query words that have special meaning to Google. Since the advanced operators are convenient for searching, Google Guide calls them search operators. Here are all of them: ,[object Object]
Ext
Filetype
Group
Id

More Related Content

What's hot

Fam Med Fellows 2009 1 Oct09
Fam Med Fellows 2009 1 Oct09Fam Med Fellows 2009 1 Oct09
Fam Med Fellows 2009 1 Oct09jdondoyle
 
Free Library of Philadelphia, Job And Company Research
Free Library of Philadelphia, Job And Company ResearchFree Library of Philadelphia, Job And Company Research
Free Library of Philadelphia, Job And Company ResearchFree Library EPR
 
Super Google Your Library
Super Google Your LibrarySuper Google Your Library
Super Google Your Libraryj_parsons
 
Googlesearchtechniques 090402135045-phpapp01
Googlesearchtechniques 090402135045-phpapp01Googlesearchtechniques 090402135045-phpapp01
Googlesearchtechniques 090402135045-phpapp01Charles Erwin
 
Google and Google Scholar
Google and Google ScholarGoogle and Google Scholar
Google and Google Scholarjopitts
 
Effective web search techniques
Effective web search techniquesEffective web search techniques
Effective web search techniquesaliciafe0215
 
Power Point
Power PointPower Point
Power Pointcarimel
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html NotesNextGenr
 
Searching techniques
Searching techniquesSearching techniques
Searching techniquesPCTE
 
The Many Faces of Google
The Many Faces of GoogleThe Many Faces of Google
The Many Faces of GoogleJoel May
 
Sourcing / Recruiting /Searching on Google and Live
Sourcing / Recruiting /Searching on Google and LiveSourcing / Recruiting /Searching on Google and Live
Sourcing / Recruiting /Searching on Google and LiveRithesh Nair
 
Boolean searching
Boolean searchingBoolean searching
Boolean searchinghisled
 
Digital literacy: Better google searches
Digital literacy: Better google searchesDigital literacy: Better google searches
Digital literacy: Better google searchesbibliokat
 

What's hot (20)

Fam Med Fellows 2009 1 Oct09
Fam Med Fellows 2009 1 Oct09Fam Med Fellows 2009 1 Oct09
Fam Med Fellows 2009 1 Oct09
 
Free Library of Philadelphia, Job And Company Research
Free Library of Philadelphia, Job And Company ResearchFree Library of Philadelphia, Job And Company Research
Free Library of Philadelphia, Job And Company Research
 
Super Google Your Library
Super Google Your LibrarySuper Google Your Library
Super Google Your Library
 
Googlesearchtechniques 090402135045-phpapp01
Googlesearchtechniques 090402135045-phpapp01Googlesearchtechniques 090402135045-phpapp01
Googlesearchtechniques 090402135045-phpapp01
 
Google and Google Scholar
Google and Google ScholarGoogle and Google Scholar
Google and Google Scholar
 
How to google a resume in google
How to google a resume in googleHow to google a resume in google
How to google a resume in google
 
Google Search Tips
Google Search TipsGoogle Search Tips
Google Search Tips
 
Effective web search techniques
Effective web search techniquesEffective web search techniques
Effective web search techniques
 
Power Point
Power PointPower Point
Power Point
 
PHP HTML CSS Notes
PHP HTML CSS  NotesPHP HTML CSS  Notes
PHP HTML CSS Notes
 
Search Engines
Search EnginesSearch Engines
Search Engines
 
Internet search techniques by zakir hossain
Internet search techniques by zakir hossainInternet search techniques by zakir hossain
Internet search techniques by zakir hossain
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
 
Internet search techniques for K12
Internet search techniques for K12Internet search techniques for K12
Internet search techniques for K12
 
Google power search
Google power searchGoogle power search
Google power search
 
Searching techniques
Searching techniquesSearching techniques
Searching techniques
 
The Many Faces of Google
The Many Faces of GoogleThe Many Faces of Google
The Many Faces of Google
 
Sourcing / Recruiting /Searching on Google and Live
Sourcing / Recruiting /Searching on Google and LiveSourcing / Recruiting /Searching on Google and Live
Sourcing / Recruiting /Searching on Google and Live
 
Boolean searching
Boolean searchingBoolean searching
Boolean searching
 
Digital literacy: Better google searches
Digital literacy: Better google searchesDigital literacy: Better google searches
Digital literacy: Better google searches
 

Similar to Google Search

Website Evaluation: Relevancy, Currency, and Authority
Website Evaluation: Relevancy, Currency, and AuthorityWebsite Evaluation: Relevancy, Currency, and Authority
Website Evaluation: Relevancy, Currency, and AuthorityAnnarose Foley
 
Google Searching Basics
Google Searching BasicsGoogle Searching Basics
Google Searching BasicsRobert Muliero
 
Effective Search via Google.
Effective Search via Google. Effective Search via Google.
Effective Search via Google. Kaushal Bhavsar
 
Tips on Searching for files on the Internet
Tips on Searching for files on the InternetTips on Searching for files on the Internet
Tips on Searching for files on the InternetWebmaster
 
Internet Searching
Internet SearchingInternet Searching
Internet SearchingWebmaster
 
Google Search Operators
Google Search OperatorsGoogle Search Operators
Google Search Operatorsjjs1981
 
Social bookmarking-for-dummies
Social bookmarking-for-dummiesSocial bookmarking-for-dummies
Social bookmarking-for-dummiesAivil Vin
 
Google search - Tips and Tricks
Google search - Tips and TricksGoogle search - Tips and Tricks
Google search - Tips and TricksNaji El Kotob
 
Mpl brownbag sept2011
Mpl brownbag sept2011Mpl brownbag sept2011
Mpl brownbag sept2011Jason Coleman
 
Google search techniques
Google search techniquesGoogle search techniques
Google search techniquesNirav Ranpara
 
Wk5 contextualized onlinesearchandresearchskills
Wk5 contextualized onlinesearchandresearchskillsWk5 contextualized onlinesearchandresearchskills
Wk5 contextualized onlinesearchandresearchskillsResty Aldana
 
Seo Starter Guide Manual
Seo Starter Guide ManualSeo Starter Guide Manual
Seo Starter Guide ManualAhmed Riad
 
How to be a better Google-r
How to be a better Google-rHow to be a better Google-r
How to be a better Google-rMike Taylor
 
Your own online_magazine
Your own online_magazineYour own online_magazine
Your own online_magazineHaridasHaldar1
 
Regular Expressions in Google Analytics
Regular Expressions in Google AnalyticsRegular Expressions in Google Analytics
Regular Expressions in Google AnalyticsShivani Singh
 
Search Engine Optimization Made Easy
Search Engine Optimization Made EasySearch Engine Optimization Made Easy
Search Engine Optimization Made EasyBrandon Raper
 

Similar to Google Search (20)

Website Evaluation: Relevancy, Currency, and Authority
Website Evaluation: Relevancy, Currency, and AuthorityWebsite Evaluation: Relevancy, Currency, and Authority
Website Evaluation: Relevancy, Currency, and Authority
 
Google Searching Basics
Google Searching BasicsGoogle Searching Basics
Google Searching Basics
 
Effective Search via Google.
Effective Search via Google. Effective Search via Google.
Effective Search via Google.
 
Tips on Searching for files on the Internet
Tips on Searching for files on the InternetTips on Searching for files on the Internet
Tips on Searching for files on the Internet
 
Internet Searching
Internet SearchingInternet Searching
Internet Searching
 
Google Search Operators
Google Search OperatorsGoogle Search Operators
Google Search Operators
 
Search Google Like a Pro
Search Google Like a ProSearch Google Like a Pro
Search Google Like a Pro
 
Social bookmarking-for-dummies
Social bookmarking-for-dummiesSocial bookmarking-for-dummies
Social bookmarking-for-dummies
 
Google search - Tips and Tricks
Google search - Tips and TricksGoogle search - Tips and Tricks
Google search - Tips and Tricks
 
Mpl brownbag sept2011
Mpl brownbag sept2011Mpl brownbag sept2011
Mpl brownbag sept2011
 
Google search techniques
Google search techniquesGoogle search techniques
Google search techniques
 
Seo Training
Seo TrainingSeo Training
Seo Training
 
seo
seoseo
seo
 
Seo Training
Seo TrainingSeo Training
Seo Training
 
Wk5 contextualized onlinesearchandresearchskills
Wk5 contextualized onlinesearchandresearchskillsWk5 contextualized onlinesearchandresearchskills
Wk5 contextualized onlinesearchandresearchskills
 
Seo Starter Guide Manual
Seo Starter Guide ManualSeo Starter Guide Manual
Seo Starter Guide Manual
 
How to be a better Google-r
How to be a better Google-rHow to be a better Google-r
How to be a better Google-r
 
Your own online_magazine
Your own online_magazineYour own online_magazine
Your own online_magazine
 
Regular Expressions in Google Analytics
Regular Expressions in Google AnalyticsRegular Expressions in Google Analytics
Regular Expressions in Google Analytics
 
Search Engine Optimization Made Easy
Search Engine Optimization Made EasySearch Engine Optimization Made Easy
Search Engine Optimization Made Easy
 

Recently uploaded

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 

Recently uploaded (20)

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 

Google Search

  • 1. Google Search Things you know and things you don’t. By: Jiwanjot Singh
  • 2. Google Search OK, do you know how to search on google.com? The But obvious answer to this question is YES. This presentation is not going to teach you how to search on Google, however, we will talk about how to make that search fruitful and quick. Please Note that the examples given in this presentation are included in Brackets [ ], please do not include [ ] while searching on Google using the examples in this presentation.
  • 3. Very Basics Google search is simple: just type whatever comes to mind in the search box, hit Enter or click on the Google Search button, and Google will search the web for pages that are relevant to your query
  • 4. Some basic facts Every word matters. Generally, all the words you put in the query will be used. There are some exceptions. Search is always case insensitive. Searching for [ new york times ] is the same as searching for [ New York Times ]. With some exceptions, punctuation is ignored (that is, you can't search for @#$%^&*()=+[] and other special characters).
  • 5. Exceptions to 'Every word matters' Words that are commonly used, like 'the,' 'a,' and 'for,' are usually ignored (these are called stop words). Synonyms might replace some words in your original query. (Adding + before a word disables synonyms.) A particular word might not appear on a page in your results if there is sufficient other evidence that the page is relevant. The evidence might come from language analysis that Google do.
  • 6. Punctuation that is not ignored Punctuation in popular terms that have particular meanings [ C++ ] or [ C# ] (both are names of programming languages), are not ignored. The dollar sign ($) is used to indicate prices. [ Nikon 400 ] and [ Nikon $400 ] will give different results. The hyphen - is sometimes used as a signal that the two words around it are very strongly connected. (Unless there is no space after the - and a space before it, in which case it is a negative sign.) The underscore symbol _ is not ignored when it connects two words, e.g. [ quick_sort ].
  • 7. Guidelines for better search Keep it simple Think how the page you are looking for will be written Describe what you need with as few terms as possible Choose descriptive words
  • 8. Keep it simple If you're looking for a particular company, just enter its name, or as much of its name as you can recall. If you're looking for a particular concept, place, or product, start with its name. If you're looking for a pizza restaurant, just enter pizza and the name of your town or your zip code. Most queries do not require advanced operators or unusual syntax. Simple is good
  • 9. Think how the page you are looking for will be written A search engine is not a human, it is a program that matches the words you give to pages on the web. Use the words that are most likely to appear on the page. For example, instead of searching [ my head hurts ], search [ headache ], because that's the term a medical page will use. The query [ in what country are bats considered an omen of good luck? ] is very clear to a human, but the document that gives the answer may not have those words. Instead, use the query [ bats are considered good luck in ] or even just [ bats good luck ]
  • 10. Describe what you need with as few terms as possible The goal of each word in a query is to focus it further. Since all words are used, each additional word limits the results. If you limit too much, you will miss a lot of useful information. The main advantage to starting with fewer keywords is that, if you don't get what you need, the results will likely give you a good indication of what additional words are needed to refine your results on the next search.
  • 11. Choose descriptive words The more unique the word is the more likely you are to get relevant results. Words that are not very descriptive, like 'document,' 'website,' 'company,' or 'info,' are usually not needed. Keep in mind, however, that even if the word has the correct meaning but it is not the one most people use, it may not match the pages you need. For example, [ celebrity ringtones ] is more descriptive and specific than [ celebrity sounds ].
  • 12. How to read search results (1)
  • 13. How to read search results (2) The title: The first line of any search result is the title of the webpage. The snippet: A description of or an excerpt from the webpage. The URL: The webpage's address. Cached link: A link to an earlier version of this page. Click here if the page you wanted isn't available.
  • 14. Anatomy of a Web Address (1) If you already know how to read a web address or URL, skip this section. Otherwise, consider the web address http://www.googleguide.com/searchEngines/google/searchLeader.html.
  • 15. Anatomy of a Web Address (2) http://www.googleguide.com/searchEngines/google/searchLeader.html
  • 16. Refining a Query Refining a query means changing or adding to the set of search terms to do a better job of returning the pages you’re seeking. Successful researchers frequently enter several queries to find what they’re seeking
  • 17. Refining a Query: Example (1) Lets take a example: lets say we are searching for “Vacation spots”. Step 1: Type in Google search bar and hint enter: Vacation spots Many of the results will refer to world wide vacations spots Step 3: Refine the search by location, search for: Vacation spots + India
  • 18. Refining a Query: Example (2) Exploit successful queries: look deeper within your results using “search within results” option at the bottom of your Google search results. Type winter in the search box in the bottom of search results and click on “search within results” button. This will further eliminate al vacations spots which are not for winters
  • 19.
  • 20. Google search: Advance techniques Now, lets begin with some advance techniques that you can use to refine your Google search These techniques help in getting more focused results and its fun.
  • 21. using Special Characters Quoted Phrases The + Character The – Character The ~ Character The OR and | Character The .. Character The * Character
  • 22. Quoted Phrases To search for a phrase, a proper name, or a set of words in a specific order, put them in double quotes For example, [ “Larry Page“ ] finds pages containing the phrase/name “Larry Page” exactly not “Larry has a home page”.
  • 23. The + Character (1) The + operator is typically used in front of stop words that Google would otherwise ignore or when you want Google to return only those pages that match your search terms exactly. Note that you should not put a space between the + and the word. So, to search for the satirical newspaper The Onion, use [ +The Onion ], not [ + The Onion ].
  • 24. The + Character (2) Disable automatic stemming Searching for pages that match variants of your search term(s), by preceding each term that you want to be matched exactly with the + operator. For example, if you want to see only pages mentioning one favorite book rather than lists of favorite books, Google will search for “favourite” and “favorite” too. To prevent this, precede the word “favorite” and “book” by a + sign. [ +favorite +book ]
  • 25. The - Character Precede each term you do not want to appear in any result with a “–” sign. Find pages on “salsa” but not the dance nor dance classes. USE [ salsa –dance –class ] NOT [ salsa ]
  • 26. The ~ Character Find synonyms by preceding the term with a ~, which is known as the tilde or synonym operator. In math, the “~” symbol means “is similar to.” The tilde tells Google to search for pages that are synonyms or similar to the term that follows. [ ~inexpensive ] matches “inexpensive,” “cheap,” “affordable,” and “low cost” [ ~run ] matches “run,” “runner’s,” “running,” as well as “marathon”
  • 27. The OR and | Character Specify synonyms or alternative forms with an uppercase OR or | (vertical bar). The 2 examples below will find pages that include either “Tahiti” or “Hawaii” or both terms, but not pages that contain neither “Tahiti” nor “Hawaii.” [ Tahiti OR Hawaii ] [ Tahiti | Hawaii ]
  • 28. The .. Character Specify that results contain numbers in a range by specifying two numbers, separated by two periods, with no spaces. For example, specify that you are searching in the price range $250 to $1000 using the number range specification $250..$1000. [ recumbent bicycle $250..$1000 ]
  • 29. The * Character Use *, an asterisk character, known as a wildcard, to match one or more words in a phrase (enclosed in quotes). For example, [ “Google * my life” ] tells Google to find pages containing a phrase that starts with “Google” followed by one or more words, followed by “my life.” Phrases that fit the search include: “Google changed my life,” “Google runs my life,” or “Google is my life.”
  • 30. Google as Calculator Want to add up a list of numbers, convert from miles to kilometers, or evaluate some other mathematical expression? You can solve mathematical problems with Google’s built-in calculator function.
  • 34.
  • 35. Ext
  • 37. Group
  • 38. Id
  • 40. Info
  • 44. Inurl
  • 45. Link
  • 47. Movie
  • 50. Site
  • 58.
  • 60. What Next?... Sorry, Just kidding, please let me know if you have any questions. All the Search operators are explained in next presentation. Practice makes a man perfect, and that’s goes same for the opposite sex as well  So practice, Try searching with all kind of options and operators at least once to see how it looks in action. Go through the Google search and Google calculator cheat sheets.
  • 61. And that’s all folks!!! Hope you had a great time learning