Create an algorithm, pseudocode and flowchart. Discover Company wants to display the salary (net income) of their employees every payday. To compute the salary of an employee, the company requires the following input data such as: rate per hour, number of hours per day, number of days per week, and
number of weeks per month.
Obligatory deduction of each employee which allocated for SSS contribution, Philhealth contribution, Tax contribution, and Pagibig contribution.
For pagibig contribution, the deduction is fixed to P200.00 and rest of each deduction value are coming from the data entry or inputs of the user.
Gross Income = product of rate per hour, number of hours per day, number
of days per week, and number of weeks per month.
Total Deduction = sum of SSS, Philhealth,Tax and Pagibig contribution.
Net Income= difference between Gross Income and Total Deduction.
Note: Computed net income is equivalent salary of an employee per payday.
Discover Company wants to display the salary (net income) of their employees every payday. To compute the salary of an employee, the company requires the following input data such as: rate per hour, number of hours per day, number of days per week, and
number of weeks per month.
Obligatory deduction of each employee which allocated for SSS contribution, Philhealth contribution, Tax contribution, and Pagibig contribution.
For pagibig contribution, the deduction is fixed to P200.00 and rest of each deduction value are coming from the data entry or inputs of the user.
Gross Income = the product of rate per hour, number of hours per day, number
of days per week, and number of weeks per month.
Total Deduction = the sum of SSS, Philhealth, Tax and Pagibig contribution.
Net Income= difference between Gross Income and Total Deduction.
Note: Computed net income is the equivalent salary of an employee per payday.
Create a pseudocode and flowchart. Phoenix store wants a daily sales transaction. Computer will compute and display total sales per transaction and discount amount given to senior citizen, person with disabilities and with membership card. This store only sells the following books. English 1, English 2, English 3, Physics 1, Physics 2, Physics 3, Introduction to Computer Science, Python, WPF, Web Development, Psychology, Chemistry 2, Our Daily Bread. Price are not permanent and depends based on entry of staff. The books not sold per transaction, corresponding prices equivalent to zero, books sold per transaction and prices of each book vary to entry of the staff. Get the total sales and discount amount.
Total sales= sum of the prices each book sells by bookstore
Discount for Senior Citizen= 30% of total sales per transaction
Discount for PWD=20% of total sales per transaction
Discount for Members=15% of total sales per transaction
Note: no discounts will be given to regular customers
Create an algorithm, pseudocode and flowchart. Phoenix store wants a daily sales transaction. Computer will compute and display total sales per transaction and discount amount given to senior citizen, person with disabilities and with membership card. This store only sells the following books. English 1, English 2, English 3, Physics 1, Physics 2, Physics 3, Introduction to Computer Science, Python, WPF, Web Development, Psychology, Chemistry 2, Our Daily Bread. Price are not permanent and depends based on entry of staff. The books not sold per transaction, corresponding prices equivalent to zero, books sold per transaction and prices of each book vary to entry of the staff. Get the total sales and discount amount.
Total sales= sum of the prices each book sells by bookstore
Discount for Senior Citizen= 30% of total sales per transaction
Discount for PWD=20% of total sales per transaction
Discount for Members=15% of total sales per transaction
Note: no discounts will be given to regular customers
Draw the Architecture diagram of Iterative Waterfall Model. 5 Marks
b) What do you mean by phase containment of error?