Quiz Space

Modern Application Development I · Quiz 1 · 19 Jul 2026 · May 2026 term · Set 1-2

MAD 1 Quiz 1 19 Jul 2026 — Question 10

Question 10

+3 marksOne or more correct options

Consider the following Python Jinja2 template code.

Select all that apply.

  1. A

    python main.py MAD1 MAD2 MAD1_ Project MAD2_ Project

  2. B

    python main.py MAD1 MAD2 MAD1_Project MAD2_Project

  3. C

    python main.py "MAD1 MAD2 MAD1_Project MAD2_Project"

  4. D

    python main.py MAD1 MAD2 "MAD1_Project" "MAD2_Project"

Show answer

Correct answers

  • B

    python main.py MAD1 MAD2 MAD1_Project MAD2_Project

  • D

    python main.py MAD1 MAD2 "MAD1_Project" "MAD2_Project"

Question 10 of 13 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 1 paper sat on 19 Jul 2026, in the May 2026 term (Modern Application Development I 16 Jul 26). It carries 3 marks.

More questions from this paper

  1. Q1Which of the following pairs correctly identifies one block-level element and one inline element?
  2. Q2Consider the following HTML and Python flask code. Assume that the Flask app is running at http://127.0.0.1:5000. Based…
  3. Q3Consider the following HTML and Python flask code. Assume that the Flask app is running at http://127.0.0.1:5000. Based…
  4. Q4A web server has an outgoing bandwidth of 6 Gbps, and each client requires 2 Mbps. What is the maximum number of concur…
  5. Q5Consider the following Flask code.\ File name: app.py
  6. Q6Consider the following Python flask code.
  7. Q7Consider the following Python code.
  8. Q8Consider the following Python flask code.
  9. Q9Consider the following Python Flask code.
  10. Q11Suppose a client machine C is communicating with a data center D located 12,500 km away from C. Assume that the TCP con…
  11. Q12Suppose you have a document which contains only lower case alphabets. How many bits are required to encode a character …
  12. Q13Consider the following Python code. Which of the following students is classified as "Pass" by the template?