DEV Community

FagaoMBSE
FagaoMBSE

Posted on

[Single Choice]The purpose of requirements work in software development is to ____.

1 [Single Choice]
The purpose of requirements work in software development is to _.
•  A) Make the system more marketable
•  B) Better guide the design
•  C) Provide an outline description of the system
•  D) Meet the software engineering requirements specifications
2 [Single Choice]
The purpose of design work in software development is to _
.
•  A) Provide a detailed description of the system
•  B) Better guide the coding
•  C) Reduce development and maintenance costs
•  D) Meet the software engineering design specifications
3 [Single Choice]
A developer says, "Based on the client's requirements, our system is divided into the Sales subsystem, Inventory subsystem, Finance subsystem...". What kind of cognitive error does this statement reflect the developer might have?
•  A) The developer has not recognized the importance of object-oriented design.
•  B) The developer is mapping requirements directly from the design.
•  C) The developer is mapping design directly from the requirements.
•  D) The developer did not use UML models to describe the subsystems.
4 [Single Choice]
When opening the requirements specification written by the developer, you find that the use case names are "Student Management," "Question Bank Management," "Course Management..." What is the biggest potential issue hidden behind this?
•  A) The names of the use cases are not in verb-object structure and should be changed to "Manage Students..." etc.
•  B) The use cases are too coarse-grained; each should be broken down into four use cases, such as "Add Student," "Modify Student," etc.
•  C) The developer is mapping design directly from the requirements.
•  D) The developer is mapping requirements directly from the design.
5 [Single Choice]
Among the following terms that are often used in development teams, which one confuses the distinction between requirements and design?
•  A) Functional module
•  B) Detailed design
•  C) User requirements
•  D) Business architecture
6 [Single Choice]
Which of the following statements about requirements and design is correct?
•  A) Requirements focus on the outline, design focuses on the details.
•  B) The purpose of requirements is to better guide the design.
•  C) The purpose of design is to break down the system into modules that can be coded.
•  D) Requirements and design are not one-to-one corresponding.
7 [Multiple Choice]
Some developers lack the ability to analyze complex domain logic, so they introduce distractions such as performance, development time, and the composition of the development team to shift the focus away from the real issue. Which of the following practices are similar to this approach?
•  A) A doctor secretly uses artificial intelligence to assist in treating a cancer patient.
•  B) A doctor tells a cancer patient, "Given your financial situation, you can only afford this drug, so this drug is the most suitable."
•  C) A doctor tells a cancer patient, "Our hospital currently only has this drug, so this drug is the most suitable."
•  D) A doctor sees that a cancer patient is in poor financial condition and only charges $80 for a drug that normally costs $8,000 per box.

Top comments (0)