Quiz Space

Modern Application Development I · End Term · 24 Dec 2023 · September 2023 term · Set FDD1

MAD 1 End Term 24 Dec 2023 — Question 23

Question 23

+4.5 marksOne or more correct options

Select all that apply.

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answers

  • B
  • D

Question 23 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 24 Dec 2023, in the September 2023 term (IIT M DIPLOMA FN EXAM FDD1 24 Dec 2023). It carries 4.5 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Read the statements given below carefully and select the correct option.\ Statement 1: If an element is styled external…
  3. Q3Consider two python files, one.py and two.py with following code snippets. File1: one.py File2: two.py What is the outp…
  4. Q4What is the primary purpose of curl?
  5. Q5What is template inheritance in Jinja2 used for?
  6. Q6Which of the following is a common method to achieve data persistence in web applications?
  7. Q7Which of the following helps us to create custom HTML elements?
  8. Q8How will the browser render the following HTML document?
  9. Q9Consider the below flask application. If you run the flask application using a terminal. What will be the output in the…
  10. Q10Consider a function func, and a set of test cases given below. Filename: test_file.py What will be the output on the te…
  11. Q11Consider the statements given below and choose the correct option.\ Statement 1: 100% condition coverage automatically …
  12. Q12Figure question
  13. Q13Consider the following function to be tested and test functions given in the Python code snippet below. test_file.py On…
  14. Q14Figure question
  15. Q15Consider the following models Creator and Song corresponding to tables creator and song in SQLite database. Based on th…
  16. Q16What is the git command to change the registered e-mail of a user using CLI?
  17. Q17Figure question
  18. Q18A flask application shown below is running locally on http://127.0.0.1:5000. If the application is running locally on <…
  19. Q19Figure question
  20. Q20Figure question
  21. Q21Consider the following function to be tested and test functions given in the Python code snippet below. test_file.py Fo…
  22. Q22Consider the following HTML document rendered using a browser. If a user starts typing "madcourse" letter by letter, ho…
  23. Q24Consider the following flask application. app.py Which of the following statements is/are true if the application is ru…
  24. Q25Consider the following python code snippet and choose the correct option.
  25. Q26Consider the following flask application. If the application is running locally on http://127.0.0.1:5000, select the co…
  26. Q27Consider the following flask view function definition given below. Which of the following view function definitions wou…
  27. Q28What is the maximum number of requests that can be made to B per second?
  28. Q29What is the round trip time (RTT) in milliseconds for server B?
  29. Q30If the curl request shown below. retrieves the movie only with status 200 OK, what will come in place of GET-FUNCTION i…
  30. Q31Consider the following resource "TestAPI" created using flask-restful which is running locally on http://127.0.0.1:5000…
  31. Q32Consider the following resource "TestAPI" created using flask-restful which is running locally on http://127.0.0.1:5000…