Showing posts with label DATA PROCESSING. Show all posts
Showing posts with label DATA PROCESSING. Show all posts

Thursday, August 27, 2020

BATCH PROCESSING

ONLINE EDUCATION

BATCH PROCESSING

The word batch means nothing but  group of similar  things. items, jobs   that grouped  together and which having similar characteristics.Now in computer Batch means similar kind of jobs or similar kind of transactions .

Batch in true sense  is a technique in which similar transactions are grouped together and processed sequentially  at once without  any interruption and without end user interaction.

It  is repetitive in nature.

Lets take an example 

 In a bank so many customers maintaining their accounts now I want to calculate interest of their accounts manually which is not possible  so we have to think about  batch processing as interest calculation is similar Jobs  for all various category of accounts .   

The Interest calculation is take place outside business hour as because large number of transactions are involved which can not possible through on-line processing if we do so our daily day to day and time to time work will be effected so interest calculations is one of the example which is supported  by batch processing.

In batch processing all the resources are very effectively used.User interaction is not needed when batch processing going on. In case of transaction processing  it processed transactions one at a time but user interaction is required.

HOW BATCH SYSTEMS WORK

Each batch having header which having a batch number,batch type and number of documents it consists.

Forms or document which need to process are collected during whole day need to be sorted by their type.

Each separate type will create separate batch  like Batch1,Batch 2, Batch 3  now suppose if batch 1 is to large then it is splited into sub batch like B1,B2,B3

 


 

When the batch will entered into the system at first batch header information i.e Batch No,type etc.will be checked by batch entry system.

The item in the batch will be written in  file called transaction file  which will be sorted further and which helps to update  the master file.

Each transaction items are matched with respesctive master item and updated accordingly whenever  any changes are reflected a new copy of the master file will be created .

If any error is occurred an error report also generated.

In Banking system batch processing is mostly used  whether it may interest calculation,cheque clearing system charges calculation etc.It is also used in food processing,dairy processing.

It is applicable for large volume of data but not suitable for small volume of data.

Monday, August 24, 2020

DATA PROCESSING

ONLINE EDUCATION

 

              DATA PROCESSING

Today  I would like to discuss about data processing .First of all regarding this a question will arise in our mind that  data and information are same or different thing .What would be the answer lets see .

DATA is nothing but raw thing  which individual meaningless.

INFORMATION on the other hand meaningful or meaning based on the raw facts of data.

Lets take an example :COMPUTER this is a meaningful word which is nothing but an information  but I am telling  alphabet like C,O,M,P,U,T,E,R individually called data not information.When this alphabet combined and creates a meaningful words COMPUTER it is information.Now you are understand the difference between data and information.

DATA PROCESSING

It is performed by administrative organization for the business and is followed by systematic recording,arranging,filing,processing and reflecting the physical events occurring in the business.

Example like in an organization said Bank I want to disclose balance sheet to process that physical events I have to  collect so many information related to this means -recorded this data then arranging it properly after that filing it and processing it to get balance sheet.

In simple way data processing consists of

                                               1.INPUT

                                               2.PROCESSING

                                                3.OUTPUT

In any application we need to hold the data in various files that is master files and transaction files.

Master files known as permanent file and transaction file which is temporary in nature.

Lets take an example In a company named ABC Company thousand of employees are working

They are taking salary each month and for this company need to generate salary slip for every month now think about it what data is may changed and what data will be the permanent I am listing this below.

PERMANENT DATA

TEMPORARY DATA

EMPLOYEE NAME,ADDRESS,EMPLOYEE CODE,INCOME-TAX CODE E.T.C

EMPLOYEE WORKING DAYS,HOURS,OVERTIME,E.T.C

The above data is required to generate employee pay slip so from above which data need to set up in master file and which data  need to be store in transaction file it is cleared.We set all permanent data in master file and all temporary data in transaction file.