Quiz Space

Modern Application Development I · Quiz 1 · 15 Mar 2026 · January 2026 term

Question 3: Consider the following flask app. Select the option which…

Question 3

+5 marksOne correct option

Consider the following flask app.

Select the option which correctly matches the URL in column A with the rendered output in column B, if the application is running locally on http://127.0.0.1:5000.

  1. A

    1-b, 2-b, 3-a, 4-a

  2. B

    1-b, 2-b, 3-d, 4-a

  3. C

    1-c, 2-c, 3-d, 4-a

  4. D

    1-c, 2-b, 3-d, 4-a

Show answer

Correct answer

  • C

    1-c, 2-c, 3-d, 4-a

Question 3 of 15 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 1 paper sat on 15 Mar 2026, in the January 2026 term (Modern Application Development I 15 Mar 26). It carries 5 marks.

More questions from this paper

  1. Q1A client sitting in a train is connected to a server through a network tower that has a range of 4.5 kilometers and a c…
  2. Q2Consider the HTML code below. Which of the following will be the rendered output?
  3. Q4Consider the following code:\ app.py You are running a Flask web application locally using the command: python app.py. …
  4. Q5Consider the following Jinja2 template code: What will be the output when the code is executed?
  5. Q6Consider the following HTML and Python flask codes.
  6. Q7Consider the following Jinja2 template: What will be the output in the terminal?
  7. Q8Figure question
  8. Q9Which command would you use to get detailed information about the HTTP request and response, including headers, and to …
  9. Q10Which of the following statements about HTML, CSS, and character encoding is/are true?
  10. Q11Which of the following is/are True about Web Applications?
  11. Q12Which of the following are True about sys.argv in Python?
  12. Q13Consider the following CSS code: Which of the following statements are TRUE regarding the element's dimensions and spac…
  13. Q14Which statements about CSS display properties are CORRECT?
  14. Q15Consider the following code. Which substitution methods will work WITHOUT raising KeyError ?