What is the role of a search engine crawler (spider)? MCQ with Answer and Explanation

What is the role of a search engine crawler (spider)?
A. To index web pages by following links
B. To encrypt web traffic
C. To display search results
D. To rank web pages
Answer: Option A
Solution (By JKExamLibrary)
A crawler, also known as a spider or bot, systematically browses the web to discover and index web pages by following hyperlinks.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following HTTP methods is designed to retrieve data safely from a specified web resource without causing any side effects or modifications on the server?
A. PUT
B. POST
C. DELETE
D. GET

Correct Answer: Option D


Explanation:
The GET method is used strictly to request and fetch data from a designated resource without changing the state of that resource on the server.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What does the '200 OK' HTTP response code indicate to a browser engine?
A. The server redirects requests to alternative domains.
B. The input client address layout is broken.
C. The resource has been deleted safely.
D. The client request succeeded perfectly, and the expected payload data is sent back.

Correct Answer: Option D


Explanation:
A 200 OK status code means the client's HTTP request was successfully processed by the server, which then returned the requested data.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the primary operational task of a 'Local DNS Cache' operating within an individual computer's operating system environment?
A. To track local physical network interface hardware performance logs
B. To temporarily store recently resolved domain-to-IP address lookups locally, avoiding the need to query external DNS servers for repeat visits
C. To parse HTML structural page data inside browser applications
D. To filter email spam items from corporate mail boxes

Correct Answer: Option B


Explanation:
The local DNS cache retains recent domain resolutions in device memory, reducing latency and network traffic by accelerating address lookups for frequently visited websites.

This question belongs to: Computer Internet and Web Technologies