Quiz Space

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

MAD 1 End Term 28 Apr 2024 — Question 25

Question 25

+2 marksOne or more correct options

Select all that apply.

  1. A

    An employee can exist without having any salary slips

  2. B

    An employee can have more than one salary slip

  3. C

    An employee needs to have at least one salary slip

  4. D

    A salary slip must belong to one and only one employee

Show answer

Correct answers

  • A

    An employee can exist without having any salary slips

  • B

    An employee can have more than one salary slip

  • D

    A salary slip must belong to one and only one employee

Question 25 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 2 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 true about the term “stateless” in the client-server model?
  5. Q5Figure question
  6. Q6Which of the below JavaScript statement(s) are used to print information on the browser’s console?
  7. Q7Which command of the below command creates a new branch in GIT?
  8. Q8Consider the following statements and select the correct option:\ Statement 1: In a database, an index can only be crea…
  9. Q9In the code snippet given below, what should come in place of code 1 and code 2 such that one book can have multiple se…
  10. Q10Consider the following flask app and Jinja2 template. app.py index.html If the flask app is running locally on http://1…
  11. Q11Figure question
  12. Q12Consider the following flask application. If this flask app is running locally on <u>http://localhost:5000</u>, what is…
  13. Q13Consider the following Python code snippet. log.py What will be the output on the terminal for the command: python log.…
  14. Q14You have a DRAM module with bus width of 64 bits, clock speed of 2 GHz, and operating in DDR (double-data-rate or two v…
  15. Q15Consider the following flask resource created using flask_restful. If the application is running locally on http://127.…
  16. Q16Figure question
  17. Q17Figure question
  18. Q18Consider the below two data models Author and Book using SQLite database. What kind of relationship exists between Auth…
  19. Q19Consider a function func, and a set of test cases given below. Filename: test_file.py What will be the output on the te…
  20. Q20Consider the following python code snippet app.py, the HTML files, base.html and home.html residing in “templates” fold…
  21. Q21Consider the following graph that represents the variation in bandwidth of a network for an entire day (24 hours). Thre…
  22. Q22Consider the following restful implementation using flask. If the above application is running on “http://127.0.0.1:500…
  23. Q23An HTML code and CSS code is given below. Which of the following correctly represents its rendered output? CSS Code: HT…
  24. Q24Consider the below two python files code snippets app.py and test_app_route.py. app.py test_app_route.py: Assume that a…
  25. Q26Consider the following python code snippet. Which of the following statements, when substituted in place of === OUTPUT …
  26. Q27Which of the below is/are true about the Web Server?
  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.