Quiz Space

Modern Application Development I · Quiz 2 · 16 Mar 2025 · January 2025 term

Question 2: Which of the following best describes the primary advanta…

Question 2

+2 marksOne correct option

Which of the following best describes the primary advantage of asynchronous updates in web applications?

  1. A

    It ensures that all elements of a web page are loaded at the same time.

  2. B

    It improves performance by allowing parts of a webpage to update without requiring a full reload.

  3. C

    It forces the client to wait until the server responds before interacting with the page.

  4. D

    It requires a high-speed internet connection to function correctly.

Show answer

Correct answer

  • B

    It improves performance by allowing parts of a webpage to update without requiring a full reload.

Question 2 of 16 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 2 paper sat on 16 Mar 2025, in the January 2025 term (IIT M DIPLOMA AN EXAM QDD2 16 Mar 2025). It carries 2 marks.

More questions from this paper

  1. Q1IIT Madras runs a BS Degree Program in Data Science & AI, which has thousands of students enrolled across multiple leve…
  2. Q3Figure question
  3. Q4Consider the following Python code snippet. What will be the output of the above code in the terminal?
  4. Q5Consider the HTML code given below: File name: base_layout.html Which of the following is the correct implementation of…
  5. Q6Consider the following Flask code. Assume the above code is running on http://127.0.0.1:5000 . Which of the following r…
  6. Q7A web server is handling requests and has an 8-core processor, 32 GB of RAM, and a network bandwidth of 500 Mbps. The a…
  7. Q8The lens of an HDD can read data on the rotating disk with the speed of 36,000 bits per second. The disk is designed su…
  8. Q9Figure question
  9. Q10Figure question
  10. Q11Consider the flask code below. Assume that the above flask application is running on http://127.0.0.1:5000 . Which of t…
  11. Q12Consider the following flask application running locally on http://127.0.0.1:5000. Which of the following statements is…
  12. Q13Figure question
  13. Q14Consider the following Flask application: Assume the Flask application is running on http://127.0.0.1:5000/ . Which of …
  14. Q15Consider the following Flask-RESTful API implementation: The API is running on http://127.0.0.1:5000/. Which of the fol…
  15. Q16Consider the following flask application. app.py Which of the following statements is/are true if the application is ru…