JAMIA 2026 — Computer PYQ
JAMIA | Computer | 2026Which of the following is not a web-browser?
Choose the correct answer:
- A.
Google
(Correct Answer) - B.
Google Chrome
- C.
Microsoft Edge
- D.
Opera
Explanation
Correct Option: (a) Google
Solution
It is a common point of confusion to mix up Google and Google Chrome, but they represent two entirely different layers of internet software architecture.
1. What is a Web Browser?
A web browser is a client-side software application installed on your local machine. Its primary function is to fetch content from web servers using protocols like HTTP or HTTPS, parse the HTML/CSS/JavaScript code, and render it into a human-readable visual webpage.
2. What is a Search Engine?
A search engine is a web-based service hosted on remote servers. It uses automated bots (spiders/crawlers) to systematically index the World Wide Web (WWW). It maintains a massive database so users can query and find specific hyperlinks matching keywords.
Feature Comparison
Option | Name | Classification | Key Function |
(a) | Search Engine | Indexes websites and answers search queries. It is accessed through a web browser. | |
(b) | Google Chrome | Web Browser | A software application developed by Google used to access and surf the internet. |
(c) | Microsoft Edge | Web Browser | The default web browser developed by Microsoft for Windows operating systems. |
(d) | Opera | Web Browser | A multi-platform web browser developed by Opera Software. |
Therefore, while Google Chrome, Microsoft Edge, and Opera are applications used to browse the internet, Google is a search engine, making it the correct choice.
