Quiz Space

Software Engineering · End Term · 1 Sept 2024 · May 2024 term · Set QDB3

Software Engineering End Term 1 Sept 2024 — Question 22

Question 22

+4 marksOne or more correct options

Select all that apply.

  1. A

    {income = 0, income = 150000}

  2. B

    {income = -100, income = 0, income = 15000, income = 150000}

  3. C

    {income = -100, income = 7000, income = 15000, income = 150000}

  4. D

    {income = 0, income = 7000, income = 15000, income = 150000}

Show answer

Correct answers

  • C

    {income = -100, income = 7000, income = 15000, income = 150000}

  • D

    {income = 0, income = 7000, income = 15000, income = 150000}

Question 22 of 26 in the IIT Madras BS Software Engineering (Software Engineering) End Term paper sat on 1 Sept 2024, in the May 2024 term (IIT M DEGREE AN EXAM QDB3 01 Sep 2024). It carries 4 marks.

More questions from this paper

  1. Q1Which of the following is the primary responsibility of the marketing team at a software company?
  2. Q2In the scrum framework, which role is responsible to keep track of all the activities of a given sprint and ensuring th…
  3. Q3Consider a software module in which all the functions refer to or update the same data structure. Identify the type of …
  4. Q4Which of the following diagrams models the flow of control among computational activities?
  5. Q5Figure question
  6. Q6During debugging, a developer finds out the event that trigger incorrect behavior. He follows data control flow ahead u…
  7. Q7Which type of deployment environment is also known as the live environment where all the users can interact with the de…
  8. Q8Which of the following is considered as the primary objective of caching to enhance performance of web applications?
  9. Q9In which of the software deployment strategies the users are allowed to choose the versions of software they want to us…
  10. Q10Figure question
  11. Q11Suppose you are creating a prototype for a web application using tools like Photoshop and PowerPoint.\ In the above cas…
  12. Q12Consider a scenario where a bus company has decided not to allow seat bookings for their bus more than three months in …
  13. Q13Consider an EdTech company that decided to develop an educational portal based on GenAI services. To collect requiremen…
  14. Q14Which of the SMART characteristics of user stories specifies that the story must provide business value to one or more …
  15. Q15A software company has developed and released a job portal that allows job seekers to apply for different organizations…
  16. Q16Consider the Python function below. What is the cyclomatic complexity of the function?
  17. Q17Consider a mobile app that enables users to send and receive music files and audio messages directly from each other. U…
  18. Q18Consider the following table for risk assessment of a software project. Which of the following risks has the most impac…
  19. Q19Figure question
  20. Q20Which of the following is/are the benefit(s) of using knowledge sharing tools?
  21. Q21Which of the following is/are true about the staging environment of deployment?
  22. Q23Figure question
  23. Q24Identify the set(s) of valid test cases for branch coverage.
  24. Q25Identify the set(s) of valid test cases for multiple condition coverage.
  25. Q26Identify the number of linearly independent paths in the code base.