Quiz Space

Modern Application Development I · End Term · 30 Apr 2023 · January 2023 term · Set QPD1-S1

MAD 1 End Term 30 Apr 2023 — Question 7

Question 7

+2 marksOne correct option

Read the following statements regarding web accessibility principles and choose the correct option.
Statement 1: The web pages with captions and alternative for multimedia makes the user interface operable and easy to navigate
Statement 2: A web page with robust content and reliable interpretation refers to its content being compatible with current and future user tools

  1. A

    Both statement 1 and statement 2 are correct.

  2. B

    Both statement 1 and statement 2 are incorrect

  3. C

    Statement 1 is correct but statement 2 is incorrect.

  4. D

    Statement 1 is incorrect but statement 2 is correct.

Show answer

Correct answer

  • D

    Statement 1 is incorrect but statement 2 is correct.

Question 7 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 30 Apr 2023, in the January 2023 term (IIT M DIPLOMA ET1 EXAM QPD1 S2 30 Apr 2023). It carries 2 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Consider the following statements regarding Continuous Integration and Continuous Deployment and select the correct opt…
  3. Q3A linked list is used to store data elements in an unsorted manner. What is the worst time complexity for searching an …
  4. Q4Figure question
  5. Q5Figure question
  6. Q6Figure question
  7. Q8Figure question
  8. Q9Consider the two python files main.py and test_sample.py. main.py test_sample.py Assuming main.py is running locally in…
  9. Q10Figure question
  10. Q11Figure question
  11. Q12Figure question
  12. Q13What will be the output on the terminal for the given Python code snippet.
  13. Q14Figure question
  14. Q15Figure question
  15. Q16Figure question
  16. Q17How will the browser render the following HTML document?
  17. Q18Figure question
  18. Q19In terms of logging, which of the following statements is/are true?
  19. Q20Consider following flask app. The flask app is running locally in the terminal. Which of the following command(s) will …
  20. Q21Consider the following flask application running on the base URL and is accessed through a browser. Select the correct …
  21. Q22Which of the following statements regarding the version control system git is/are correct?
  22. Q23Consider the following Python code snippet. How will the browser render the output of the above given Python code?
  23. Q24An API resource created using flask_restful is shown below. Answer the given subquestions if the app is running locally…
  24. Q25An API resource created using flask_restful is shown below. Answer the given subquestions if the app is running locally…
  25. Q26An API resource created using flask_restful is shown below. Answer the given subquestions if the app is running locally…
  26. Q27What is the maximum number of requests that can be made to B per second?
  27. Q28What is the round trip time (RTT) in milliseconds for server C?
  28. Q29Which of the following statements about the tables ‘product’ and ‘category’ is correct?
  29. Q30Consider ‘C1’, an instance of table ‘category’ whose category_id is 2. The correct way of adding a product ‘compass’ to…
  30. Q31Consider the following resource API created with help of flask_restful. If the above application is running locally on …
  31. Q32Consider the following resource API created with help of flask_restful. If the above application is running locally on …