Quiz Space

Modern Application Development I · End Term · 28 Apr 2024 · January 2024 term · Set QDF3

MAD 1 End Term 28 Apr 2024 — Question 27

Question 27

+3 marksOne or more correct options

Which of the statements are true?

Select all that apply.

  1. A

    HTML5 is based on SGML

  2. B

    XHTML is based on XML which in turn is based on SGML

  3. C

    HTML5 is not backwards compatible with older versions of HTML

  4. D

    XML is both human and machine readable

Show answer

Correct answers

  • B

    XHTML is based on XML which in turn is based on SGML

  • D

    XML is both human and machine readable

Question 27 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 28 Apr 2024, in the January 2024 term (IIT M FOUNDATION DIPLOMA AN EXAM QDF3 28 Apr 2024). It carries 3 marks.

More questions from this paper

  1. Q1Consider the following Python code snippet. What will be printed on the terminal for the command python app.py 1 2 ?
  2. Q2Consider the following flask application running locally on http://127.0.0.1:5000 ? Which of the following URLs will th…
  3. Q3Consider the following view function. If this flask app is running locally on http://127.0.0.1:5000, which of the follo…
  4. Q4Which of the following is not a frontend framework?
  5. Q5Consider the following statements and select the correct option:\ Statement 1: In a database, an index can only be crea…
  6. Q6Figure question
  7. Q7In the code snippet given below, what should come in place of code 1 and code 2 such that one book can have multiple se…
  8. Q8Consider the following flask app and Jinja2 template. app.py index.html If the flask app is running locally on http://1…
  9. Q9Figure question
  10. Q10Consider the following flask application. If this flask app is running locally on http://localhost:5000, what is the ou…
  11. Q11Consider the following Python code snippet. log.py What will be the output on the terminal for the command: python log.…
  12. Q12The lens of an HDD can read data on the rotating disk with the speed of 42,000 bits per second. The disk is designed su…
  13. Q13Consider the following python code snippet. Which of the following statements, when substituted in place of === OUTPUT …
  14. Q14Figure question
  15. Q15Figure question
  16. Q16In an OpenAPI documentation, which field contains all the endpoints (routes) of the API?
  17. Q17Consider the below two data models Author and Book using SQLite database. What kind of relationship exists between Auth…
  18. Q18Consider a function func, and a set of test cases given below. Filename: test_file.py What will be the output on the te…
  19. Q19Consider the following python code snippet app.py, the html files, base.html and home.html residing in “templates” fold…
  20. Q20Consider the below Flask Restful API code snippet: app.py Assume that above app.py is running on http://127.0.0.1:5000/…
  21. Q21Consider the following graph that represents the variation in bandwidth of a network for an entire day (24 hours). Thre…
  22. Q22An HTML code and CSS code is given below. Which of the following correctly represents its rendered output? CSS Code: HT…
  23. Q23Consider the below two python files code snippets app.py and test_app_route.py. app.py test_app_route.py: Assume that a…
  24. Q24Which of the following is true about the term “stateful” in the client-server model?
  25. Q25Figure question
  26. Q26What is the name of the branch that we start with when we create a new git repository?
  27. Q28Consider a client ‘C’ and a server ‘S’, separated by distance ‘D’ are connected by a fictitious medium in which the spe…
  28. Q29Consider the following flask app. Given that test_request_context() allows text to be printed on the terminal, which of…
  29. Q30Consider the following function to be tested and test functions given in the Python code snippet below. test_file.py On…
  30. Q31Consider the following Python code snippet. file.py Based on the above data, answer the given subquestions.
  31. Q32Consider the following Python code snippet. file.py Based on the above data, answer the given subquestions.