Acme Inc
Toggle navigation menu
Web Browser – Long Answer Questions
Medium Level (Application & Explanation)
Q1. Explain how a web browser works as an interface to the World Wide Web. Give examples of features you use as a student.
Answer:
A web browser is an interface between you and the World Wide Web .
You type a URL , and the browser fetches the page for you.
You can click hyperlinks to move from one page to another.
You can save your favorite sites using bookmarks for quick access.
You can download files like assignments or notes from portals.
You can store passwords and use tabbed browsing to open many sites.
The browser can also block pop-ups and filter ads for safety.
Examples: Visiting your school site, watching a video, or reading news.
Q2. Compare GUI-based browsers with text-based browsers. When is each type more useful?
Answer:
A GUI-based browser shows text, images, videos , and animations .
It uses more bandwidth and CPU , but gives a rich experience.
Examples: Chrome , Firefox , Safari for videos and images.
A text-based browser shows only text and uses less data .
It is faster on slow Internet and works well with screen readers .
Example: Lynx for quick reading and low-data usage.
Use GUI when you need media and interaction.
Use text-based when you need speed , simplicity , or accessibility .
Q3. Describe a text-based browser. Explain its advantages and how to navigate it.
Answer:
A text-based browser displays only text and links .
It does not load images , videos , or animations .
It is useful on slow Internet and for low data plans.
It is good for visually impaired users with screen readers .
You move between links using keyboard keys (arrow keys, Enter).
Example: Lynx is a popular text-based browser.
Pages load faster , and there are no ads or pop-ups.
It is great for reading and quick access to information.
Q4. Explain the parts of a URL with examples. Why is each part important?
Answer:
A URL is a Uniform Resource Locator . It is the address of a page.
The Scheme/Protocol shows how data is transferred (like https , http , ftp , mailto ).
The Host is often www , which points to a web server.
The Domain is the main name of the website (like india.gov.in ).
The Path points to the exact page or file inside the site.
Example: https://www.india.gov.in/india-glance/states-india
Scheme: https , Host: www , Domain: india.gov.in , Path: india-glance/states-india .
Example: mailto:principal@school.edu opens your email app to send mail.
Each part helps the browser locate and retrieve the correct resource.
Q5. What are domain extensions? Explain generic and country code extensions with examples.
Answer:
A domain extension tells the type or origin of a website.
Generic examples: .com (commercial), .org (organisation), .gov (government), .edu (education).
More examples: .info , .net , .biz , .mobi , .int , .mil , .asia , .aero .
Country codes show country origin: .in (India), .us (USA), .uk (UK), .pk (Pakistan), .jp (Japan), .fr (France).
Example: www.harvard.edu is an educational site.
Example: india.gov.in is a government site in India.
Example: www.facebook.com is a commercial site.
Extensions help users identify the site’s purpose and trust level.
High Complexity (Analysis & Scenario-Based)
Q6. Your school Internet is very slow. You must read notices and download a small PDF quickly. Plan your approach and justify your browser choice.
Answer:
Use a text-based browser like Lynx for reading notices.
It loads only text , so pages open faster on slow Internet.
Use keyboard navigation to move through links and open the notice page.
For the PDF download , follow the link and let the file download.
If the PDF must be viewed, save it and read it in a PDF reader offline.
Avoid heavy images and videos to save data and time.
This plan combines speed with essential access .
It fits the goal: quick reading and a small download .
Q7. You need to show a science video with animations to your class. Which browser type will you choose and how will you prepare?
Answer:
Choose a GUI-based browser like Chrome or Firefox .
It supports videos , images , and animations .
Make sure the computer has enough CPU and bandwidth .
Open the video in a tab beforehand to test playback.
Close extra tabs to free resources and avoid lag .
Keep a bookmark as backup and check the volume and controls .
If the net is unstable, pre-load or use a local download if allowed.
This ensures a smooth and engaging class demo.
Q8. On the school website, you click “Email the Principal” and it opens your email app. Explain how the mailto URL works and compare it with http/https.
Answer:
The link uses the mailto scheme (like mailto:principal@school.edu ).
The browser sees mailto and opens your email application .
It fills the To field with the given email address .
There is usually no path like a web page in mailto links.
http/https load web pages from a web server using the Host/Domain and Path .
https also means data is sent securely .
So, mailto starts an email , while http/https fetch web content .
Both are protocols but serve different purposes .
Q9. Your browser blocks many pop-ups on a study site. Analyze the benefits and possible drawbacks. How should a student handle this?
Answer:
Pop-up blocking and ad filtering improve safety and focus .
They stop annoying windows and reduce distractions .
Pages may load faster because fewer ads are loaded.
But sometimes, needed features (like login windows ) may be blocked.
The student can allow pop-ups for trusted sites only.
Use the browser’s site settings to make exceptions.
Keep passwords safe using the browser’s password manager .
Balance security with functionality for a better study experience.
Answer:
URL 1 uses https , which is generally more secure than http.
The Domain is nasa.gov . The .gov shows a government site (USA).
The Path shows a specific page about the station mission.
URL 2 uses http and the Domain is unesco.int .
The .int shows an international organisation .
The about path likely leads to an information page.
From the schemes, URL 1 is secure (https), URL 2 is not (http).
From the extensions, we learn the type and scope of each site.