Web Development Fundamentals Quiz – Correct Answers
-
What is the primary role of a web server?
c) To handle HTTP requests and serve web content. -
Which protocol is used for transmitting data over the web?
c) HTTP -
What does HTML primarily do?
c) Structures the content of web pages. -
What is the purpose of CSS?
b) To style the visual presentation of web pages. -
Which technology is used to add interactivity and dynamic behavior to web pages?
c) JavaScript -
What is a URL used for?
b) Identifying the location of resources on the internet. -
What does DNS do?
b) Translates domain names into IP addresses. -
What is the client in a client-server architecture?
c) The web browser. -
Which of the following is NOT a common HTTP method?
d) CREATE -
What is the purpose of a version control system like Git?
b) To manage changes to code and facilitate collaboration. -
Which of the following is an example of a NoSQL database?
c) MongoDB -
What is the role of web hosting?
b) To provide storage and access for websites on a server. -
In the context of web development, what does DOM stand for?
b) Document Object Model -
Which of the following is a popular open-source web server?
d) Both b and c -
What is the primary function of a text editor or IDE in web development?
c) To write and edit code.