What does the 'WWW' stand for, and who is officially credited with its invention? MCQ with Answer and Explanation

What does the 'WWW' stand for, and who is officially credited with its invention?
A. World Wide Wireless, Vint Cerf
B. Web Working Wireless, Robert Kahn
C. World Wide Web, Alan Turing
D. World Wide Web, Tim Berners-Lee
Answer: Option D
Solution (By JKSSB Mock Tests)
The World Wide Web (WWW) was invented by the British scientist Sir Tim Berners-Lee while working at CERN in 1989.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a popular open-source web server software?
A. IIS
B. Apache HTTP Server
C. Tomcat
D. Nginx

Correct Answer: Option B


Explanation:
Apache HTTP Server is one of the most widely used open-source web servers. Nginx is also open-source, but Apache is more traditionally associated with the open-source label.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of a 'Sitemap' (typically packaged as sitemap.xml) uploaded onto a website's root domain space?
A. To store backup email attachments
B. To explicitly detail the architectural directory list of URLs to assist search engine crawlers in indexing the site thoroughly
C. To display a geographic satellite view map of the server facility layout
D. To encrypt user password data structures safely

Correct Answer: Option B


Explanation:
A sitemap.xml file acts as an architectural guide for web crawlers, listing available site URLs so search engines can efficiently map out and discover pages.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the purpose of the 'accept-charset' attribute in an HTML form?
A. To set the form's character set
B. To define the content type
C. To specify the character encodings accepted for form submission
D. To validate input

Correct Answer: Option C


Explanation:
The accept-charset attribute specifies the character encodings that the server accepts when the form is submitted.

This question belongs to: Computer Internet and Web Technologies