<samp id="e4iaa"><tbody id="e4iaa"></tbody></samp>
<ul id="e4iaa"></ul>
<blockquote id="e4iaa"><tfoot id="e4iaa"></tfoot></blockquote>
    • <samp id="e4iaa"><tbody id="e4iaa"></tbody></samp>
      <ul id="e4iaa"></ul>
      <samp id="e4iaa"><tbody id="e4iaa"></tbody></samp><ul id="e4iaa"></ul>
      <ul id="e4iaa"></ul>
      <th id="e4iaa"><menu id="e4iaa"></menu></th>

      EBU6304代寫、Java編程設計代做

      時間:2024-05-09  來源:  作者: 我要糾錯



      EBU6304 – Software Engineering Page 1 of 5
      School of Electronic Engineering and Computer Science
      EBU6304 – Software Engineering Group Project
      30% coursework.
      A Virtual Bank Application for Kids
      -developing the software using Agile Methods
      1. General information
      In the next few weeks, your team will be required to develop a Virtual Bank Application
      for Kids using Agile methods. Your team should aim to deliver a simple first release of
      the software product that can be extended in further iterations. Agile methods should be
      applied in all activities, from requirements through analysis/design, implementation, and
      testing. Iterations should be planned, and outcomes should be submitted.
      There are no restrictions on what the Virtual Bank Application for Kids should include,
      and the given specification contains only high-level abstract requirements. It should be
      noted that determining the software requirements is one of the most important and
      complex phases in any development project. You should apply requirement-finding
      techniques and Agile methods to identify the actual requirements at an appropriate level.
      Most importantly, you need to prioritize the features that are implemented in accordance
      with both ease of implementation and meeting requirements. As in real software, you
      should define the project scope properly. Keep your design SIMPLE. Bear in mind that
      there is no absolute right answer – your solution may be perfectly appropriate.
      Handout release date: 14
      th March 2024
      First submission: Product backlog and Prototype, 15th April 2024
      Final submission: Report and Software: 27
      th May 2024
      Demonstration: 27th – 31st May 2024
      Marks returned: Approximately 2-3 weeks after the final submission.
      EBU6304 – Software Engineering Page 2 of 5
      2. Specification of the project
      2.1 Basic requirements
      Your team will develop a fun and easy to use “Virtual Bank Application for Kids”. The
      objective of this application is to educate children about the value of money and the
      concept of a bank, encouraging them to engage in tasks to earn pocket money, save for
      goals, and spend responsibly. There are no restrictions on the functions the application
      should include, as one of the most important tasks of this project is to identify the actual
      requirements. Here are some suggested functions to assist you in getting started.
      • Account creation: create virtual bank accounts, including current accounts and
      saving accounts.
      • Balance tracking: display the current balance.
      • Deposit: enable kids to deposit virtual money they earned from doing tasks.
      • Withdrawal: enable kids to withdraw virtual money.
      • Task setting: parents can set tasks or activities (e.g. house chore, exercises) to
      give kids opportunities to earn money.
      • Transactions: can check the transaction history.
      • Savings goals: enable kids to set savings goals and to track progress towards those
      goals.
      • Any other function(s) that is useful.
      A full prototype of the application should be produced. It is not required to implement the
      full working code however your team should implement core functions of your choice.
      2.2 Other requirement
      • The software must be developed using Java as a stand-alone application running
      on computers. A simple graphic user interface (GUI) should be used. The recent
      Java Edition should be used. Do NOT build a Web-based application or Phone
      App.
      • The application should be used without an Internet connection.
      • All input and output data should be in simple text file format. You may use plain
      text (txt), CSV, JSON, or XML. Do NOT use a database.
      • Basic restrictions and error checking must be considered.
      • Your design must be flexible and extensible to adapt to future changes, e.g.
      modify existing features and add new features. When doing so, you should be
      able to reuse the existing components and make the least impact on the existing
      code.
      Your tasks are to define detailed requirements, design, develop and test the above described
      software using Agile methods. Feel free to design the software as long as it satisfies the
      basic requirements, define the SCOPE properly.
      EBU6304 – Software Engineering Page 3 of 5
      3. Agile project management
      Each group has 6 (or 7) students. You are the Agile team working together to complete the
      project. All students in a group must work on ALL aspects of the project, to obtain full
      software engineering skills. You should use the techniques you have learnt in the lectures
      to manage the project, e.g., Scrum, daily stand up meetings, working around a table, scrum
      master and decision making, etc. You are also encouraged to use other efficient ways of
      communication to coordinate the group activities.
      Suggested Timeline:
      • 14-15 March
      Activities: meet group members, appoint a group leader and discuss the project
      handout.
      • 18-22 March
      Activities: gather actual requirements, story writing workshop.
      Outcomes: product backlog.
      • 25-29 March
      Activities: create prototype and get user feedback.
      Outcomes: product prototype.
      • 1-12 April
      Activities: Iteration 1.
      Outcomes: Working Software v1.
      • 15-26 April
      Activities: Iteration 2.
      Outcomes: Working Software v2.
      • 29 April -10 May
      Activities: Iteration 3.
      Outcomes: Working Software v3.
      • 13-24 May
      Activities: Iteration 4.
      Outcomes: Working Software v4.
      • 27-31 May
      Software final delivery.
      4. Submissions on QM+
      For all the submissions, only the group leader should submit the files on behalf of
      the whole group.
      The first submission includes product backlog and prototype. 15th April.
      The final submission includes a short report and software. 27th May.
      EBU6304 – Software Engineering Page 4 of 5
      4.1 The product backlog, an excel file (refer to the template on QM+). Filename:
      Productbacklog_groupXXX.xlsx, where XXX is your group number. It should contain all
      user stories with acceptance criteria, priority, estimation and iteration plan.
      4.2 The prototype, a PDF file. Filename: Prototype_groupXXX.pdf, where XXX is your
      group number. It should contain full prototype. Only low-fidelity or medium fidelity
      prototype is needed.
      4.3 The short report, a PDF file. Filename: Report_groupXXX.pdf, where XXX is your
      group number. The report template provided must be used. It should contain the sections
      of Group report (maximum 15 pages including tables, charts, figures and diagrams you
      may have) and individual statements (no more than 300 words each). More details can be
      found in the template.
       4.4 The software, a ZIP file. Filename: Software_groupXXX.zip, where XXX is your
      group number.
      It should contain the following parts:
      a) Java code. All core functions should be implemented. Code should be well
      documented.
      b) A set of test programs using Junit as an example of using TDD.
      c) JavaDocs.
      d) A user manual with some key screenshots of the application.
      e) A readme file to instruct how to set up or configure and run your software.
      5. Demonstration
      Informal demonstration (not assessed):
      There are two informal demonstrations, and the main purpose is to gather feedback. You
      should arrange a 30-minute session with your group's teaching assistant (TA):
      a) Demo 1: during week 15-19 April
      b) Demo 2: during week 6-10 May
      Formal demonstration (assessed): 27-31 May
      Your team is required to formally demonstrate the final software product (assessed). ALL
      group members MUST attend the demonstration session. You should showcase the
      functionality of your software product as if you were presenting it for sale. Demonstrate
      the operation of the core functions and, if possible, exhibit error handling capabilities.
      Additionally, be prepared to answer a few questions.
      6. The role of Teaching Assistants (TAs)
      Each group will be assigned a Teaching Assistant (TA) to offer support, feedback, and
      monitor the group's progress. Your TA should be your first point of contact for questions
      or issues. The TAs will regularly check both your group's progress and individual
      contributions.
      EBU6304 – Software Engineering Page 5 of 5
      7. Marks breakdown (approximate)
      Group mark (maximum 100 marks)
      Requirements: 30% (assessed through the product backlog, prototype and report)
      • Ability to extract and define the software requirements using Agile techniques. Use
      of appropriate fact-finding techniques. The correctness of defining scope and roles.
      The correctness of writing user stories. Correctness and completeness of product
      backlog. Quality of prototype.
      Analysis and design: 20% (assessed through the report)
      • Ability to refine the requirements through analysis. Ability to design high-quality
      software. Quality of the design class diagrams.
      Implementation and Demonstration 20% (assessed through the code, demonstration and
      report)
      • The correctness of Java code. Quality of code. Demonstrate the software working
      correctly as intended and the ability to handle errors.
      Testing: 20% (assessed through the code and report)
      • Appropriate test strategy. Unit testing. Integration testing.
      Project management: 10% (assessed through the regular check, informal demos and report)
      • Appropriate use of tools for project management and communication. Appropriate
      use of project management techniques. Evidence of progress throughout the project
      period.
      Individual mark
      Individual marks will be given based on participation and contribution within the group,
      including the quality of work performed and understanding of the tasks. Each student will
      be evaluated through regular checks, demonstrations, and statements in the report with
      evidence of their contributions. The grade will be awarded as follows:
      A+ Outstanding Receive 100% group marks + a maximum of 5% extra
      A Satisfactory Receive 100% group marks
      B Unsatisfactory Receive 50% of group marks
      C No contribution Receive 0% of group marks
      You, AS A GROUP, are responsible for managing any issues and for completing all of the
      tasks. If students are not contributing to the group work, then the module organiser needs
      to be informed immediately.
      Please use the student forum on QMPlus for general enquires and discussions.

      請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp
























       

      標簽:

      掃一掃在手機打開當前頁
    • 上一篇:代做DSA1002、代寫Java/c++設計編程
    • 下一篇:COM6511代寫、Python語言編程代做
    • 無相關信息
      昆明生活資訊

      昆明圖文信息
      蝴蝶泉(4A)-大理旅游
      蝴蝶泉(4A)-大理旅游
      油炸竹蟲
      油炸竹蟲
      酸筍煮魚(雞)
      酸筍煮魚(雞)
      竹筒飯
      竹筒飯
      香茅草烤魚
      香茅草烤魚
      檸檬烤魚
      檸檬烤魚
      昆明西山國家級風景名勝區
      昆明西山國家級風景名勝區
      昆明旅游索道攻略
      昆明旅游索道攻略
    • 福建中專招生網 NBA直播 短信驗證碼平臺 WPS下載

      關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

      Copyright © 2025 kmw.cc Inc. All Rights Reserved. 昆明網 版權所有
      ICP備06013414號-3 公安備 42010502001045

      主站蜘蛛池模板: 国产精品无码A∨精品影院 | 国产精品免费无遮挡无码永久视频| 久久午夜伦鲁片免费无码| 无码的免费不卡毛片视频| 国产精品无码素人福利免费| 亚洲日韩精品无码一区二区三区 | 亚洲国产无套无码av电影| 无码人妻熟妇AV又粗又大 | 少妇极品熟妇人妻无码| 人妻AV中出无码内射| 亚洲人AV在线无码影院观看| 久99久无码精品视频免费播放| 无码专区人妻系列日韩精品少妇 | 久久久亚洲精品无码| 无码人妻H动漫中文字幕| 精品国精品无码自拍自在线| 久久久无码一区二区三区| HEYZO无码综合国产精品227| 亚洲精品无码你懂的| 无码视频一区二区三区在线观看| 人妻无码一区二区视频| 日韩AV无码不卡网站| 无码里番纯肉h在线网站| 人妻精品久久无码专区精东影业| 一本久道中文无码字幕av | 国产精品无码亚洲一区二区三区| 亚洲成a人片在线观看无码| 亚洲精品无码久久久久| 亚洲高清无码在线观看| 免费无遮挡无码永久在线观看视频| 亚洲AV人无码激艳猛片| 亚洲av中文无码乱人伦在线咪咕| 日韩av无码免费播放| 宅男在线国产精品无码| 东京热av人妻无码专区| 久久青青草原亚洲av无码app| 无码无遮挡又大又爽又黄的视频| 亚洲2022国产成人精品无码区| 亚洲不卡中文字幕无码| 亚洲AV无码日韩AV无码导航| 亚洲AV无码AV男人的天堂 |