Write 2 programs that will use shelf files as described below, to
analyze heat loss in a test oven
• Program A will input temperature sensor readings to create
a list, and this list will be stored in a shelf file.
• Program B will read the temperature sensor data shelf file
stored by program A. Program B will then calculate and
display the convective heat loss for each sensor temperature
reading.
Convective Heat Loss = \((T_{sensor} - T_{amb}) \times h \times A\)
Convective heat transfer coefficient,
h (W/m²°C)
Last digit of your student ID
1, 2 4,7,8 0,6 3,5,9
Oven wall area, A (m²)
Ambient Temperature Tamb (°C) 27
4.5
4.8
5
4.1
6
8
3
12
32
30
28
Temperature Sensor Readings
T1 (°C)
58.3 48.2 61.3 42.7
T2 (°C)
65.4 50.1 63.4 43.2
T3 (°C)
64.1 47.6 60.2 45.1
T4 (°C)
59.5 48.8 65.1 44.5
Submission should include the following:
1) program.py files
2) a screenshot, snip, or similar of each program
3) a screenshot, snip, or similar of the output.
2) and 3) may be combined into one file, your option