What are spiders? How do they help build Googles index of the web?

Answers

Answer 1

Answer:

Spiders, such as Googlebot, visit web pages in search of new data to add to the index. This is critical because Google's business model (attract consumers and sell ad space) is reliant on providing high-quality, relevant, and up-to-date search results. The spiders are pretty smart, too

Answer 2
I was bouta say spiders are 8 legged creepy things but the first answer works too

Related Questions

Give several reasons why Python is such a great programming language. Explain how Python is related to flowcharts.

Answers

Answer:

Python is the current language of choice in schools because it helps people build good coding techniques very quickly, and it has a robust range of uses. Code presentation is also an increasingly important distinction between the two languages. In the past, developers used code largely to create applications.

Explanation:

Python is related to flowcharts. because You write a program by setting up a flowchart. When you run the flowchart the software compiles to python byte-code so that you can easily import modules you write in Flowchart Python into standard Python programs.

sorry if i'm wrong

Python is a programming language which enables ciders to perform robust tasks very easily. Advantages of python include ;

Robustness and very large community

Readable and very clean syntax

Wide variety of applications such as data science, application development and so on.

Python like most other programming language executes codes sequentially, hence a breakdown of the execution structure or pattern of the program could be traced. This is inline with the flowchart diagram whigh gives a diagrammatic representation of the flow structure of a program.

Learn more : https://brainly.com/question/22841107

A Person typed 180 words per 6 minutes with errors in 18 words. Find the gross speed ,Net
speed, and accuracy percentage of his typing.

Answers

It’s 29a619

Gross, or Raw WPM (Words Per Minute) is a calculation of exactly how fast you type with no error penalties. The gross typing speed is calculated by taking all words typed and dividing by the time it took to type the words in minutes. When calculating typing speed, a "word" is any five characters.
It’s 29a619. Please! Give me brainliest

bro this scared me, i thought i just got hacked, could someone explain why when i went to ask a question, it kicked me out my acc and kept saying sign up? i close that app and reopend it and did it about 3 more times until it finally worked, im just very confused. does anyonw know what happend..???

Answers

dont worry it's just a bug in the system..

That has happened to one of my friend too . They asked me for help to but they just ended up looking it up . Can I have brainliest

1. A virtual network of websites connected by hyperlinks is called

A. a browser

B. a URL

C. the internet

D. the World Wide Web


2. The Domain Name System translates the URL into

A. a client

B. an IP address

C. a website

D. a web browser

Answers

the answer of the first McQ is a and second one is b

Answer:

1 Option D is correct:  World wide web

2 Option B is correct:  Ip addresses

what is the answer i need them now pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls

what is the answer i need them now pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls pls

Answers

Answer: Insert ribbon > table drop down menu  

Explanation:

Answer:Insert ribbon > table drop down menu  

Explanation:

To save a presentation to the hard drive on your computer, you should choose

A. Rename
B. Print
C. Download As
D. Share
30 Points!!

Answers

Answer:

C should be the answer, Hope this helps :) Pls mark me brainliest.

Explanation:

If you choose A then you will just rename the presentation so this is not it.

If you choose B then you would just print the file onto paper so this is not it.

If you chose D you would just share the presentation to other people but it won't save on your hard drive.

So C is the answer because your downloading the file into your hard drive.

Answer:

C) downlload As

Explanation:

Name 10 reasons why computers are better than other electronic devices? :)

Answers

Desktop and laptop computers can run more powerful software than a smartphone or tablet due to their size, components, and less restrictive power requirements. Also phones can connect to a mobile data network; many tablets offer mobile data connectivity as well.
A computer is a powerful tool because it is able to perform the information processing cycle operations (input, process, output, and storage) with amazing speed, reliability, and accuracy; store huge amounts of data and information; and communicate with other computers.

When you are creating a game you plan to sell online and you need to implement art:

answer choices

you legally are required to create your own characters.

you can download images that the creator has given permission to use freely.

you can use images representing existing characters as long as you created the image yourself.

you can borrow images from other games as long as you give credit to the original creators.

Answers

Answer:

you can download images that the creator has given permission to use freely.

Explanation:

B is correct I’ve had this question

what are some basic commands to remember in terminal? windows 10

please help if you know

Answers

Answer:

If you just need a few, maybe this can help.

Explanation:

Cat - The cat command means 'Concatenate'. It prints the contents of a file or files to stdout. It's frequently used in Linux commands.

Touch - Using the 'Touch' command, you can create a file, or possibly just modify or generate a timestamp.

Move - The 'mv' command stands for 'Move'. As the name says, we can use this command to move files and directories from one place to another.

Chsh - The chsh command changes a user's login shell attribute. If you want to change the shell of another user, execute the command with root permissions.

Sudo - 'Sudo', or 'super user do', is a command that allows you to elevate your user privileges while executing the command to administrator privileges.

1.Assoc

Most files in Windows are associated with a specific program that is assigned to open the file by default. At times, remembering these associations can become confusing. You can remind yourself by entering the command assoc to display a full list of filename extensions and program associations. You can also extend the command to change file associations. For example, assoc .txt= will change the file association for text files to whatever program you enter after the equal sign. The assoc command itself will reveal both the extension names and program names, which will help you properly use this command.

In Windows 10, you can view a more user-friendly interface that also lets you change file type associations on the spot. Head to Settings (Windows + I) > Apps > Default apps > Choose default app by file type

2.Cipher

Deleting files on a mechanical hard drive doesn't really delete them at all. Instead, it marks the files as no longer accessible and the space they took up as free. The files remain recoverable until the system overwrites them with new data, which can take some time. The cipher command, however, lets you wipe a directory on an NTFS-formatted volume by writing random data to it. To wipe your C drive, for example, you'd use the cipher /w:d command, which will wipe free space on the drive. The command does not overwrite undeleted data, so you will not wipe out the files you need by running this command.

When you run the cipher command by itself, it returns the encryption state of the current directory and the files it contains. Use cipher /e: to encrypt a file, cipher /c: to retrieve information about encrypted files, and cipher /d: to decrypt the selected file. Most of these commands are redundant with the Windows encryption tool BitLocker.

3.file Compare

You can use this command to identify differences in text between two files. It's particularly useful for writers and programmers trying to find small changes between two versions of a file. Simply type fc and then the directory path and file name of the two files you want to compare.

You can also extend the command in several ways. Typing /b compares only binary output, /c disregards the case of text in the comparison, and /l only compares ASCII text.

So, for example, you could use the following:

fc /l "C:\Program Files (x86)
The above command compares ASCII text in two Word documents.

4.Ipconfig

This command relays the IP address that your computer is currently using. However, if you're behind a router (like most computers today), you'll instead receive the local network address of the router.

Still, ipconfig is useful because of its extensions. ipconfig /release followed by ipconfig /renew can force your Windows PC into asking for a new IP address, which is useful if your computer claims one isn't available. You can also use ipconfig /flushdns to refresh your DNS address. These commands are great if the Windows network troubleshooter chokes, which does happen on occasion.

5.Netstat

Entering the command netstat -an will provide you with a list of currently open ports and related IP addresses. This command will also tell you what state the port is in; listening, established, or closed.

This is a great command for when you're trying to troubleshoot devices connected to your PC or when you fear a Trojan infected your system and you're trying to locate a malicious connection.

6.Ping

Sometimes, you need to know whether or not packets are making it to a specific networked device. That's where ping comes in handy.

Typing ping followed by an IP address or web domain will send a series of test packets to the specified address. If they arrive and are returned, you know the device is capable of communicating with your PC; if it fails, you know that there's something blocking communication between the device and your computer. This can help you decide if the root of the issue is an improper configuration or a failure of network hardware.

7.PathPing

This is a more advanced version of ping that's useful if there are multiple routers between your PC and the device you're testing. Like ping, you use this command by typing pathping followed by the IP address, but unlike ping, pathping also relays some information about the route the test packets take.

next one wasssss: search :) and go to images

it scared meeeee

next one wasssss: search :) and go to imagesit scared meeeee

Answers

Answer:

not creepy at all..........

Explanation:

Answer:

lol

Explanation:

Digital and analog audio recordings have pros and cons. Do you think the pros of digital recordings outweigh the cons and therefore prefer digital audio recordings? Or, do you think the cons outweigh the pros and therefore you prefer analog audio recordings? Explain. ( USE C.E.R *Claim, Evidence, Reasoning* )

Answers

I think the pros of digital recordings outweigh the cons! I prefer digital audio recordings over analog audio recordings because analog recordings require more financing and preservation. Compared to digital recordings, analog recording equipment is more expensive and the tape deteriorates over time. Which to me personally, doesn't seem to be worth the amount of effort since it's such a process to go through. You can possibly go into debt due to that. Digital recording equipment, on the other hand, is more affordable. It's less time-consuming and although it does have its disadvantages, they're minor. Digital recordings can be stored online. Its data get corrupted? You can get it back! It won't cost you anything.

I think the pros of digital recordings outweigh the cons! I prefer digital audio recordings over analog audio recordings because analog recordings require more financing and preservation. Compared to digital recordings, analog recording equipment is more expensive and the tape deteriorates over time. Which to me personally, doesn't seem to be worth the amount of effort since it's such a process to go through. You can possibly go into debt due to that. Digital recording equipment, on the other hand, is more affordable. It's less time-consuming and although it does have its disadvantages, they're minor. Digital recordings can be stored online. Its data get corrupted? You can get it back! It won't cost you anything.

Technology is (BLANK.1 ) science that makes (blank.2) science useful and practical.

Blank.1 Options:
Applying
technical
experimental
theoretical
pure
general

BLANK.2 Options:
Applying
technical
experimental
theoretical
pure
general

Answers

Answer:Technology

Explanation:What is technology in science?

Technology, the application of scientific knowledge to the practical aims of human life or, as it is sometimes phrased, to the change and manipulation of the human environment

Technology is the application of science that makes theoretical science useful and practical.

Hence, for Blank 1: applying is true and for Blank 2: Teroratical is true.

Technology can be described as the practical implementation of scientific knowledge.

It involves applying theoretical principles to create solutions that improve our daily lives.

Through technology, we are able to transform abstract concepts into tangible and useful tools.

It empowers us to solve complex problems, innovate, and enhance efficiency in various fields.

Whether it's developing advanced medical devices, designing efficient transportation systems, or creating user-friendly software, technology plays a crucial role.

It bridges the gap between theoretical science and practical applications, allowing us to harness the full potential of scientific discoveries.

In essence, technology enables us to turn ideas into reality, making our lives easier, more connected, and more productive.

Hence,

Technology is the application of science that makes theoretical science useful and practical.

Therefore, for Blank1: applying is true

For Blank 2: Teroratical is true.

To learn more about technology defined as:

https://brainly.com/question/9171028

#SPJ3

Please help I’ll mark brainliest!

Please help Ill mark brainliest!

Answers

Answer:

I Think Double Click on New Folder in the Start menu

You need to Double Click on File?

In a complex model, scientists use _____ to simplify calculations?

variables
factors
assumptions
inputs

Answers

Answer:

factors

Explanation:

because it explains it in pieces

Answer:

In a complex model, scientists use variables to simplify calculations.

Explanation:

Variables are values or quantities that can change within a model. They allow scientists to represent complex relationships and systems with a smaller number of inputs. By using variables, scientists can perform mathematical operations and make predictions about the behavior of the system being modeled. For example, in a model of a population, a variable might represent the number of individuals in the population, while another variable might represent the birth rate. By manipulating these variables, scientists can make predictions about how the population will change over time.

HURRY 50 POINTS A human is needed to create the algorithms that computers use.
True
False

Answers

Answer:False

Explanation:Took the test before

Answer:

maybe false

Explanation:

Which of the following statements is true regarding input and output?

Input is the raw data that is entered into the computer for processing.

Input devices, such as a printer, are used to convey interpretations to users after processing.

Output devices, such as a keyboard, are used to enter data into a computer.

Output is data before it is processed and is not necessarily meaningful.

Answers

Answer:

Input is the raw data that is entered into the computer for processing.

The second one input devices , such as a printer , are used to convey interpretations to users after processing

Match List

Match each term to its definition.

Put responses in the correct input to answer the question.

Correct answers:
1
a value that can be passed to a function
2
a group of instructions that can be used to organize a program or perform a repeated task
3
a value that can be passed from a function back to the calling part of a program

Match ListMatch each term to its definition.Put responses in the correct input to answer the question.Correct

Answers

Return Value - A value … part of a program
Parameter - A value … function
Function - A group

Answer:

parameter: a value that can be passed to a function

function: a group of instructions that can be used to organize a program or perform a repeated task

return value: a value that can be passed from a function back to the calling part of a program

Explanation:

Why do people on Brainly verify answers that are wrong. I got 90% and 80% percent on my tests because of it

Answers

I feel that, you can’t trust it.
You can’t really trust it but it worth a try

Advantages and disadvantages of using the command-line interface to manage files and folders

PLZ HELP I WILL MARK YOU AS BRAINLIEST ASAP

Answers

Some advantages are that you will have more control, you can quickly access documents and files, and you can easily preform more advance commands. Some downside are not GUI, you have to know exactly what to type to do the action you need, and you have to experience error codes sometimes with will need you to google what they mean


Hope this helps! And I hope to get brainliest!
you have more control is an advantage

helppppppppppppppppppppppppppp

helppppppppppppppppppppppppppp

Answers

Answer:

2.

Explanation:

Stayed a safe distance away from the tank while shooting to ensure that he did not fall in accidently

im going to go with 1 or 2

Explanation:

Why is it important for schools and organizations to have an Acceptable Use Policy?
A. It prohibits people from using the Internet.
B. It lets people know what is considered to be acceptable use of the Internet.
C. It makes it mandatory for people to use the Internet.
D. It provides the acceptable use rules for the country.

Answers

A. Is the correct answer I’m pretty sure.

Answer:

B. It lets people know what is considered to be acceptable use of the Internet.

Explanation:

An Acceptable Use Policy (AUP) is a set of guidelines and rules that outline the acceptable and appropriate use of technology, particularly the internet and digital resources, within schools and organizations. The primary purpose of an AUP is to provide clear expectations and guidelines to users regarding the appropriate and responsible use of technology resources. Some of the reasons why it is important for schools and organizations to have an AUP are:

Establishing Boundaries: An AUP helps set clear boundaries and expectations for the use of technology resources. It defines what is considered acceptable and appropriate behavior, ensuring that users understand the rules and guidelines that need to be followed.Promoting Responsible Use: By outlining acceptable use, an AUP encourages responsible and ethical behavior when using technology. It emphasizes the importance of respecting the rights of others, protecting privacy, and adhering to legal and ethical standards.Protecting Users and Systems: An AUP helps protect users and the organization's technology infrastructure. It provides guidelines to prevent the misuse of resources, such as engaging in cyberbullying, accessing inappropriate content, or engaging in illegal activities. By promoting safe and responsible use, an AUP helps maintain a secure and productive technology environment.Educating Users: An AUP serves as an educational tool, informing users about digital citizenship, online safety, and responsible use of technology. It helps users understand the potential risks and consequences of inappropriate or irresponsible behavior, fostering digital literacy and responsible digital citizenship.Legal and Compliance Requirements: Having an AUP ensures that organizations comply with legal obligations and regulatory requirements. It helps protect the organization from potential legal liabilities by setting guidelines for appropriate use and making users aware of their responsibilities.

Overall, an AUP plays a vital role in promoting responsible, safe, and ethical use of technology resources within schools and organizations. It helps create a positive and secure digital environment and ensures that users are aware of the expectations and guidelines for using technology appropriately.

REAL ANSWERS ONLY!!! BRAINLLIEST AND 50 POINTS FOR BEST ANSWER

REAL ANSWERS ONLY!!! BRAINLLIEST AND 50 POINTS FOR BEST ANSWER

Answers

I’m not sure what you’re asking, what about a presentation? Reply back to this and lmk so I can figure it out for ya!!
Answer:
2-Photographs allow people to see visual evidence of events, view nature in artistic ways, and tell stories with little to no words.
3-Successful photojournalists need to understand that the point of photography is to tell a story in an interesting way that will entertain and draw viewers in.
4-Photography connects people all around the world. A large group of people could view the same photo, and evaluate it in a number of different ways. These people can converse and tell each other about what they can take from the photo, and how their perspectives change the meaning of the photo.

The two that I didn't answer were up to your own opinion, so I'll let you try to figure them out yourself with the information that I gave you. :)

Write the importance of software in computer . In 6 points ​

Answers

Answer:

Software is a set of instructions, data or programs used to operate computers and execute important tasks but can also help you work more efficiently.

Uses of Software

Uses of Software in Office.Uses of Software in Business.Uses of Software for Play Game.Uses of Software in Shop.Uses of Software for Entertainment.

Explanation:

I think most important software in computer is terminal because it can control any part to computer and can do things we cannot de with other apps

Question: How do you file a complaint using a food restaurant? 100 POINTS WILL BE GIVEN INCLUDING BRAINLIEST

Answers

send it through the mail

Answer:  Be prepared to provide the following information:

1.Your Name, Address and Phone Number (your information will remain anonymous to the restaurant)

2.Name of restaurant

3.Location/address of the restaurant

4.Date of incident

5.Nature of complaint

If you suspect you became ill from this incident. You will need to give specific information about the suspected foods that made you sick, as well as when your symptoms began, and what they were. In addition, you will need to give a 3-day food eating history.

Explanation

Be sure to answer the following in complete and detailed sentences.

1. What might be a benefit of wirelessly connecting smart devices in a physical computing project?
2. How might you connect more than two micro:bits to activate multiple outputs triggered by one micro:bit?
3. How do batteries and other types of power sources make physical computing systems more mobile? Why is that helpful?

Answers

Answer: 1, 3

Explanation:

1: It can not just cause less of a wire mess. It can also cause easy travel if you want to do something from somewhere else!

3: It can make it easier to power up a device quickly when you CAN replace the batteries. It can also make charging more efficient overall.

Answer:1: It can not just cause less of a wire mess. It can also cause easy travel if you want to do something from somewhere else!

3: It can make it easier to power up a device quickly when you CAN replace the batteries. It can also make charging more efficient overall.

Explanation:

To add a new kind of information into the database you need to add a new table
true or false?

Answers

Answer:

true

Explanation:

Trueeeeee :)... sorry i didn’t come here in time
To add a new kind of information into the database you need to add a new tabletrue or false?

I WILL GIVE BRANLIST

You want the text in a document to be arranged evenly so that margins on both sides are straight. Which of these should you use?

Space alignment
Center alignment
Merge alignment
Justify alignment

Answers

Center alignment idk lol

    The top and bottom margins of a page are also known as the "head" and "foot," respectively (any gap between columns of text is a gutter). The edge of internal material, such as the right or left edge of a text column, can also be referred to as a margin.

What are the different forms of margin?

     The margin in Microsoft Word refers to the area between the page's edge and the text that appears there. Ms-Word has four different varieties of it: Left, Right, Top, and Bottom. Whatever we type will display after the margin that we specified for the page.

     Formatting Margins Using on computers: Open the document whose margins you want to adjust, On the Ribbon, select the Layout tab, Select Margins from the menu (in the Page Setup group), From the drop-down box, select Predefined Margin Settings (Normal). (Alternatively, select the Custom Margins command and enter the desired.

      The margins in Word are where : Select Custom Margins under Layout > Margins. Define your margins.

To Learn more About columns of text, Refer:

https://brainly.com/question/25863198

#SPJ2

I WILL GIVE BRANLIST You want the text in a document to be arranged evenly so that margins on both sides

ANSWER ASAP PLEASE! I'M TIMED <3
Which of the following are forms of repetitive strain injury? Choose 3 options.

neck spasms

concussion

overexertion

back issues

carpal tunnel syndrome

Answers

please give brainliest

Answer:

The three options that are forms of repetitive strain injury are:

Neck spasms: Repetitive movements or sustained poor posture can strain the neck muscles, leading to spasms and discomfort.

Overexertion: Overexertion refers to excessive or repetitive use of certain muscles or body parts, which can result in strain and injury over time.

Carpal tunnel syndrome: Carpal tunnel syndrome is a specific repetitive strain injury that affects the hands and wrists. It occurs when the median nerve, which runs through the carpal tunnel in the wrist, becomes compressed or irritated due to repetitive hand and wrist movements.

Answer: neck spasms, carpal tunnel syndrome, overexertion

Explanation:

PYTHON 3


PART 1


Given the following list of the first 20 elements on the periodic table of elements:


elements20 = ['Hydrogen', 'Helium', 'Lithium', 'Beryllium', 'Boron', 'Carbon', 'Nitrogen', 'Oxygen', 'Fluorine', 'Neon', 'Sodium', 'Magnesium', 'Aluminum', 'Silicon', 'Phosphorus', 'Sulfur', 'Chlorine', 'Argon', 'Potassium', 'Calcium']


Print the list

Go through (traverse) the list item by item and do the following:

Print the atomic number - element name for any element that starts with an 'H' or an 'N'. For example 1 - Hydrogen would be printed for the first element.

(Hint: How does the index number compare to the atomic number?)

Print the list in alphabetical order (ascending)

Print the list in reverse alphabetical order (descending)

Go through (traverse) the list item by item and do the following: (HINT: Be careful of the order you go!)

Remove any elements that start with the letter 'C'

Print the resulting list with the 3 'C' elements removed.

PART 2


For this little program you will create a list of numbers and then perform some actions on it.


Ask the user to enter 2 digit positive numbers repeatedly until they enter a -1. Make sure that they only enter positive 2-digit numbers.

Display the list of numbers, count, total, maximum, minimum and average of the numbers after the user enters -1.

Display the sorted list of numbers.

Define and call a function that will display the median of the list of numbers. It will take the list as a parameter and return the median value. (You will need to consider if the number of numbers is odd or even.)

The output should look something like this:

PYTHON 3PART 1Given the following list of the first 20 elements on the periodic table of elements:elements20

Answers

Answer:

c

Explanation:

agree i go with c btw i took test

What kind of power does Tesla Model S, 3 X, and Y use?


A: Electricity only

B: Both gas/diesel and electricity

C: Just gas/diesel

Note: There is only one correct answer.

Answers

A

That is it for that
answer is a, as tesla only uses electricity since it is an electric vehicle !
Other Questions
Write a short story that has 1,000 words. in 10th grade this is for a english essay. needs to have alot of emotions and proper beginning and ending. main character n dont make a ridiculous story please and thank you. the most liquid securities traded in the capital market are mortgage-backed securities. municipal bonds. u.s. treasury bonds. corporate bonds. Mrs.Reynolds is picking up 17 playground balls after recess and she wants to put the same number of balls into each ball bin . What are the different ways she could group the balls during iep, the effective date is either the first of the month the member becomes eligible or the first of the month following the month the enrollment form is submitted, whichever is later. select one: true false What advantages would working with large pixels have over working with small pixels T/F : Span{a1,a2} contains only the line through a1 and the origin, and the line through the a2 and the origin. If price rises, what happens to the demand for a product?. the ________ of a city refers to its exact location and characteristics a recipe that serves 6 people needs t be doubled to serve a dinner party of 12. the original recipe calls for 1 2/3 cups of flour. how much flour should you use to double the recipe construct a table for 4-3-2-1 weighted code and write 8147 using this code. I need help with this its still confusing When the malleus vibrates, it transmits the vibration directly to the incus.True or false demarco is planning a speech for when he is announced as the recipient of a full scholarship to harvard medical school. who should demarco not mention when noting the people who supported his academic efforts help please.with the stepson image. Early North American people, the ____, lived in apartments carved into cliffs. a. Hohokam c. Hopewell b. Adena d. Anasazi How should employees behave during interactions with clients and co-works greenscape landscaping purchased a tractor at a cost of $27,000 and sold it three years later for $14,400. greenscape recorded depreciation using the straight-line method, a five-year service life, and a $3,500 residual value. tractors are included in the equipment account. 1. Record the sale. (If no entry is required for a transaction/event, select "No journal entry required" in the first account field.)2. Assume the tractor was sold for $9,400 instead of $14,400. Record the sale. (If no entry is required for a transaction/event, select "No journal entry required" in the first account field.) describes a diploid organism or cell that has the same allele for both a maternal and paternal gene. What did Mussolini take advantage of to seize power in Italy? Leslie says that a temperature of -12 C is colder than a temperature of -20 C because1-12