1.

Define What A Data Area Is Along With A Brief Example Of What It May Be Used For?

Answer»

Data AREA is a storage area to STORE limited information.
Example: a NEW and unique customer number is generated whenever a new customer is added to customer master file. Data area keeps track of LAST record added and ADD 1 to it. Through program we can access new customer number.

Data area is a storage area to store limited information.
Example: a new and unique customer number is generated whenever a new customer is added to customer master file. Data area keeps track of last record added and add 1 to it. Through program we can access new customer number.



Discussion

No Comment Found