Quiz Space

Modern Application Development I · End Term · 31 Aug 2025 · May 2025 term · Set QDD1

Question 3: Consider the following statements and choose the correct …

Question 3

+2 marksOne correct option

Consider the following statements and choose the correct option
Statement 1: It is mandatory to implement server-side validations and client-side validations. Statement 2: Server-side validations can be implemented using HTML5.

  1. A

    Statement 1 is false, while statement 2 is true

  2. B

    Statement 1 is true, while statement 2 is false

  3. C

    Both statements are false

  4. D

    Both statements are true

Show answer

Correct answer

  • C

    Both statements are false

Question 3 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 2 marks.

More questions from this paper

  1. Q1You're designing an API to update a user's profile picture but your database has 4 records in a row, profile picture is…
  2. Q2What is the correct sequence of operations when receiving a form in Flask?
  3. Q4What will be the output when accessing http://localhost:5000/user/42 in the following Flask app?
  4. Q5Consider the following HTML form: What URL will be generated when the user enters "flask" in the input box and clicks o…
  5. Q6You're creating a registration form. The form is written as: And in Flask: When the user submits the form, they see a 4…
  6. Q7You created the following templates: base.html home.html But when rendered, "Welcome!" doesn't appear. Why?
  7. Q8A user downloads a 10 MB file from a server with 5 Mbps speed. How long does it approximately take?
  8. Q9Suppose you have these models in your Flask-SQLAlchemy app: If you delete an Author instance from the database, what ha…
  9. Q10Consider the following HTML code snippet (without any CSS styling). Which of the following statements correctly describ…
  10. Q11Consider the following HTML document with internal CSS and inline styles. What will be the final color and font-size fo…
  11. Q12Figure question
  12. Q13Consider the following Python code. File name: main.py What will be the output, when running the above code using the c…
  13. Q14Consider the HTML code below, what will be the text color of the paragraph?
  14. Q15Figure question
  15. Q16You are working on a team project hosted on GitHub. After making changes to your local files, you run the following com…
  16. Q17Consider the following Python script that processes command line arguments and uses Jinja2 templates. python: app.py If…
  17. Q18Consider the following Flask application structure and code. app.py: Which of the following statements about the templa…
  18. Q19Examine the following Python code snippet. File: logger_test.py What will be the output when running the command: pytho…
  19. Q20Which statements about REST API design are correct?
  20. Q21Figure question
  21. Q22Consider the following Python code. Which of the following statement(s) prints the output without any KeyError exceptio…
  22. Q23Consider the following Flask app code. Assume the above flask app runs on “http://127.0.0.1:5000/” and is accessed thro…
  23. Q24Examine the following Python test file: Filename: math_tests.py Consider the following pytest command output: Which of …
  24. Q25Figure question
  25. Q26Prashant and Nikita are creating a quiz question paper collaboratively. They are each working on different sections — a…
  26. Q27Prashant and Nikita are creating a quiz question paper collaboratively. They are each working on different sections — a…
  27. Q28Consider the following Flask-SQLAlchemy models for a library management system: File: models.py File: app.py Based on t…
  28. Q29Consider the following Flask-SQLAlchemy models for a library management system: File: models.py File: app.py Based on t…
  29. Q30Consider the following flask code and answer the given subquestions.
  30. Q31Consider the following flask code and answer the given subquestions.
  31. Q32Consider the following flask code and answer the given subquestions.