Read - payroll program

Read this:

The function of a payroll program is to calculate the salaries of the people who work for the company. Computer records are held for each person, containing personal details, the hourly rate, tax information, etc. At the end of the month the salary for each person is calculated like this:

Initially, the number of hours each person has worked is entered by the operator. (Any hours more than the normal number are multiplied by 1.5 and added to the total for extra pay.) The total number of hours is multiplied by the hourly rate: this gives the gross salary. When the gross pay has been calculated, tax and other payments are subtracted from it to give the net pay. Finally, the pay information is printed out for each employee.

Drag the items on left and drop at right column in correct order.

Available Items

  • A. The hours are multiplied by the hourly rate.
  • B. Hours are entered by the operator.
  • C. Pay information is printed out for each employee.
  • D. Gross pay has been calculated, taxes, etc. are subtracted.
  • E. If numbers are greater than normal, extra hours are multiplied by 1.5.

Selected Items