Quiz Space

Modern Application Development I · Quiz 1 · 15 Mar 2026 · January 2026 term

Question 1: A client sitting in a train is connected to a server thro…

Question 1

+4 marksOne correct option

A client sitting in a train is connected to a server through a network tower that has a range of 4.5 kilometers and a constant bandwidth of 5 Mbps. The train is at a negligible distance from the tower and is moving away from it at a speed of 180 kmph. How much data (in Megabytes) will be used by the client before the train completely moves out of the coverage area, assuming that the client is consuming the entire bandwidth?

  1. A

    45 MB

  2. B

    450 MB

  3. C

    5.6 MB

  4. D

    56.25 MB

Show answer

Correct answer

  • D

    56.25 MB

Question 1 of 15 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 1 paper sat on 15 Mar 2026, in the January 2026 term (Modern Application Development I 15 Mar 26). It carries 4 marks.

This question was also asked in

More questions from this paper

  1. Q2Consider the HTML code below. Which of the following will be the rendered output?
  2. Q3Consider the following flask app. Select the option which correctly matches the URL in column A with the rendered outpu…
  3. Q4Consider the following code:\ app.py You are running a Flask web application locally using the command: python app.py. …
  4. Q5Consider the following Jinja2 template code: What will be the output when the code is executed?
  5. Q6Consider the following HTML and Python flask codes.
  6. Q7Consider the following Jinja2 template: What will be the output in the terminal?
  7. Q8Figure question
  8. Q9Which command would you use to get detailed information about the HTTP request and response, including headers, and to …
  9. Q10Which of the following statements about HTML, CSS, and character encoding is/are true?
  10. Q11Which of the following is/are True about Web Applications?
  11. Q12Which of the following are True about sys.argv in Python?
  12. Q13Consider the following CSS code: Which of the following statements are TRUE regarding the element's dimensions and spac…
  13. Q14Which statements about CSS display properties are CORRECT?
  14. Q15Consider the following code. Which substitution methods will work WITHOUT raising KeyError ?