010306vb.htm

 

This course uses vb.net

 

Materials/tests etc on web page:

www.drebrahimi.com

Post all learning assignment and problems in your site.

You can easily create a site by www.geocities.com if you have yahoo account

www.drebrahimi.com/bu3015w/

INPUT, PROCESS, OUTPUT (IPO)  

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. 

Read the preface of the book.

All assignment are at the end of chapter with a title called CASE STUDY

We are going to design a payroll system from scratch and test it at each stage of its development

CASE STUDY 2

PART A GROSS PAY

PART B NET PAY WITH FIXED TAX RATE AT 10% AT THIS MOMENT

Assignment: #1

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 COMPUE GROSS PAY will compute the gross pay for the employee. The output will be display in a textbox labeled as GROSS PAY.

1st step:

Understand the algorithm (how to solve the problem) of computing gross pay.

What is the input? hour worked, hourly rate, employee ID

 process?  compute salary or gross pay -multiply the hour worked by the rate = hw X hr

 outut?   really grosspay however do display everything else..just to confirm that what went in did come out correctly.

 

ASSIGNMENT 2 IS AT THE END OF CHAPTER 2

 

 

 

 

 

 

 

Hosted by www.Geocities.ws

1