0% found this document useful (0 votes)
9 views2 pages

Web Design Questions English

The document contains quiz questions related to web design, covering topics such as HTTP, domain names, client-side scripting languages, DNS functions, and file extensions for web documents. It includes multiple-choice and true/false questions with correct answers and explanations. Key concepts include the role of JavaScript, CSS, and the distinction between static and dynamic web pages.

Uploaded by

mohammed.17hs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Web Design Questions English

The document contains quiz questions related to web design, covering topics such as HTTP, domain names, client-side scripting languages, DNS functions, and file extensions for web documents. It includes multiple-choice and true/false questions with correct answers and explanations. Key concepts include the role of JavaScript, CSS, and the distinction between static and dynamic web pages.

Uploaded by

mohammed.17hs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Web Design Lecture - Quiz Questions (English)

Multiple Choice Questions:


1. 1. What does HTTP stand for?

 A) Hyperlink Transfer Page


 B) Hypertext Transfer Protocol
 C) High Text Transport Protocol
 D) Hyper Terminal Transfer Protocol

Correct Answer: B) Hypertext Transfer Protocol

Explanation: HTTP is the main protocol used to transfer hypertext on the web.

2. 2. Which of the following is a domain name?

 A) http
 B) pcwebopedia.com
 C) HTML
 D) 192.168.1.1

Correct Answer: B) pcwebopedia.com

Explanation: Domain names are human-readable website addresses like pcwebopedia.com.

3. 3. What language is mainly used for client-side scripting?

 A) PHP
 B) ASP.NET
 C) JavaScript
 D) Python

Correct Answer: C) JavaScript

Explanation: JavaScript is the most common language for client-side scripting.

4. 4. What is the function of DNS?

 A) Provides web hosting


 B) Encrypts data
 C) Translates domain names to IP addresses
 D) Transfers files

Correct Answer: C) Translates domain names to IP addresses

Explanation: DNS helps browsers locate websites using human-readable domain names.
5. 5. Which file extension is typically used for web documents?

 A) .exe
 B) .html
 C) .pdf
 D) .doc

Correct Answer: B) .html

Explanation: HTML files are used to structure and display content on the web.

True/False Questions:
6. 1. The Internet was originally developed by Google.

Answer: False

Explanation: The Internet was developed by ARPA (Advanced Research Projects Agency),
not Google.

7. 2. Static web pages change their content depending on the user.

Answer: False

Explanation: Static pages show the same content to every visitor.

8. 3. CSS is used to control the layout and style of HTML pages.

Answer: True

Explanation: CSS is responsible for the visual appearance of HTML content.

9. 4. A browser requests a web page using the IP address obtained from the DNS.

Answer: True

Explanation: After resolving a domain, the browser uses the IP to contact the web server.

10. 5. JavaScript can only run on the server side.

Answer: False

Explanation: JavaScript is mainly used for client-side scripting, running in the browser.

You might also like