Question

Try the search string "filetype:xls username password -example" in Google. What does the operator "-" before...

Try the search string "filetype:xls username password -example" in Google.

What does the operator "-" before "example" do?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

These are the refinements which could be applied to the search query while doing a Google search.

You can query google to search for particular things, you could specify certain file-types  to be returned in a search.

You can also query it to return results from specific domain names.

You can also include or exclude certain words from being in the search results.

Coming to your question '-' operator, is to exclude the results which contain the words present after - without a space.

Make sure you have a space before the operator and not after the operator.

In the example query given, filetype:xls username password -example,

The search returns results with file types of '.xls' extension only   and containing words 'username' and 'password'. It therefore as discussed, excludes the results containing the word 'example'.

You can relate to the screenshots with some more queries. *For educational & demonstration purposes-only.

1) The given query is understandable.*

2) This removes the results containing 'facebook' from the above results . No results which is obvious.*

3) Example *

4) Example *

**THANK YOU**

Add a comment
Answer #2

In Google search, the operator "-" before a keyword or search term is used to exclude specific results that contain that keyword. In the given search string "filetype:xls username password -example", the "-" operator is used to exclude results that contain the word "example". This means that the search results will not include any pages or documents that have the word "example" in them.

answered by: mervetokaz
Add a comment
Know the answer?
Add Answer to:
Try the search string "filetype:xls username password -example" in Google. What does the operator "-" before...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Lab 3: Databased Admin Tool Python Objective: Develop an admin tool for username and password management. You will need...

    Lab 3: Databased Admin Tool Python Objective: Develop an admin tool for username and password management. You will need to use the best data structure to store the data you read from UD.txt for efficient processing. You can accomplish these tasks with Dictionary or List. The data file (UD.txt) : FIRST NAME, LAST NAME,USERNAME,PASSWORD Sam, DDal,sdd233,Pad231 Dave,Dcon,dcf987, BHYW4fw Dell,Grant,dgr803,Sb83d2d Mike,Kress,mkr212,UNNHS322 Lisa,Kate,lki065,dgw6234 Paul,Edward,ped332,9891ds Youyou,Tranten,ytr876,dsid21kk Nomi,Mhanken,nmh223,3282jd3d2 Write a program that imports the database from UD.txt Give the following options: A: Search by...

  • What method is used to provide the MySQL server's hostname, the developer's username and password, and...

    What method is used to provide the MySQL server's hostname, the developer's username and password, and the database name? a) .query() b) .connect() c) .createConnection()

  • Can someone fix the program below so it does what the picture says it won't work...

    Can someone fix the program below so it does what the picture says it won't work for me. import java.util.Scanner; public class Userpass { static String arr[]; static int i = 0; public static void main(String[] args) { String username, password; int tries = 0, result; do { System.out.print("Enter the username: "); username = readUserInput(); System.out.print("Enter the password: "); password = readUserInput(); result = verifyCredentials(username, password); tries++; if (result == -1) System.out.println("The username is incorrect!\n"); else if (result == -2)...

  • 1. Create a program to verify a user name and password given by a user 2....

    1. Create a program to verify a user name and password given by a user 2. Create a text file named "correctData.txt" (You will NOT upload this file during submission). Place a username on line 1 in the txt file and a password on line 2 in the file. This will be used for testing. 3. Create the following functions and call them starting from main: • void login () - This function is responsible for displaying the prompts asking...

  • I am creating a program that will allow users to sign in with a username and...

    I am creating a program that will allow users to sign in with a username and password. Their information is saved in a text file. The information in the text file is saved as such: Username Password I have created a method that will take the text file and convert into an array list. Once the username and password is found, it will be removed from the arraylist and will give the user an opportunity to sign in with a...

  • You receive an e-mail to reset the online banking username and password. When you attempt to...

    You receive an e-mail to reset the online banking username and password. When you attempt to access the link the URL appearing in the browser does not match the link. What is this known as? A. Session hijacking B. Clicking C. Spoofing D. Phishing

  • What am I doing wrong? I get this error: "The name 'LoginPasswordUserControl' does not exist in...

    What am I doing wrong? I get this error: "The name 'LoginPasswordUserControl' does not exist in the current context" I have a user control, here is the code: using System.Windows.Forms; //Define the namespace to make the user control. //namespace to hold the application namespace LoginPasswordUser { //Define the class to make the user control.   //Class to define the control   public partial class LoginPasswordUserControl : UserControl { //Define the read-only properties to get the username and the password from the user...

  • In python! Objective: students will be able to 1.access string elements by index operator 2.search for...

    In python! Objective: students will be able to 1.access string elements by index operator 2.search for simple pattern in strings Specification: Biologists use a sequence of letters A, C, T, and G to model a genome. A gene is a substring of a genome that starts after a triplet ATG and ends before a trilet TAG, TAA, or TGA. The length of a gene string is a multiple of 3 and the gene does not contain any of the triplets...

  • Hashmap concept

    HashMap:  We can use a HashMap to store key value pairs.  Reminder that only reference types can be used as the key or value.  It you want to use a number as the key then an Integer data type could be used but not an int primitive data type.Create a class called Login which contains a HashMap as a private attribute.  It should also have an instance method called loadCredentials which accepts the two arrays.  It will load the HashMap...

  • c++ How do I search for a specific string in a word? For example, when I...

    c++ How do I search for a specific string in a word? For example, when I search for 'pl', I want to return 'true' because 'apple' has a pl.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT