EE2702 Computer Science and Programming
Coursework Report 2024
Academic Year 2023-2024
Template for the final coursework document in EE2702.
This document needs to be submitted before the given deadline together with the python code. Separate python code needs to be submitted for each of the two coursework assignments.
NAME: …
UG PROGRAMME: …
1. Introduction
Provide short introduction to your work, outlining which assignment you have completed, and the file names.
NOTE: YOU SHOULD SUBMIT A SEPARATE REPORT FOR EACH OF THE ASSIGNMENTS
2. Specification
Provide specification of your solution as a bulleted list.
The specification can follow the assignment questions.
For example, the specification for assignment 1 can start with:
· Data from the spreadsheets need to be made available in a python data structure (requirement), so ... library was chosen to use ... functions (your implementation)
3. Testing
Present a table for code testing, for each submitted program. Make sure the test numbers correspond to the specification points in section 2.
Suggested test table (this does not have to be followed):
Test number |
Specification number |
Test inputs |
Test outputs |
Comments (pass/fail) |
1 |
1 |
|
|
|
2 |
2 |
|
|
|
3 |
3 |
|
|
|
… |
… |
|
|
|
NOTE: for assignment 1, please include all plots and all results of calculations in the table.
4. Comments
Space for comments on the code or pointers to parts of code that work especially well in your opinion. This is also space to point out to functionalities that do not work.
版权所有:编程辅导网 2021 All Rights Reserved 联系方式:QQ:99515681 微信:codinghelp 电子信箱:99515681@qq.com
免责声明:本站部分内容从网络整理而来,只供参考!如有版权问题可联系本站删除。