Respuesta :

Answer:

The statement that component-based software engineering allows faster delivery is true.

This is because the components of the software are developed separately and in such a way that they are reusable.  This is unlike the development of software as a single object, where the different components are not identifiable and cannot be developed separately.

Therefore, developing software using the component-based system, which also encourages division of labor, allows for speed in the delivery of the software because different specialized teams of software engineers can work on the separate components.  No single team is overburdened.

Explanation:

Component-based software engineering is the design and development of computer-based systems with the help of reusable software components.  The software components, which are separate software entities, offer specific services, with each component interfacing with the others.  Software components include application programs, device drivers, and operating systems.  Though they perform completely different jobs, all three work closely together to perform useful work.