Wide Web (WWW) MCQs
1. What is the World Wide Web?
A. A type of web browser
B. A programming language
C. A global information space accessed via the Internet
D. A social media platform
2. Who invented the World Wide Web?
A. Bill Gates
B. Steve Jobs
C. Tim Berners-Lee
D. Mark Zuckerberg
3. What is a hyperlink?
A. A programming code
B. A storage drive
C. A link to another document or resource
D. A browser tool
4. Which language is used to format web pages?
A. SQL
B. HTML
C. Python
D. C++
5. A website is:
A. A single file
B. An email address
C. A group of linked web pages under one domain
D. A physical server
6. What does a URL identify?
A. A browser
B. A server
C. A web page or resource on the internet
D. A software
7. Which part of a URL indicates the protocol?
A. www.example.com
B. /about
C. https
D. com
8. What is the main function of a web browser?
A. Create websites
B. Send emails
C. Retrieve and display web content
D. Host domains
9. Which of the following is a web browser?
A. GoDaddy
B. Chrome
C. SQL Server
D. Python
10. What is the role of a web server?
A. Design websites
B. Index web pages
C. Host websites and respond to browser requests
D. Translate domain names
11. What does CSS do in web development?
A. Encrypts data
B. Adds interactivity
C. Defines styles and layout
D. Stores data
12. What is JavaScript used for in web pages?
A. Static content
B. Designing layout
C. Adding interactivity
D. Writing backend code
13. What does HTTPS provide that HTTP does not?
A. JavaScript access
B. HTML tags
C. Data encryption for security
D. Video playback
14. What is the purpose of DNS in the web?
A. Hosting web servers
B. Creating websites
C. Translating domain names into IP addresses
D. Sending HTML files
15. What is the role of a search engine?
A. Stores web content
B. Displays code
C. Helps users find web content by indexing pages
D. Writes CSS
Answer Key
1. C – A global information space accessed via the Internet
2. C – Tim Berners-Lee
3. C – A link to another document or resource
4. B – HTML
5. C – A group of linked web pages under one domain
6. C – A web page or resource on the internet
7. C – https
8. C – Retrieve and display web content
9. B – Chrome
10. C – Host websites and respond to browser requests
11. C – Defines styles and layout
12. C – Adding interactivity
13. C – Data encryption for security
14. C – Translating domain names into IP addresses
15. C – Helps users find web content by indexing pages