Given below are two statements: Statement I: In the reuse-oriented model,…
2023
Given below are two statements:
Statement I: In the reuse-oriented model, parts of an existing system may be modified to meet new requirements.
Statement II: In the reuse-oriented model, modified parts cannot be integrated into the new system.
In the light of the above statements, choose the most appropriate answer from the options given below:
Answer: C. Statement I is correct but Statement II is incorrect — ConceptReuse-oriented software development builds a system from existing components or subsystems. The general process identifies suitable reusable parts,…
- A. Both Statement I and Statement II are correct
- B. Both Statement I and Statement II are incorrect
- C. Statement I is correct but Statement II is incorrect
- D. Statement I is incorrect but Statement II is correct
Attempted by 293 students.
Show answer & explanation
Correct answer: C
Concept
Reuse-oriented software development builds a system from existing components or subsystems. The general process identifies suitable reusable parts, evaluates and configures or adapts them when necessary, and composes them within the new system.
Adaptation and integration therefore play complementary roles: adaptation makes a selected part fit the requirements, while integration connects the selected parts into a working whole.
Application
Statement I describes adaptation: existing parts may be modified so that they satisfy the new system requirements. That activity is part of reuse-oriented development, so Statement I is true.
Statement II says that integration of the modified parts is not possible. Reuse-oriented development instead includes component composition and integration, so this categorical claim is false.
Cross-check and contrast
An adaptation check supports the claim that an existing component may be modified to fit new requirements.
A composition check rejects the claim that an adapted component cannot be integrated into the new system.
A both-true reading conflicts with the composition check, a both-false reading conflicts with the adaptation check, and the reverse mixed reading conflicts with both checks.
Result: Statement I is correct, while Statement II is incorrect.
Explore the full course: Mppsc Assistant Professor Computer Science Paper 2