Faculty: Programme
NAME:
MODULE CODE:
MODULE TITLE:
MODULE LEADER:
SUBMISSION DATE AND TIME:
ASSIGNMENT:
Academic Misconduct is an offence under university regulations, and this involves:
โข Plagiarism โ where you use information from another information source (including your previously submitted work) and pass it off as your own. This can be through direct copying, poor paraphrasing and/or absence of citations.
โข Collusion โ where you work too closely, intentionally, or unintentionally, with others to produce work that is similar in nature. This can be through loaning of materials, drafts or through unauthorised use of a fellow studentโs work. โข Asking another person to write your assignment โ where you ask another individual or company to complete your work for you, be that paid or unpaid, and submit it as if it were your own.
โข Unauthorised use of artificial intelligence โ where you use artificial intelligence tools to generate your assignment instead of completing it yourself and/or where you have not been given permission to use artificial intelligence tools by your module leader. Please complete the following declaration around you use of artificial intelligence tools in your assignment.
STATEMENT ON USE OF ARTIFICIAL INTELLIGENCE TOOLS:
โข I have used artificial intelligence tools to generate an idea for my assignment: YES/NO |
---|
โข I have used artificial intelligence tools to write my assignment for me: YES/NO |
โข I have used artificial intelligence tools to brainstorm ideas for my assignment: YES/NO |
โข I have used artificial intelligence tools to correct my original assignment: YES/NO |
DECLARATION
โข I understand that by submitting this piece of work I am declaring it to be my own work and in compliance with the university regulations on Academic Integrity.
โข I confirm that I have done this work myself without external support or inappropriate use of resources. โข I understand that I am only permitted to use artificial intelligence tools in line with guidance provided by my Module Leader, and I have not used artificial intelligence tools outside this remit.
โข I confirm that this piece of work has not been submitted for any other assignment at this or another institution prior to this point in time.
โข I can confirm that all sources of information, including quotations, have been acknowledged by citing the source in the text, along with producing a full list of the sources used at the end of the assignment.
โข I understand that academic misconduct is an offence and can result in formal disciplinary proceedings. โข I understand that by submitting this assignment, I declare myself fit to be able to complete the assignment and I accept the outcome of the assessment as valid and appropriate.
Please read all instructions and information carefully.
This assignment contributes 70% to your final module mark and will assess the following learning outcomes:
โข Ability to apply software engineering tools and techniques in the testing and debugging of a computer program (Learning Outcome 2).
โข Ability to apply appropriate processes and articulate the rationale for design decisions throughout the process of developing and documenting a computer program (Learning Outcome 3).
Module code: |
CET131 Software Engineering |
---|---|
Module assessor: |
Dr Sardar Jaf |
Title of assessment: |
Software Engineering Assignment 2 Software Implementation Task |
Important Information
You are required to submit your work within the bounds of the University Infringement of Assessment Regulations (see your Programme Guide). Plagiarism, paraphrasing and downloading large amounts of information from external sources, will not be tolerated and will be dealt with severely. Although you should make full use of any source material, which would normally be an occasional sentence and/or paragraph (referenced) followed by your own critical analysis/evaluation. You will receive no marks for work that is not your own. Your work may be subject to checks for originality which can include use of an electronic plagiarism detection service.
For this assessment you are asked to submit an individual piece of work, therefore the work must be entirely your own. The safety of your assessments is your responsibility. You must not permit another student access to your work.
Referencing for this assessment should be done using the Harvard referencing system. (see your Programme Guide).
Please ensure that you retain a duplicate of your assignment. We are required to send samples of student work to the external examiners for moderation purposes. It will also safeguard in the unlikely event of your work going astray.
Submission instruction:
Submission Date and Time |
Check Canvas submission page for date and time of submission |
---|---|
Submission Location |
Digital copy via Canvas |
Document Format |
1. A fully documented (i.e. containing suitable source comments) software program which should implement the system requirements using any programming language you are competent in using it. 2. Screencast. Your screencast should be in suitable file format such as MPEG or MOV. |
Assignment weight |
70% |
Other requirements |
You must adhere to the above assessment requirements. Your source code will be checked for plagiarism. |
CET131 Assessment 2
Scenario
You have recently been employed as a graduate software developer working remotely for a new technology consultancy company. After completing a number of induction-based tasks, your line manager has issued you with your first client-based project.
WeAreCars are a new car rental company based in Sunderland. They are needing a software solution to assist in the rental of their vehicles. This solution needs to be a standalone windows forms based program to ensure future compatibility with legacy systems. The company has strict initial requirements and are on a tight budget due to them being a new company. However, WeAreCars wish to ensure the software is to be of the highest standard and do not want to launch the solution until all requirements are fully implemented and tested.
System Specification requirements (80%)
WeAreCars would like a software application that will assist in the rental of cars. You are you required to implement a software prototype to include the features below using any programming language you prefer. The system should have user interface as console or graphical format to allow users to interact with the system.
System features:
โ A welcome splash screen. This is to display a welcome message to the user and brief instructions on how to use the interface.
โ A staff login page that allows a staff member to login into the system, using the following fixed username and password
โ Username : sta001
โ Password: givemethekeys123
โ An area that displays a list of the rented cars
โ A main booking area that will process the booking. This area will allow a staff member to enter and/or select certain options (Mandatory fields are denoted with a *):
โ Customer First Name*
โ Customer Surname*
โ Customer Address*
โ Customer age*
โ Valid driving license*
โ If no, the booking canโt proceed
โ Number of days* (ยฃ25 per day)
โ Between 1 and 28
โ Type of car selected*
โ City car (No extra charge)
โ Family car (+ ยฃ50)
โ Sports car (+ ยฃ75)
โ SUV (+ ยฃ65)
โ Fuel type*
โ Petrol (No extra charge)
โ Diesel (No extra charge)
โ Hybrid (+ ยฃ30)
โ Full electric (+ ยฃ50)
โ Optional extras
โ Unlimited mileage (+ ยฃ10 per day)
โ Breakdown cover (+ ยฃ2 per day)
โ A summary screen that will confirm the data entered, options selected and a total price, before storing the booking.
โ The system should validate input data and display appropriate error messages.
WeAreCars would like this system to be as robust and as user friendly as possible. Attention to detail and the inclusion of validation and help systems / tooltips are recommended.
System Demonstration (20%)
Prepare up to 10 minutes of recorded presentation of all the features and functionalities that you have implemented for this project. Your presentation should:
โช Have a clear view of the source code.
โช Show all the features you have implemented according to the system specifications outline in the task above.
โช You should verbally describe the system features during the demonstration.
Marking Scheme
Criteria |
Fail (0- 14) |
Fail (15- 29) |
Fail (0- 39) |
Fail (30- 39) |
Pass (40-49) |
pass (50- 59) |
pass (60- 69) |
pass (70- 79 |
pass (79- 80) |
pass (80- 89) |
pass (90- 100) |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
System features/functi onality (60%) |
Irrelevant functiona lities are impleme nted |
Barely relevant functiona lities are impleme nted with some deficienci es. |
Some relevant functional ities implemen ted but with major deficienci es. |
Some relevant functional ities implemen ted but with minor deficienci es. |
Some relevant functiona lities are impleme nted with no deficienci es. |
Most of the functiona lities are impleme nted but with major deficienci es |
Most of the functiona lities are impleme nted but with minor deficienci es |
Most of the functiona lities are impleme nted with no deficienci es. |
All the functiona lities impleme nted, with major deficienci es and including extra features |
All the functionali ties implemen ted with minor deficienci es and including extra features |
All the functiona lities impleme nted and with no deficienci es and including extra features |
|
Source code annotation and naming convention (20%) |
No source code annotatio n |
Very little source code annotatio n |
Some source code annotatio n with major deficienci es |
Some source code annotatio n with minor deficienci es |
Some source code annotatio n with no deficienci es |
Good source code annotatio n with major deficienci es |
Good source code annotatio n with minor deficienci es |
Good source annotatio n code with no deficienci es |
Full source code annotatio n but major deficienci es |
Full source code annotatio n but manor deficienci es |
Full source code annotatio n but no deficienci es |
|
Demonstration (20%) |
No coherent structure and organisat ion. Some irrelevant or poorly presente d content |
Relevant , little coherent structure and organisat ion. Some relevant and acceptab le presentat ion of content |
Relevant, some coherent structure and organisati on. Relevant content but there are major inconsiste ncies. Or sometime poorly presented content |
Relevant, some coherent structure and organisati ons. Relevant content but with some minor inconsiste ncies. Or sometime poorly presented content |
Relevant , largely coherent and logically structure d but with some minor inconsist ency or poorly presente d content |
Relevant , largely coherent and logically structure d with no inconsist ency or poorly presente d content |
Relevant , coherent and logically structure d with minor inconsist ency or poorly presente d content |
Relevant , coherent and logically structure d with no inconsist ency or poorly presente d content |
Excellent and relevant, content, coherent and logically structured . Excellent use of headings and titles. no inconsiste ncy and clearly presented content |
Relevant , coherent and logically structure d with no inconsist ency or poorly presente d content |
Excellent and relevant, content, coherent and logically structure d. Excellent use of headings and titles. no inconsist ency and clearly presente d content |