Exercise 1.5. (Python Program Design)

the_basics_lesson_5_exercise.pdf | |
File Size: | 202 kb |
File Type: |
1. Ensure you have viewed the video (associated with this exercise) at this link >>
2. Without looking back at the video consider the following specification.
Develop a program that calculates an individuals gross pay.
As part of the program development process produce each of the following artefacts i.e. start to design the program.
Develop a program that calculates an individuals gross pay.
As part of the program development process produce each of the following artefacts i.e. start to design the program.
- Data Table
- Algorithm
The format of the Data Table is shown below:
3. Consider the following specification.
Write a program that calculates the area of a rectangle.
area = width x height
For this specification produce a:
NOTE: You decide on the units of measurements for width, height etc. (e.g. inches, cm, mm etc)
Write a program that calculates the area of a rectangle.
area = width x height
For this specification produce a:
- Data Table
- Algorithm
NOTE: You decide on the units of measurements for width, height etc. (e.g. inches, cm, mm etc)
END Next Exercise >>