Home »
MCQs »
Software Architecture MCQs
What are the processes included in the Linear sequential model?
1. What are the processes included in the Linear sequential model?
- Requirement definition > system and software design > implementation and unit testing > integration and unit testing > operation and maintenance
- Requirement definition > system and software design > integration and unit testing > implementation and unit testing > operation and maintenance
- Analysis > design > code > test
- Analysing > implement > design > code > testing > integration > Maintenance
Answer: A) Requirement definition > system and software design > implementation and unit testing > integration and unit testing > operation and maintenance.
Explanation:
Linear sequential model is called the waterfall model and the stages of the waterfall model are as follows: Requirement definition > system and software design > implementation and unit testing > integration and unit testing > operation and maintenance.