Process-centered Methodologies , data-centered methodologies ,
object-oriented methodologies between differences

Answer Posted / jyothi

Process centered methodology focuses on business processes and emphasises on process models as the core system concept. It defines a process which handles or transforms data.

In data centered methodology it mainly deals with data that supports the business. It emphasises on the data models.

Whereas in object-oriented methodology it balances both the aspects of processes or methods and data into a single model.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Mointer in Operating System?

1257


explain bug tracking system in detail.

1481


what are all the browsers..?

1441


int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }

1173


what are the differences between one dimensional ram and two dimensional ram?

2890






in b+ trees, all the data is stored in leaf nodes. if all leaf nodes are crashed then how to get/recovery the data back?

1503


plz explain abt refrigeration r22 bitzer comprassors trouble shooting and maintenance

1353


what is compiler

1384


what kind of wood is in high demand in india?

2044


I am getting the following error,when I am running the script, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. My Script: Itemname=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Print Itemname Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").Select "Itemname" Any Help? Thanks, Uma

1742


A polynomials in mamory can be represented by____________

1542


4. What is your typical way of dealing with conflict?

1425


what size shaft is required to transmit 100 hp @1000 RPM ,if max shear stress is 10,000 PSI,angle of twist must be less than 1' /ft/shaft is made of steel.

1472


I have file with input as below : Name Value Rohan 12,13,14 Rohit 1,2,3 Output should be : Rohan 12 Rohan 13 Rohan 14 Here how will the normalize component work? Thanks

967


to print greatest of two integers without using >,<,=.

1410