Correct Answers

Web Development Fundamentals Quiz – Correct Answers

Web Development Fundamentals Quiz – Correct Answers

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