MAD 1 End Term 28 Apr 2024 — Question 11
Show answer
Correct answer
Question 11 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 28 Apr 2024, in the January 2024 term (IIT M FOUNDATION DIPLOMA AN EXAM QDF3 28 Apr 2024). It carries 3 marks.
More questions from this paper
- Consider the following Python code snippet. What will be printed on the terminal for the command python app.py 1 2 ?
- Consider the following flask application running locally on http://127.0.0.1:5000 ? Which of the following URLs will th…
- Consider the following view function. If this flask app is running locally on http://127.0.0.1:5000, which of the follo…
- Which of the following is true about the term “stateless” in the client-server model?
- Figure question
- Which of the below JavaScript statement(s) are used to print information on the browser’s console?
- Which command of the below command creates a new branch in GIT?
- Consider the following statements and select the correct option:\ Statement 1: In a database, an index can only be crea…
- In the code snippet given below, what should come in place of code 1 and code 2 such that one book can have multiple se…
- Consider the following flask app and Jinja2 template. app.py index.html If the flask app is running locally on http://1…
- Consider the following flask application. If this flask app is running locally on <u>http://localhost:5000</u>, what is…
- Consider the following Python code snippet. log.py What will be the output on the terminal for the command: python log.…
- You have a DRAM module with bus width of 64 bits, clock speed of 2 GHz, and operating in DDR (double-data-rate or two v…
- Consider the following flask resource created using flask_restful. If the application is running locally on http://127.…
- Figure question
- Figure question
- Consider the below two data models Author and Book using SQLite database. What kind of relationship exists between Auth…
- Consider a function func, and a set of test cases given below. Filename: test_file.py What will be the output on the te…
- Consider the following python code snippet app.py, the HTML files, base.html and home.html residing in “templates” fold…
- Consider the following graph that represents the variation in bandwidth of a network for an entire day (24 hours). Thre…
- Consider the following restful implementation using flask. If the above application is running on “http://127.0.0.1:500…
- An HTML code and CSS code is given below. Which of the following correctly represents its rendered output? CSS Code: HT…
- Consider the below two python files code snippets app.py and test_app_route.py. app.py test_app_route.py: Assume that a…
- Figure question
- Consider the following python code snippet. Which of the following statements, when substituted in place of === OUTPUT …
- Which of the below is/are true about the Web Server?
- Consider a client ‘C’ and a server ‘S’, separated by distance ‘D’ are connected by a fictitious medium in which the spe…
- Consider the following flask app. Given that test_request_context() allows text to be printed on the terminal, which of…
- Consider the following function to be tested and test functions given in the Python code snippet below. test_file.py On…
- Consider the following Python code snippet. file.py Based on the above data, answer the given subquestions.
- Consider the following Python code snippet. file.py Based on the above data, answer the given subquestions.