Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
|
Question 223
|
Which of these are the 5 generic software engineering framework activities ?
|
Communication, planning, modelling, construction, deployment
|
|
|
Communication, risk management, measurement, production, reviewing
|
|
|
Analysis, designing, programming, Debugging, maintenance
|
|
|
Analysis, planning, designing, programming, testing
|
Question 223 Explanation:
The following generic process framework is applicable to the vast majority of S/W projects.
1,Communication: involves heavy communication with the customer (and other stakeholders) and encompasses requirements gathering.
2. Planning: Describes the technical tasks to be conducted, the risks that are likely, resources that will be required, the work products to be produced and a work schedule.
3. Modeling: encompasses the creation of models that allow the developer and customer to better understand S/W req. and the design that will achieve those req.
4. Construction: combines code generation and the testing required uncovering errors in the code.
5. Deployment: deliver the product to the customer who evaluates the delivered product and provides feedback.
1,Communication: involves heavy communication with the customer (and other stakeholders) and encompasses requirements gathering.
2. Planning: Describes the technical tasks to be conducted, the risks that are likely, resources that will be required, the work products to be produced and a work schedule.
3. Modeling: encompasses the creation of models that allow the developer and customer to better understand S/W req. and the design that will achieve those req.
4. Construction: combines code generation and the testing required uncovering errors in the code.
5. Deployment: deliver the product to the customer who evaluates the delivered product and provides feedback.
Correct Answer: A
Question 223 Explanation:
The following generic process framework is applicable to the vast majority of S/W projects.
1,Communication: involves heavy communication with the customer (and other stakeholders) and encompasses requirements gathering.
2. Planning: Describes the technical tasks to be conducted, the risks that are likely, resources that will be required, the work products to be produced and a work schedule.
3. Modeling: encompasses the creation of models that allow the developer and customer to better understand S/W req. and the design that will achieve those req.
4. Construction: combines code generation and the testing required uncovering errors in the code.
5. Deployment: deliver the product to the customer who evaluates the delivered product and provides feedback.
1,Communication: involves heavy communication with the customer (and other stakeholders) and encompasses requirements gathering.
2. Planning: Describes the technical tasks to be conducted, the risks that are likely, resources that will be required, the work products to be produced and a work schedule.
3. Modeling: encompasses the creation of models that allow the developer and customer to better understand S/W req. and the design that will achieve those req.
4. Construction: combines code generation and the testing required uncovering errors in the code.
5. Deployment: deliver the product to the customer who evaluates the delivered product and provides feedback.
