Welcome! Log In Create A New Profile

Advanced

Oct\Nov 2011 Section B Q 4

Posted by Darkling 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
avatar Oct\Nov 2011 Section B Q 4
May 11, 2012 09:15AM
Question 4
Component is a modular, deployable, replaceable part of a system that encapsulates implementation and exposes a set of interfaces.

4.1.1
Object-oriented view is that component contains a set of collaborating classes.
1. Each elaborated class includes all attributes and operations relevant to its implementation.
2. All interfaces communication and collaboration with other design classes are also defined.
3. Analysis classes and infrastructure classes serve as the basis for object-oriented elaboration.

4.1.2
Traditional view is that a component (or module) reside in the software and serves one of three roles.
1. Control components coordinate invocation of all other problem domain components.
2. Problem domain components implement a function required by the customer
3. Infrastructure components are responsible for functions needed to support the processing required in a domain application.
4. The analysis model data flow diagram is mapped into a module hierarchy as the starting point for the component derivation.

4.2
In a traditional software design the components (or modules) are functional elements that embody processing logic, data structures and interface logic to interact with the external environment. As such the modules can be classified as control-, problem domain- and infrastructure components. The control component controls the invocation of the problem domain components. Since traditional software architecture is (mostly) hierarchical in nature the control elements reside near the top of the hierarchical structure.
In contrast to this, object-oriented architecture consists of collaborating components (objects defined on classes), each encapsulating all the processing logic, data structures and interface requirements necessary to execute its function. A control component is therefore not required since the data and functionality is implicitly defined for each component.
Sorry, only registered users may post in this forum.

Click here to login