COMPUTER SCIENCE AND ENGINEERING
SOFTWARE ENGINEERING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The component-based development model is
|
Only appropriate for computer hardware design.
|
|
Not able to support the development of reusable components.
|
|
Dependent on object technologies for support.
|
|
Not cost effective by known quantifiable software metrics.
|
Explanation:
Detailed explanation-1: -Component based development is an approach to software development that focuses on the design and development of reusable components. You can break your monolith into components: Using a producer/consumer model. Reusable/shared libraries.
Detailed explanation-2: -Answer» C. Works best when object technologies are available for support.
Detailed explanation-3: -The primary objective of component-based architecture is to ensure component reusability. A component encapsulates functionality and behaviors of a software element into a reusable and self-deployable binary unit. There are many standard component frameworks such as COM/DCOM, JavaBean, EJB, CORBA, .
There is 1 question to complete.