Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are the different elements in Functions points 2
What are the different elements in Functions points 2?
✍: Guest
Output results exits the application boundary.
EQ does not contain any derived data. Derived data means any complex calculated
data. Derived data is not just mere retrieval but are combined with additional formulae
to generate results. Derived data is not part of ILF or EIF, they are generated on fly.
EQ does not update any ILF or EIF.
EQ activity should be meaningful from user perspective.
EP is self contained and leaves the business in consistent state.
DET and processing logic is different from other EQfs.
Simple reports form good base as EQ.
External Output (EO)
Following are points to be noted for EO:
Itfs a dynamic elementary process in which derived data crosses from Internal
Application Boundary to External Application Boundary.
EO can update an ILF or EIF.
Process should be the smallest unit of activity that is meaningful to end user in
business.
EP is self contained and leaves the business in a consistent state.
DET is different from other EOfs. So this ensures to us that we do not count EOfs
twice.
They have derived data or formulae calculated data.
Major difference between EO and EQ is that data passes across application boundary.
Example: - Exporting Accounts transaction to some external file format like XML
or some other format. This can be later imported by the external accounting software.
Second important difference is in EQ has non-derived data and EO has derived
data.
2007-10-30, 5338👍, 0💬
Popular Posts:
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
How can you implement MVC pattern in ASP.NET? The main purpose using MVC pattern is to decouple the ...
What is the difference between "calloc(...)" and "malloc(...)"? 1. calloc(...) allocates a block of ...
What is Service Oriented architecture? “Services” are components which expose well defined interface...
What is difference between Association, Aggregation and Inheritance relationships? In object oriente...