Which of the following is considered the world's first graphical web browser that popularized the World Wide Web beyond academic circles? MCQ with Answer and Explanation

Which of the following is considered the world's first graphical web browser that popularized the World Wide Web beyond academic circles?
A. Mosaic
B. Nexus
C. Opera
D. Internet Explorer
Answer: Option A
Solution (By JKExamLibrary)
NCSA Mosaic, released in 1993, was the first widely used graphical web browser that brought multi-media capability to the general public.

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
What is the purpose of the 'Host' header in an HTTP request?
A. To indicate the domain name of the server
B. To authenticate the user
C. To specify the client's IP address
D. To set the content type

Correct Answer: Option A


Explanation:
The Host header specifies the domain name of the server (and optionally the port) to which the request is being sent, enabling virtual hosting.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the purpose of the 'robots.txt' file on a website?
A. To block malicious users
B. To store user login credentials
C. To configure the web server
D. To instruct search engine crawlers which parts of the site to index

Correct Answer: Option D


Explanation:
The robots.txt file is a standard used by websites to communicate with web crawlers, indicating which pages or sections should not be crawled or indexed.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the purpose of the 'referer' HTTP header?
A. To specify the client's IP address
B. To indicate the URL of the page that linked to the current resource
C. To authenticate the request
D. To set the content type

Correct Answer: Option B


Explanation:
The Referer header (misspelling of 'referrer') contains the URL of the previous page that linked to the current page, used for analytics and security.

This question belongs to: Computer Internet and Web Technologies