国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看

合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

代做PROG2005、代寫C/C++,Python程序
代做PROG2005、代寫C/C++,Python程序

時間:2025-03-18  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



PROG2005 Assessment 2 
PROG2005 PROGRAMMING MOBILE SYSTEMS 
Summary 
Title Assessment 2 – Programming project - TypeScript and Angular 
Type Individual submission (NOT a group) 
Due Date Week 4 Monday at 11:59 PM NSW time
Length Refer to the assessment details below 
Weighting 40% 
Academic Integrity Contract cheating and the use of GenAI, such as ChatGPT, in this 
assignment are strictly prohibited. Any breach may have severe 
consequences. Please read carefully the Academic Integrity section below.
Submission Via Blackboard. You will need to submit your code for tasks in Parts 1 and 
2 of the assessment by writing your code in TypeScript and Angular. For 
more details, please read the submission instructions below.
Unit Learning 
Outcomes 
This assessment task maps to the following ULOs: 
• ULO1: contrast mobile device architectures, interfaces, operating 
systems, and common middleware technology 
• ULO2: apply user-centred techniques to create application 
interfaces 
• ULO4: analyse and explain privacy and security requirements 
specific to mobile applications 
Rationale 
This assessment is crafted to deepen your understanding of TypeScript and Angular by engaging you 
in the development of applications that are relevant to Web and mobile systems programming. It 
serves as a practical opportunity to apply theoretical knowledge to real-world scenarios, enhancing 
your skills in creating user-centred interfaces and addressing privacy and security considerations in 
mobile and Web app development. Through this hands-on experience, you're expected to become 
proficient in these modern programming frameworks, setting a solid foundation for more advanced 
topics and projects in the field. The assessment will be further improved and extended in Assessment 
3. 
Task Description 
Part 2 can be an expansion of Part 1. In this assessment, you are tasked with creating standalone 
applications using TypeScript and Angular, showcasing your grasp of these technologies. Your 
challenge is to develop a basic app for an art gallery in TypeScript (Part 1) and then extend or recreate 
this app using Angular (Part 2). Your applications should function without server-side interaction and 
maintain data structures for persistent user interactions within a session. This project not only tests 
your technical skills but also your ability to apply user-centred design principles in creating intuitive 
application interfaces. Though you can start again from scratch if you wish, it is recommended that 
you save your Part 1 before you start modifying it for Part 2. For lesser marks, you can divide your 
PROG2005 Assessment 2 
assessment into several smaller HTML pages to demonstrate the different aspects without having 
everything working together. This is not the preferred method. 
Task Instructions 
Part 1 – Basic TypeScript App 
• Objective: Create a TypeScript-based inventory management system that helps manage a 
simple database of items. The app should function while the browser is open, with no 
requirement for data persistence after closing the browser.
• Initialisation: Start with either hardcoded data or an empty structure. Use TypeScript 
effectively, ensuring appropriate type definitions for parameters and return values.
• Data Fields: The system should store: Item ID (Unique), Item Name, Category (Electronics, 
Furniture, Clothing, Tools, Miscellaneous), Quantity, Price , Supplier Name, Stock Status (In 
Stock, Low Stock, Out of Stock), Featured Item (Yes, No), Special Note. All fields, except 'Special 
Note,' require values. An Item ID can only be entered and saved once (it must be unique for 
each item).
• Features:
o Add, edit, and update item details. Update should be done using item name.
o Delete item with confirmation prompts using item name.
o Search functionality based on item name.
o Display all items in the database.
o Display all featured items in the database.
o Responsive design, ensuring usability on both narrow and wide mobile screens.
o Implement interactive elements (use innerHTML assignments instead of alert() calls).
o Use CSS styles for basic styling and improve the user experience.
• Requirements:
o Implement a structured data model (TypeScript array of objects/interfaces) that 
maintains data integrity through type enforcement.
o Focus on TypeScript functionality, using minimal HTML form elements.
o TypeScript typing is necessary for parameters and return values, though function 
types may be inferred.
o Ensure well-structured, clean, and commented code. Submit Part 1 in a separate 
directory to avoid penalties.
o Use data validation while performing the operations on the recorded data.
Part 2 – Basic Angular App 
• Objective: Extend or recreate the TypeScript app as a multi-page Angular application. The app 
should incorporate features for managing books and authors efficiently.
• Pages: The Angular app should contain at least five pages, including:
o A homepage displaying the purpose of the app.
o A page for adding and editing books and authors.
o A book search page with filtering options.
o A privacy and security analysis page explaining key security considerations.
PROG2005 Assessment 2 
o A help page with FAQs and troubleshooting guidance.
• Features:
o Add, edit, and update item details. Update should be done using item name.
o Delete item with confirmation prompts using item name.
o Search functionality based on item name.
o Display all items in the database.
o Display all featured items in the database.
o A dedicated page that presents text explaining these privacy and security 
requirements.
• Code Structure:
o Maintain modular, commented, and well-organized code.
o Submit Part 2 separately to ensure clarity and organization.
• Requirement:
o Your Angular app must include at least one module and one component, but 
additional components should be created to implement necessary functionalities.
o Ensure the app is user-friendly, responsive, functional, and validates all inputs (e.g., 
numeric fields should not accept letters).
If you are experiencing personal or/and difficult situations, you must apply for a Special Consideration 
(see the link below) and inform your tutor before the due date to be considered. Unless an extension 
is approved, there is a late submission penalty.
Resources 
In this section, provide links to resources required to complete the assessment task. 
Use the following resources to support you when working on this assessment. 
• Unit Modules 2 - 4 on Blackboard. 
• Angular documentation (https://angular.io/docs)
Referencing Style Resource 
NA 
Task Submission 
You are required to submit your source code for both parts of the assessment as a single ZIP archive. 
Please upload this ZIP file to the designated submission link on the unit site. For TypeScript, ensure 
that you include TS files. If the file size exceeds the upload limit, please send the ZIP file via email or 
through a method specified by your tutor.
Ensure that your source code is well-structured and adequately commented, as you will be penalized 
for poorly structured or uncommented code. Each source code file submitted must include title 
comments identifying the author and the assignment part. Additionally, please organize the separate 
parts of the assignment into separate subdirectories (e.g., Part 1, Part 2, etc.). Failure to follow this 
instruction may result in penalties.
PROG2005 Assessment 2 
Please note that this assignment is due after the weekly modules have covered all required 
materials. It is advisable not to leave this assignment until the last minute; you can begin working on 
it while the concepts are fresh in your mind. You may start Part 1 before completing the study of all 
required materials. If you need an extension, you must apply to your tutor before the due date. Late 
submissions without an approved extension will incur penalties.
Academic Integrity 
At Southern Cross University, academic integrity means behaving with the values of honesty, fairness, 
trustworthiness, courage, responsibility and respect in relation to academic work. 
The Southern Cross University Academic Integrity Framework aims to develop a holistic, systematic 
and consistent approach to addressing academic integrity across the entire University. For more 
information, see: SCU Academic Integrity Framework
NOTE: Academic Integrity breaches include unacceptable use of generative artificial intelligence 
(GenAI) tools, the use of GenAI has not been appropriately acknowledged or is beyond the acceptable 
limit as defined in the Assessment, poor referencing, not identifying direct quotations correctly, close 
paraphrasing, plagiarism, recycling, misrepresentation, collusion, cheating, contract cheating, 
fabricating information. 
At SCU the use of GenAI tools is acceptable, unless it is beyond the acceptable limit as defined in the 
Assessment Item by the Unit Assessor. 
GenAI may not be used
Use of Generative Artificial Intelligence (GenAI) tools, such as ChatGPT, for completing the assessment 
tasks is prohibited. You only can take guidance from GenAI tools, e.g., you can find relevant examples
or use for troubleshooting purpose only. You are required to demonstrate if you have developed the 
unit’s skills and knowledge. If you use GenAI tools to generate the code and you fail to demonstrate 
the required skills in your assessment task, it may result in an academic integrity breach against you 
as described in the Student Academic and Non-Academic Misconduct Rules, Section 3.
This assessment, which is to be completed individually, is your chance to gain an understanding of the 
fundamental concepts of TypeScript and Angular on which later learning will be based. It is important 
that you master these concepts yourself. 
Since you are mastering fundamental skills, you are permitted to work from the examples in the 
MySCU site or study guide, but you must acknowledge assistance from other textbooks, classmates, 
or online resources. In particular, you must not use online material or help from others, as this would 
prevent you from mastering these concepts. 
This diagram will help you understand where you can get help: 
Lecturer
Tutors
GenAI e.g., 
ChatGPT
Online 
Forums
Relatives Students 
outside unit
Hired 
coders
PROG2005 Assessment 2 
Classmates Private 
Tutors
Other
Encouraged 
Attribution Required 
Ask tutor 
Not acceptable 
Note: If your marker has any suspicion that you had help with your code or that your work is not 
your own you will be asked to come to a meeting with your marker to explain your code. Any
student who is unable to explain their code will be submitted for academic misconduct.
Special Consideration 
Please refer to the Special Consideration section of Policy. 
https://policies.scu.edu.au/document/view-current.php?id=140
Late Submissions & Penalties 
Please refer to the Late Submission & Penalties section of Policy. 
https://policies.scu.edu.au/view.current.php?id=00255
Grades & Feedback 
Assessments that have been submitted by the due date will receive an SCU grade. Grades and 
feedback will be posted to the ‘Grades and Feedback’ section on the Blackboard unit site. Please allow 
7 days for marks to be posted. 
Assessment Rubric 
Marking criteria for this assessment can be found on the Assessment page. 
Description of SCU Grades 
High Distinction: 
The student’s performance, in addition to satisfying all of the basic learning requirements, 
demonstrates distinctive insight and ability in researching, analysing and applying relevant skills and 
concepts, and shows exceptional ability to synthesise, integrate and evaluate knowledge. The 
student’s performance could be described as outstanding in relation to the learning requirements 
specified. 
Distinction: 
The student’s performance, in addition to satisfying all of the basic learning requirements, 
demonstrates distinctive insight and ability in researching, analysing and applying relevant skills and 
concepts, and shows a well-developed ability to synthesise, integrate and evaluate knowledge. The 
student’s performance could be described as distinguished in relation to the learning requirements 
specified. 
Credit: 
The student’s performance, in addition to satisfying all of the basic learning requirements specified, 
demonstrates insight and ability in researching, analysing and applying relevant skills and concepts. 
The student’s performance could be described as competent in relation to the learning requirements 
specified. 
Pass: 
The student’s performance satisfies all of the basic learning requirements specified and provides a 
sound basis for proceeding to higher-level studies in the subject area. The student’s performance 
could be described as satisfactory in relation to the learning requirements specified. 
Fail: 
The student’s performance fails to satisfy the learning requirements specified. 
PROG2005 Assessment 2 
PROG2005 Assessment 2 
請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp



 

掃一掃在手機打開當前頁
  • 上一篇:EL3105代做、代寫 MATLAB/Python 編程
  • 下一篇:代寫COMP 315、代做Java編程設計
  • ·代做MATH2110、代寫c/c++,Python程序
  • ·代寫SE360、Java/Python程序代做
  • ·MISCADA代做、代寫Python程序語言
  • ·代寫CSE 231、代做Python程序語言
  • ·CP414編程代寫、代做Java/Python程序
  • ·CIV6782代做、代寫Python程序語言
  • ·CS305程序代做、代寫Python程序語言
  • ·代寫FN6806、代做c/c++,Python程序語言
  • ·代寫CS-UY 4563、Python程序語言代做
  • ·CE235編程代寫、代做python程序設計
  • 合肥生活資訊

    合肥圖文信息
    流體仿真外包多少錢_專業CFD分析代做_友商科技CAE仿真
    流體仿真外包多少錢_專業CFD分析代做_友商科
    CAE仿真分析代做公司 CFD流體仿真服務 管路流場仿真外包
    CAE仿真分析代做公司 CFD流體仿真服務 管路
    流體CFD仿真分析_代做咨詢服務_Fluent 仿真技術服務
    流體CFD仿真分析_代做咨詢服務_Fluent 仿真
    結構仿真分析服務_CAE代做咨詢外包_剛強度疲勞振動
    結構仿真分析服務_CAE代做咨詢外包_剛強度疲
    流體cfd仿真分析服務 7類仿真分析代做服務40個行業
    流體cfd仿真分析服務 7類仿真分析代做服務4
    超全面的拼多多電商運營技巧,多多開團助手,多多出評軟件徽y1698861
    超全面的拼多多電商運營技巧,多多開團助手
    CAE有限元仿真分析團隊,2026仿真代做咨詢服務平臺
    CAE有限元仿真分析團隊,2026仿真代做咨詢服
    釘釘簽到打卡位置修改神器,2026怎么修改定位在范圍內
    釘釘簽到打卡位置修改神器,2026怎么修改定
  • 短信驗證碼 豆包網頁版入口 破天一劍 目錄網 排行網

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

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
    ICP備06013414號-3 公安備 42010502001045

    国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看
    欧美日韩xxx| 国产精品福利无圣光在线一区| 在线观看成人一级片| 久久久国产影院| 91精品国产高清久久久久久| 国产日韩在线一区二区三区| 欧美大陆一区二区| 国产一区欧美二区三区| 国产欧美日韩丝袜精品一区| 国产欧美日韩伦理| 国产精选久久久久久| 成人免费网视频| 国产精品无码专区在线观看| 国产精品毛片va一区二区三区| 国产精品久久久久久久久| 国产精品高潮呻吟久久av野狼| 91精品国自产在线观看| 久久这里只有精品23| 久久精品一区二区三区不卡免费视频| 黄色免费观看视频网站| 国产在线观看欧美| 国产精品自产拍在线观| y111111国产精品久久婷婷| 97精品视频在线| 高清一区二区三区视频| 国产精品88a∨| 国产精品高潮呻吟视频| 中文字幕一区二区三区有限公司| 亚洲高清不卡一区| 国语自产精品视频在线看| 不卡日韩av| 欧美激情一级精品国产| 婷婷四房综合激情五月| 国产精品专区h在线观看| 久久国产乱子伦免费精品| 国产精品精品一区二区三区午夜版| 亚洲精品人成| 国产日产精品一区二区三区四区| 九色视频成人porny| 亚洲欧洲免费无码| 成人欧美一区二区三区黑人免费| 久久精品国产亚洲精品| 日韩一中文字幕| 手机在线观看国产精品| 国产精品99久久免费黑人人妻 | 欧美激情精品久久久| 日韩精品不卡| 97久久精品人搡人人玩| 久久99久久99精品免观看粉嫩| 国产熟女高潮视频| 国产精品久久久久久久久久ktv| 极品日韩久久| 欧美伦理91i| 免费中文日韩| 日韩中文在线视频| 日韩中文字幕一区| 91免费在线视频| 亚洲综合在线小说| 97国产精品视频| 亚洲综合欧美日韩| wwwwww欧美| 中文字幕一区二区三区最新| 国产乱子伦农村叉叉叉| 中文字幕无码精品亚洲资源网久久| 国产亚洲精品网站| 在线码字幕一区| …久久精品99久久香蕉国产| 亚洲va久久久噜噜噜| 国产第一区电影| 欧美有码在线视频| 国产精品免费一区二区三区都可以| 日韩不卡av| 久久久精品影院| 国产女教师bbwbbwbbw| 亚洲色欲久久久综合网东京热| 久久久免费高清电视剧观看| 欧美专区在线播放| 国产99久久久欧美黑人| 国产高清在线一区二区| 欧美中文字幕视频在线观看| 国产精品高清网站| 久久久亚洲精品视频| 黄色av网址在线播放| 亚洲一区二区在线看| 久久久精品网站| 91麻豆蜜桃| 欧美交换配乱吟粗大25p| 国产aaa一级片| 色妞久久福利网| 99se婷婷在线视频观看| 欧美这里只有精品| 亚洲国产精品久久久久婷蜜芽| 久久九九免费视频| 久久久亚洲精选| 国产精品一区二区欧美黑人喷潮水| 日本韩国在线不卡| 中文字幕一区二区三区四区五区六区 | 成人h视频在线| 黄色片网址在线观看| 亚洲天堂av免费在线观看| 色偷偷噜噜噜亚洲男人| 超碰网在线观看| 免费久久久久久| 欧美少妇一区二区三区| 日本一区二区视频| 亚洲啊啊啊啊啊| 亚洲一区二区自拍| 亚洲伊人久久综合| 免费91麻豆精品国产自产在线观看| 色伦专区97中文字幕| 日韩在线小视频| 国产成人精品综合| 国产v亚洲v天堂无码| 国产经典久久久| 99伊人久久| 91久久国产婷婷一区二区| 91精品国产高清自在线看超| 欧美成人在线网站| 久久亚洲精品一区二区| 久久精品视频99| 免费99精品国产自在在线| 亚洲天堂电影网| 性色av一区二区咪爱| 人妻熟女一二三区夜夜爱| 欧美日韩一区二区三区在线视频| 欧美日韩国产免费一区二区三区| 热久久这里只有精品| 国模精品视频一区二区三区| 国产片侵犯亲女视频播放| 99精品人妻少妇一区二区| 97免费在线视频| 久久久久久久香蕉| 欧美日韩爱爱视频| 日本免费在线精品| 国产特级黄色大片| www.浪潮av.com| 日韩午夜在线视频| 精品产品国产在线不卡| 亚洲一区二区三区加勒比| 欧美专区福利在线| 99视频日韩| 国产精品三级久久久久久电影 | 亚洲资源在线看| 欧美又大粗又爽又黄大片视频| 国产精品女主播视频| 中文字幕在线乱| 欧洲亚洲在线视频| 国产欧美日韩综合精品| 国产v综合v亚洲欧美久久| 国产精品第157页| 日韩欧美视频免费在线观看| 高清国产在线一区| www.国产精品一二区| 无码人妻精品一区二区三区66| 精品无码久久久久久久动漫| 久久久久久久999| 一区二区三区久久网| 欧美日韩亚洲一二三| 久久精品香蕉视频| 亚洲美女搞黄| 国产免费亚洲高清| 国产精品久久久久7777婷婷| 欧美在线视频网| 日韩视频精品在线| 日韩视频免费播放| 国产高清精品一区二区| 亚洲一区二区三区在线免费观看| 国产又粗又爽又黄的视频| 国产精品日韩专区| 国内精品一区二区三区四区| 久久中文字幕视频| 红桃av在线播放| 久久伊人精品天天| 国产日韩av在线| 亚洲中文字幕无码不卡电影| 91国在线精品国内播放| 色乱码一区二区三在线看| 国产成人精品av在线| 日本不卡一二三区| 国产精品久久久久久av福利软件| 免费看日b视频| 亚洲综合精品一区二区| 久久精品xxx| 国产在线98福利播放视频| 中文字幕中文字幕在线中心一区| 91精品在线国产| 欧美一区二区三区……| 国产成人jvid在线播放| 黄黄视频在线观看| 欧美激情国产精品| 久久久之久亚州精品露出| 欧美日韩国产精品一区二区| 中文字幕日韩精品一区二区| 久久国产日韩欧美| 国产午夜伦鲁鲁| 日韩五码在线观看| 亚洲欧洲久久| 操日韩av在线电影| 久久久久久久免费| yellow视频在线观看一区二区|