MAD 1 End Term 13 Apr 2025 — Question 24
Show answer
Correct answers
Question 24 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 13 Apr 2025, in the January 2025 term (IIT M DIPLOMA AN EXAM QDD3 13 Apr 2025). It carries 3 marks.
More questions from this paper
- Figure question
- Consider the following Python code snippet. What will be the output on the terminal?
- Figure question
- Figure question
- Consider the following example: Which of the following accessibility principles is followed in this example?
- A Flask application and its absolute path is given below. app.py If the application is run locally on http://127.0.0.1:…
- Figure question
- A Server S needs to retrieve data from two datacenters D1 and D2 located at 1500 kilometres and 3000 kilometres respect…
- Figure question
- Figure question
- Consider the following flask app. Given that test_request_context() allows text to be printed on the terminal, which of…
- Consider the following Python code snippet. If this application is running locally on http://127.0.0.1:5000, which of t…
- Consider the following HTML code . File name: login.html When the user clicks on the “Login” button the form data will …
- Consider the code below in a file called test_students.py. test_students.py What will be the output on the terminal on …
- Consider the following Python code. File name: main.py What will be the output, when running the above code using the c…
- Consider the following Python code File name: main_test.py What will be the output of running the above python script u…
- Consider the following Jinja2 templating code: Will the above Jinja templating code return the correct output? If yes, …
- You are given a project with three files: conftest.py, test_multiples_of_3_and_6.py, and test_multiples_of_13.py. The p…
- A client machine and a server machine located 120 kilometers apart start moving towards each other along a straight lin…
- Figure question
- Consider a flask app "app.py" and a template file "doc.html" given below: Python file: app.py Template file: doc.html I…
- Which of the following statements about networking concepts (TCP, UDP, Proxy, Peer-to-Peer, Broadcast, Unicast, Multica…
- Consider the following route in the flask for a signup page and select the correct option:
- The following Flask-RESTful API code snippet is intended to create a RESTful API for managing student registrations in …
- Consider the following Flask app code. Assume the above flask app runs on “http://127.0.0.1:5000/” and is accessed thro…
- The students of IITM BS challenged their instructors to a cricket match. A Flask web application is built to track the …
- The students of IITM BS challenged their instructors to a cricket match. A Flask web application is built to track the …
- Which of the following storage types should be used for storing frequently accessed small student records that need low…
- The college wants to store archived counseling records from past students for future reference. These records are rarel…
- Which of the following statements is/are True?
- Which of the following is the correct way of adding records into the ‘student’ and the ‘test_marks’ tables?