WGU E009 WEB DESIGN FUNDAMENTALS
COMPREHENSIVE PRACTICE QUESTION
BANK
250+ MULTIPLE-CHOICE QUESTIONS
WITH VERIFIED ANSWERS & DETAILED
RATIONALES
UPDATED FOR 2026-2027 ACADEMIC
YEAR | 100% ACCURATE | GRADED A+
# MODULE 1: INTRODUCTION TO WEB DESIGN & THE INTERNET
**Question 1**
What is the primary purpose of the World Wide Web?
A) To provide a platform for online gaming and entertainment only
B) To enable the sharing and access of information through interconnected hypertext documents
C) To replace all traditional forms of communication and media
D) To serve as a private network for government institutions
**Correct Answer: B**
,Page 2 of 238
**Rationale:** The World Wide Web was designed as an information system where documents
and other web resources are identified by URLs, interlinked by hypertext, and accessible via the
Internet. Its primary purpose is to facilitate the sharing and retrieval of information. Option A is
incorrect because gaming is only one of many uses. Option C is incorrect because the Web
complements rather than replaces traditional media. Option D is incorrect because the Web is a
public, global system.
---
**Question 2**
Which of the following best describes the difference between the Internet and the World Wide
Web?
A) The Internet and the World Wide Web are the same thing and can be used interchangeably
B) The Internet is a network of networks, while the World Wide Web is a system of interlinked
hypertext documents accessed via the Internet
C) The World Wide Web is the physical infrastructure, and the Internet is the software that runs
on it
D) The Internet is only used for email, while the World Wide Web is used for everything else
**Correct Answer: B**
**Rationale:** The Internet is the global network of interconnected computer networks that uses
TCP/IP protocols. The World Wide Web is an information system that operates on top of the
Internet, consisting of web pages, documents, and other resources identified by URLs. Option A
is a common misconception. Option C reverses the relationship. Option D is factually incorrect.
---
**Question 3**
,Page 3 of 238
What does the acronym HTML stand for?
A) Hypertext Transfer Markup Language
B) Hyperlink Text Management Language
C) Hypertext Markup Language
D) High-Level Text Markup Language
**Correct Answer: C**
**Rationale:** HTML stands for Hypertext Markup Language. It is the standard markup
language used to create web pages and web applications. Option A is incorrect because
"Transfer" refers to HTTP (Hypertext Transfer Protocol). Option B and D are incorrect
variations.
---
**Question 4**
What is the role of a web browser in the context of web design?
A) To create and edit web pages directly
B) To interpret HTML, CSS, and JavaScript code and render web pages visually for users
C) To store all web page data permanently on the user's computer
D) To serve as the primary programming environment for web developers
**Correct Answer: B**
**Rationale:** A web browser (e.g., Chrome, Firefox, Safari) is a software application that
retrieves and renders web content. It interprets HTML for structure, CSS for styling, and
JavaScript for interactivity, displaying the final visual result to the user. Option A is incorrect
, Page 4 of 238
because browsers are primarily for viewing, not creating. Option C is incorrect because browsers
cache but do not permanently store all data. Option D is incorrect because browsers are runtime
environments, not development environments.
---
**Question 5**
Which protocol is used to transfer web pages from a server to a browser?
A) FTP (File Transfer Protocol)
B) SMTP (Simple Mail Transfer Protocol)
C) HTTP/HTTPS (Hypertext Transfer Protocol / Secure)
D) TCP/IP (Transmission Control Protocol/Internet Protocol)
**Correct Answer: C**
**Rationale:** HTTP (Hypertext Transfer Protocol) and its secure version HTTPS are the
application-layer protocols used for transmitting web pages and other resources between web
servers and browsers. FTP is used for file transfers, SMTP is for email, and TCP/IP is the
underlying transport protocol suite.
---
**Question 6**
What is a Uniform Resource Locator (URL)?
A) A programming language used to create dynamic web content
B) A unique address that identifies a resource on the web, such as a web page or file
C) A type of web server software