The computer is in a constant cycle of input,
process, and output. The computer waits for you to enter the
required information (input). Based on the entered information, the computer
takes the appropriate actions (process). Finally, the result is displayed on the
screen or printed out (output). An analogy for input, process and output would
be a food processor where food, fruit and other ingredients are put into the
machine. Afterward, based on the selected setting, such as cutting, chopping, or
mixing, the food processor performs the appropriate task, and finally the
desired mixture is ready to be used.
All assignment are at the end of chapter with a title called CASE STUDY.
We are going to design a payroll system from a scratch and tested at each stage of its development until its final stage.
CASE STUDY 2
PART A: GROSSPAY
PART B: NETPAY WITH FIX TAXRATE OF 10% AT THIS MOMENT
Q2a)Design a form called Dr Ebrahimi payroll (instead put your own name). The form has three textbox labeled as EMPLOYEE’S ID, HOURS WORKED and HOURLY RATE. A button known as COMPUTE GROSS PAY will compute the gross pay for the employee. The output will be display in a textbox labeled as GROSS PAY.
The first step is to understand the algorithm of computing gross pay.
what is input id, hw, hr
what is the process -compute salary or gross pay = hw X hr
what is the output - really gross pay, but I want to to display everything else. make sure what it went to computer is coming out right.