Podcast
Questions and Answers
What type of requirement defines what the operating system environment the software runs in?
What type of requirement defines what the operating system environment the software runs in?
- Functional system requirement
- Nonfunctional requirement (correct)
- Performance requirement
- Functional user requirement
Which design principle emphasizes that a method performs one, well-defined task?
Which design principle emphasizes that a method performs one, well-defined task?
- Naming
- Coupling
- Cohesion (correct)
- Abstraction
Which of the following statements on software process are correct?
Which of the following statements on software process are correct?
- Software prototyping is a method used for change tolerance.
- Change is inevitable in all large software projects. (correct)
- Most business systems have stable requirements.
- The waterfall model may be plan-driven or agile.
Which of the following should be used to start a new local repository?
Which of the following should be used to start a new local repository?
Which architecture pattern should be used when shared resources need to be made available to many?
Which architecture pattern should be used when shared resources need to be made available to many?