Quiz Space

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

Question 10: A magnetic disk can spin only in one direction with a co…

Question 10

+2 marksNumerical answer

A magnetic disk can spin only in one direction with a constant speed of 6000rpm. What is the maximum delay (worst-case latency) before data transfer starts (in milliseconds)?

Show answer

Correct answer: 10

Question 10 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. Q11Consider the following Flask app code. The above flask app is running on "http://127.0.0.1:5000". Which of the followin…
  11. Q12Which of the following statements is/are true about Document Object Model (DOM)?
  12. Q13An e-commerce web application stores user shopping cart information as server-side session state. Each active user sess…