Quiz Space

Modern Application Development I · Quiz 2 · 16 Aug 2026 · May 2026 term

Question 12: Which of the following statements is/are true about Docu…

Question 12

+2 marksOne or more correct options

Which of the following statements is/are true about Document Object Model (DOM)?

Select all that apply.

  1. A

    It is the programming interface for web documents.

  2. B

    It is the abstract model of the document.

  3. C

    Its structure is rigid and cannot be changed once created.

  4. D

    It can only be manipulated with the help of JavaScript.

Show answer

Correct answers

  • A

    It is the programming interface for web documents.

  • B

    It is the abstract model of the document.

Question 12 of 13 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 2 paper sat on 16 Aug 2026, in the May 2026 term (Modern Application Development I 14 Aug 26). It carries 2 marks.

More questions from this paper

  1. Q1Consider the Flask SQLAlchemy data model. What is the output after the following Python code is executed ? (Assume all …
  2. Q2Consider the following models: Course and Enrollment corresponding to tables course and enrollment in SQLite database. …
  3. Q3Which of the following statements is correct?\ Statement 1: In Server-Side Rendering (SSR), the client's browser receiv…
  4. Q4A recipe webpage needs to display two distinct sections: A list of ingredients where the order does not matter.1. A seq…
  5. Q5Consider the following Python jinja2 templating code.
  6. Q6Consider the following Flask application structure and code. Which of the following statements about the template rende…
  7. Q7Figure question
  8. Q8In the context of asynchronous updates, which of the following statements is correct?
  9. Q9Consider the following Flask RESTful API code. What will be the response?
  10. Q10A magnetic disk can spin only in one direction with a constant speed of 6000rpm. What is the maximum delay (worst-case …
  11. Q11Consider the following Flask app code. The above flask app is running on "http://127.0.0.1:5000". Which of the followin…
  12. Q13An e-commerce web application stores user shopping cart information as server-side session state. Each active user sess…