Thursday, October 9, 2014

Batch Processing Applications, Automatic Stock Control System and Online Booking System

     Batch Processing Applications involve payroll, billing system,etc. Automatic Stock Control System rely on barcodes and Online Booking Systems are often used in booing flight tickets,cinema,etc.


Batch Processing Applications

Payroll

     The most common example of payroll is salary paying for employees in a company.
     
  •      Inputs: employee details from file which include late,absent,sick,etc.
  •      Processing: accepts the data from inputs and do the calculations at the end of                                                 the month
  •      Outputs: printed pay slips and transfer to the bank account.

     The one working everytime (24/7) is the input because it always accepts data from the employees.
The ones working at the last date of the month are processing(counting the data) and outputs as the proof of paying the salary.


Billing System

     Below are the details for electricity billing system.

  •      Inputs: customer’s details ,power charge (how many watts for each house) and electricity meter
  •       Processing: the difference between current meter and the previous meter to determine how                            much to pay
  •      Outputs: bills and updated customer's file (electricity meter)


Automatic Stock Control System

     As written in the introduction before, this system rely on barcodes. Barcode is the one which represent the data/object by using numbers and lines.The numbers underneath the barcodes are: country’s code, manufacturer’s code, product code and a check digit. Below are the method to find the check digit.


1                    3                    5                    7                    9                   11       (odd position numbers)
                   
5         1         0         4         3         1         1         2         0         1         7
                
           2                     4                   6                     8                   10                   (even position numbers)                     

Total odd:

5+0+3+1+0+7 = 16
Multiply by 3
16x3 = 48

Total even:

1+4+1+2+1 = 9

TOTAL=57

Check digit= 60(nearest whole number by 10)-57 = 3
Thus, the check digit is 3.

The final code will then be:      
5  1  0  4  3  1  1  2  0  1  7  3



Barcodes may also be used in:
  • Library
  • Passports
  • Administration Systems

Online Booking System

     Online Booking System is often used to book cinema tickets,flight tickets,etc. Below are the method to book a flight ticket.

  • The customers click the button whether they are buying a domestic flight or international flight tickets.
  • Enter the departure and arrival city/country they wish to visit to.
  • Select the 'one way', 'round trip' or 'multi city' buttons.
  • Select the departure and arrival dates.
  • Insert the numbers of passengers who are going for the trips. Type in the amount of people and the name. Choose whether the passengers are adult,children or infants.
  • Press the 'Search Flight' button if you are going to compare the prices and facilities of each airline or just press 'Book Now' button if you are opening an airline's website.
     The methods are easy to follow. This is why people nowadays prefer to book tickets online than to come to the counter and book the tickets. They found out this method is more efficient and easier to be done.



     Thank you for reading this blog.

References:


1 comment: