Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What are the different types of elementary process in FPA
What are the different types of elementary process in FPA?
✍: Guest
There are two types of elementary process
Dynamic Elementary process
Static Elementary process
Dynamic elementary process moves data from internal application boundary to external
application boundary or vice-versa.
Examples of dynamic elementary process:
Input data screen where user inputs data in to application. Data moves from the
input screen inside application.
Transaction exported in export files in XML or any other standard.
Display reports which can come from external application boundary and internal
application boundary.
Static elementary process maintains data of application either inside application boundary
or in external application boundary.
Examples of static elementary process:
In a customer maintenance screen maintaining customer data is static elementary
process.
2007-10-30, 4767👍, 0💬
Popular Posts:
What will be printed as the result of the operation below: main() { int a=0; if (a==0) printf("Cisco...
How did you implement UML in your project ? PART II Implementation phase / Coding phase (Class diagr...
How To Export Your Connection Information to a File? - Oracle DBA FAQ - Introduction to Oracle SQL D...
What are the different accessibility levels defined in .NET ? Following are the five levels of acces...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...