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, 4922👍, 0💬
Popular Posts:
An application needs to load a library before it starts to run, how to code? One option is to use a ...
If locking is not implemented what issues can occur? IFollowing are the problems that occur if you d...
How To Create an Array in PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL If you want create an ar...
How can you enable automatic paging in DataGrid ? Following are the points to be done in order to en...
How to reduce the final size of an executable file? Size of the final execuatable can be reduced usi...