What is the primary function of a search engine's 'web crawler' or 'spider'? MCQ with Answer and Explanation

What is the primary function of a search engine's 'web crawler' or 'spider'?
A. To execute complex SQL queries on distributed user databases
B. To systematically browse the World Wide Web and index page content
C. To scan incoming email traffic for malicious spam attachments
D. To accelerate the rendering speed of heavy client-side JavaScript
Answer: Option B
Solution (By JKSSB Mock Tests)
A web crawler systematically explores the internet by following hyperlinks from page to page to discover, fetch, and index web content for search engines.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the function of an encryption certificate standard like SSL/TLS when integrated into e-commerce web channels?
A. To accelerate processing speeds of graphic vector files
B. To establish cryptographic authentication and data scrambling to secure monetary transactions and logins
C. To automatically build clean layout formatting patterns
D. To track site page view metadata collections

Correct Answer: Option B


Explanation:
SSL/TLS certificates authenticate web server identities and encrypt data streams, preventing hackers from reading sensitive credit card or login transmissions.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which HTTP method is idempotent?
A. DELETE
B. POST
C. Both PUT and DELETE
D. PUT

Correct Answer: Option C


Explanation:
PUT and DELETE are idempotent: multiple identical requests have the same effect as a single request. POST is not idempotent.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a type of web-based attack that involves injecting SQL queries into input fields?
A. Session Hijacking
B. Cross-Site Request Forgery
C. Cross-Site Scripting
D. SQL Injection

Correct Answer: Option D


Explanation:
SQL Injection is an attack where malicious SQL statements are inserted into input fields to manipulate the database.

This question belongs to: Computer Internet and Web Technologies