MAD 1 End Term 31 Aug 2025 — Question 25
Show answer
Correct answers
Question 25 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M DIPLOMA FN EXAM QDD1 31 Aug 2025). It carries 4.5 marks.
More questions from this paper
- You're designing an API to update a user's profile picture but your database has 4 records in a row, profile picture is…
- What is the correct sequence of operations when receiving a form in Flask?
- Consider the following statements and choose the correct option\ Statement 1: It is mandatory to implement server-side …
- What will be the output when accessing http://localhost:5000/user/42 in the following Flask app?
- Consider the following HTML form: What URL will be generated when the user enters "flask" in the input box and clicks o…
- You're creating a registration form. The form is written as: And in Flask: When the user submits the form, they see a 4…
- You created the following templates: base.html home.html But when rendered, "Welcome!" doesn't appear. Why?
- A user downloads a 10 MB file from a server with 5 Mbps speed. How long does it approximately take?
- Suppose you have these models in your Flask-SQLAlchemy app: If you delete an Author instance from the database, what ha…
- Consider the following HTML code snippet (without any CSS styling). Which of the following statements correctly describ…
- Consider the following HTML document with internal CSS and inline styles. What will be the final color and font-size fo…
- Figure question
- Consider the following Python code. File name: main.py What will be the output, when running the above code using the c…
- Consider the HTML code below, what will be the text color of the paragraph?
- Figure question
- You are working on a team project hosted on GitHub. After making changes to your local files, you run the following com…
- Consider the following Python script that processes command line arguments and uses Jinja2 templates. python: app.py If…
- Consider the following Flask application structure and code. app.py: Which of the following statements about the templa…
- Examine the following Python code snippet. File: logger_test.py What will be the output when running the command: pytho…
- Which statements about REST API design are correct?
- Figure question
- Consider the following Python code. Which of the following statement(s) prints the output without any KeyError exceptio…
- Consider the following Flask app code. Assume the above flask app runs on “http://127.0.0.1:5000/” and is accessed thro…
- Examine the following Python test file: Filename: math_tests.py Consider the following pytest command output: Which of …
- Prashant and Nikita are creating a quiz question paper collaboratively. They are each working on different sections — a…
- Prashant and Nikita are creating a quiz question paper collaboratively. They are each working on different sections — a…
- Consider the following Flask-SQLAlchemy models for a library management system: File: models.py File: app.py Based on t…
- Consider the following Flask-SQLAlchemy models for a library management system: File: models.py File: app.py Based on t…
- Consider the following flask code and answer the given subquestions.
- Consider the following flask code and answer the given subquestions.
- Consider the following flask code and answer the given subquestions.