CS412
Fall 2024

Quiz 1 Information

Material covered

The quiz will focus on the material that we have discussed in class during the first part of the course. These topics include:

Quiz details

Sample Questions

The following sample questions are provided to give you an idea about how the questions will be posed, but this is NOT a complete or sufficient study guide.

  1. Explain the difference between the Internet and the World-Wide Web.

  2. Identify and explain the key inventions that make the World-Wide-Web possible.

  3. Explain the main elements of an HTTP Request and an HTTP Response.

  4. Identify and explain the most common HTTP response codes: 200, 401, and 404.

  5. Briefly explain the model-view-controller (MVC) application architecture.

  6. Define a “Full stack” web application.

  7. What is a web application framework, and why would a developer use one?

  8. Explain these elements of a Django application: URLs, vies, and templates.