日本欧洲视频一区_国模极品一区二区三区_国产熟女一区二区三区五月婷_亚洲AV成人精品日韩一区18p

PROG2003代做、代寫Java設(shè)計程序

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



Assessment 1 Brief
PROG2003: CLOUD SYSTEMS DEVELOPMENT
Summary
Title Assessment 1
Type Programming
Individual or Group Individual
Due Date Monday 13 May 11:59 pm AEST (Week 3 Monday)
Length N/A
Weighting 30%
Academic Integrity Contract cheating and any 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 AWS application submission in Blackboard link. The application must be
present in the AWS workspace.
Unit Learning
Outcomes
This assessment task maps to the following ULOs:
ULO1: integrate cloud APIs and services to design and develop cloud
applications
Rationale
Learning and integrating cloud computing APIs would allow you to create real-world applications.
This assessment particularly asks to utilise cloud storage API and its features to create a website to
display a set of information. This is not a straightforward task, and you are required to understand
the API features and the programs shown in the classes clearly. You must transfer and combine the
knowledge they would learn in the class and from the material to complete this assessment. A realworld cloud developer would start learning fundamental cloud APIs, and create web application
using them. This assessment asks you to do the same task.
Task Description
Assume that you are a cloud developer at Southern Cross University and tasked to develop a website
that counts and displays the number of different types of files stored in an AWS cloud storage bucket
(i.e., S3 bucket). This can be done with a backend app (i.e., an S3 app) that reads the files in an S3
bucket and counts them according to their file types (e.g., txt, xlsx, png, jpg). Later, the backend app
“writes” the count information as a part of the HTML pages that are used to host the website. You
will learn details about these in the class. Please see below the example screenshots of the website’s
home page.
Example scenario and problem
An example of how your website would look like is given below:
2
Assessment 1 Brief
You can divide the whole project into two parts – Part A would be the website, and Part B would be
the backend Cloud9 app.

Note: You will use an AWS account provided by the university for this project, not a personal account.
This ensures that all resources and data are managed within the university's AWS ecosystem.
Task Instructions
Part A – Website
Complete the following tasks:
1. Create a cloud storage service bucket (aligns with ULO1):
Create an S3 bucket and upload some test files of different types – web, text, image, excel,
and others into the bucket. Configure the bucket with the appropriate “bucket policy” and
“public access” to ensure public access to the website.
2. Design a static website using cloud storage service (aligns with ULO1):
Create a static website with two pages – home and error, using corresponding HTML files
(i.e., home.html, error.html). The home page will print (display) the number of files available
within the S3 bucket for each file type. You need to consider the following types and
respective file extensions.
• Web (.html)
• Text (.txt)
• Image (.jpg)
• Excel (.xlsx)
• Other (.pdf, .xml, etc.)
The home page must reflect any changes to the files (rename, add, or delete file) in the
bucket. The error page will be displayed upon entering invalid website URL and will display a
simple error message, e.g., “404: Page not found”.
Part B – S3 App
Complete the following tasks:
1. Develop S3 app by integrating cloud storage service API (aligns with ULO1):
Develop an S3 application to add dynamic functionalities to the static website. The S3 app
must read the list of existing files, count them, and write this information into the
corresponding html file used as the home page. The home page should dynamically update to
show any modifications (such as renaming, adding, or deleting files) made in the bucket. The
S3 app must be run after any changes to files in the bucket. You need to develop the following
functionalities with detailed comments. Use separate class methods to implement the
functionalities.
a) Reading and counting the number of each file type (use the file types mentioned
above).
3
Assessment 1 Brief
b) Crafting HTML content for 'home.html'. This file will display data regarding the types
of files and their quantities. All this information should be encapsulated within a
formatted string according to HTML standards.
c) Create (write) the ‘home.html’ in the bucket, which will overwrite the existing
‘home.html’.
d) Implement suitable exception handling mechanisms and utilise loops as needed.
Requirements
Your website and S3 app must fulfil the following requirements.
• The functionalities of the S3 app must be implemented with AWS SDK 2.x and Java (shown in
tutorials).
• Names of the bucket and S3 app must be “yourscuusernamea1bucket” and
“yourscuusernameA1App”. You need to use a single bucket to host the website and develop S3 app.
• Your Cloud9 app must have three separate Java methods to implement reading/counting, preparing,
and creating.
• You must implement the assignment in the UA-provided AWS account, personal AWS account will not
be accepted.
Resources
Resources required to complete the assessment task
• Contents from Modules 1 and 2 of the unit site. You will learn how to create new file and list
existing files, hosting static website during the tutorials.
• You need additional resource to craft the HTML content for the ‘home.html’ file. You can use
an HTML list element to display/print the file counts and types to the home page. Please
check this link: https://www.w3schools.com/html/html_lists_unordered.asp.
Task Submission
1. Download the final S3 app from Cloud9 workspace and submit the zipped app as
“yourscuusernameA1App.zip” to the Blackboard submission link in the unit site. The app
must also be present in the AWS workspace provided by the UA. The marker will test your
app functionality from this workspace.
2. The website URL to be submitted via the Blackboard submission link in the unit site.
Note: Multiple submissions are allowed until the deadline.
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
4
Assessment 1 Brief
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.
GenAI is May Not be used for Assessment 1
Generative artificial intelligence (GenAI) tools, such as ChatGPT, must not be used for this
assessment task. You are required to demonstrate that you have developed the unit’s skills and
knowledge without any external support. If you use GenAI tools in your assessment task, it will
result in an academic integrity breach against you, as described in the Student Academic and NonAcademic Misconduct Rules, Section 3.
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
Classmates Private
Tutors
Other
Encouraged
Attribution Required (in the report)
Ask tutor
Not acceptable
Please note that if your marker has any suspicion that you had help with your work or is not your
own you will be asked to come to a meeting with your marker to explain your work. 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
5
Assessment 1 Brief
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.
6
Assessment 1 Brief
Assessment Rubric
Marking Criteria and %
allocation
High Distinction
(85–100%)
Distinction
(75–84%)
Credit
(65–74%)
Pass
(50–64%)
Fail
0–49%
Integrate cloud storage
service to set up and
configure a static
website, utilising cloudbased resources for web
hosting (ULO1) – 5%
Configures a static
website featuring
exceptionally designed
home and error pages,
with an S3 bucket
configured to perfection,
showcasing a deep
understanding of bucket
policy and public access
settings.
Configures a static
website with wellstructured home and
error pages, and the S3
bucket is configured with
considerable attention to
detail in bucket policies
and public access
controls, though minor
improvements could be
made.
Configures a static
website with functional
home and error pages;
the S3 bucket
configuration is
adequate, addressing the
essential aspects of
bucket policies and public
access, with minor errors
noted.
Configures a basic static
website where the home
and error pages meet the
minimum criteria; the S3
bucket’s configuration
demonstrates an
understanding of the key
aspects of bucket policies
and/or public access,
though several errors are
present.
Attempts to configure a
static website; however,
home and error pages
are either incomplete or
improperly configured.
The S3 bucket setup lacks
correct configuration of
bucket policies and public
access, failing to meet
the project criteria.
Integrate cloud storage
service to design a static
website (ULO1) – 10%
Develops a fully
functional website
featuring a home page
that accurately counts
and dynamically updates
for each file type in the
bucket upon
modifications, alongside
an error page that
precisely displays the
appropriate error
message.
Develops a functional
website where the home
page accurately tracks
and updates file counts in
the bucket, despite minor
presentation issues. The
error page conveys error
messages effectively,
with some presentation
flaws.
Develops a satisfactory
website where the home
page generally reflects
the count for each file
type in the bucket and
updates with
modifications, though
moderate discrepancies
in the displayed
information in home and
error pages.
Develops a basic website
with a home page that
displays the file counts
for each type in the
bucket and attempts to
update with file changes,
though not always
accurately. The error
page includes an error
message that is not fully
correct.
Attempts to create a
website; however, the
home and error pages
display inaccurate
information with no
reflection for any
changes in files, failing to
meet the project criteria.
Develop S3 app using
cloud storage service
(ULO1) – 40%
Develops an app that
executes flawlessly
without compile or
runtime errors,
accurately counts file
types, generates detailed
HTML content with count
Develops an app that
runs smoothly with no
compile or runtime
errors, reliably counts file
types, produces detailed
HTML content including
count data, and
Constructs an app that
runs without compile or
runtime errors but offers
limited functionality, with
one key feature not
operating correctly,
indicating a foundational
Builds an app free from
compile or runtime
errors, yet it exhibits
restricted functionality
due to several key
features malfunctioning,
suggesting a basic
Attempts to develop an
app but encounters
significant compile or
runtime errors, failing to
meet the project's core
requirements.
7
Assessment 1 Brief
information, and creates
a home page using this
HTML.
constructs a home page
with this HTML, with
some minor issues in
presenting information.
level of performance yet
room for improvement in
feature implementation.
operational level with
significant scope for
enhancement in feature
execution.
Implement S3 app using
cloud storage service API
(ULO1) – 45%
Implements an S3 app
with exceptional skill,
accurately listing file
types and embedding file
counts in HTML. The app
demonstrates advanced
implementation
techniques using distinct
Java methods, effective
loops, and
comprehensive exception
handling. Source code is
extensively commented,
offering clear and
insightful explanations of
functionality.
Implements an S3 app
with high competence,
effectively listing file
types and embedding file
counts in HTML. Utilises
well-structured Java
methods, loops, and
exception handling to
ensure app robustness.
Source code comments
are detailed, providing
good clarity on the app's
functionality.
Implements an S3 app
with good proficiency,
listing file types and
embedding file counts in
HTML with minor
inaccuracies. Java
methods, loops, and
exception handling are
used appropriately to
maintain app stability.
Source code comments
are adequate, explaining
the functionality
sufficiently.
Implements an S3 app
that meets basic
requirements, listing file
types and embedding file
counts in HTML with
some errors. Java
methods, loops, and
exception handling are
employed but lack
refinement, affecting the
app's robustness. Source
code comments are
present but lack depth in
explaining functionalities.
Attempts to implement
an S3 app, but fails to
accurately list file types
and embed file counts in
HTML. Java methods,
loops, and exception
handling are poorly
utilised, compromising
the app's functionality.
Source code comments
are sparse or unclear,
failing to elucidate the
app's operations
adequately.
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.
8
Assessment 1 Brief
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.

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


















 

標簽:

掃一掃在手機打開當前頁
  • 上一篇:代做COMP30023、代寫C/C++編程設(shè)計
  • 下一篇:代寫CSCI-GA、代做Java編程語言
  • 無相關(guān)信息
    昆明生活資訊

    昆明圖文信息
    蝴蝶泉(4A)-大理旅游
    蝴蝶泉(4A)-大理旅游
    油炸竹蟲
    油炸竹蟲
    酸筍煮魚(雞)
    酸筍煮魚(雞)
    竹筒飯
    竹筒飯
    香茅草烤魚
    香茅草烤魚
    檸檬烤魚
    檸檬烤魚
    昆明西山國家級風景名勝區(qū)
    昆明西山國家級風景名勝區(qū)
    昆明旅游索道攻略
    昆明旅游索道攻略
  • NBA直播 短信驗證碼平臺 幣安官網(wǎng)下載 歐冠直播 WPS下載

    關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 kmw.cc Inc. All Rights Reserved. 昆明網(wǎng) 版權(quán)所有
    ICP備06013414號-3 公安備 42010502001045

    日本欧洲视频一区_国模极品一区二区三区_国产熟女一区二区三区五月婷_亚洲AV成人精品日韩一区18p

              9000px;">

                        99re成人精品视频| 午夜伊人狠狠久久| 亚洲老妇xxxxxx| 99精品视频一区| 国产精品国产精品国产专区不片| 国产91高潮流白浆在线麻豆| 国产精品国产三级国产普通话蜜臀 | 欧美国产精品中文字幕| 成人av免费在线观看| 一区二区三区精密机械公司| 欧美中文字幕久久| 日韩av一二三| 国产精品私人自拍| 欧美日本高清视频在线观看| 久久99久久久久| 国产视频一区在线观看| 欧美揉bbbbb揉bbbbb| 九九精品视频在线看| 中文字幕一区二区三区四区 | 中文字幕中文字幕中文字幕亚洲无线 | 宅男噜噜噜66一区二区66| 另类成人小视频在线| 捆绑变态av一区二区三区| 欧美亚洲国产一区二区三区va | 国产原创一区二区| 亚洲少妇中出一区| 6080国产精品一区二区| 国产成人av电影免费在线观看| 亚洲女爱视频在线| 精品国产三级电影在线观看| 色综合天天综合| 蜜桃视频一区二区三区在线观看 | 国产精品福利一区| 欧美人与禽zozo性伦| 成人亚洲一区二区一| 日韩avvvv在线播放| 久久精品一区蜜桃臀影院| 麻豆精品视频在线观看视频| 丝袜美腿亚洲综合| 久久这里都是精品| 亚洲黄一区二区三区| 欧美精品一区二区在线播放| 欧美亚洲一区三区| 成人动漫中文字幕| 日韩精品亚洲专区| 在线看国产一区| 狠狠色综合日日| 亚洲国产一二三| 中文字幕成人网| 日韩精品中午字幕| 欧美日韩国产综合久久| 久久成人免费电影| 美国十次综合导航| 日韩精品成人一区二区三区| 亚洲精品欧美激情| 自拍av一区二区三区| 国产精品欧美一级免费| 国产亚洲一区二区三区四区| 日韩欧美一级二级| 欧美二区在线观看| 欧美日韩国产综合一区二区三区| 色综合一区二区三区| 91原创在线视频| 91在线视频播放| 91丨国产丨九色丨pron| 91一区二区三区在线观看| 白白色亚洲国产精品| 不卡视频一二三| 欧美综合欧美视频| 欧美日韩国产综合一区二区三区| 欧美视频中文字幕| 7777精品伊人久久久大香线蕉经典版下载 | 91精品综合久久久久久| 欧美女孩性生活视频| 欧美一区二区久久| 久久久亚洲欧洲日产国码αv| 久久精品一区二区三区不卡牛牛| 久久亚区不卡日本| 国产精品久久久久久久久久久免费看 | 99久久精品国产导航| 成人av动漫在线| 91国产免费观看| 91精品国产综合久久香蕉的特点| 91麻豆精品国产91久久久资源速度| 日韩一区二区免费视频| 国产偷v国产偷v亚洲高清| 亚洲另类在线制服丝袜| 七七婷婷婷婷精品国产| 国产毛片一区二区| 久久新电视剧免费观看| 亚洲伦在线观看| 蜜臀av国产精品久久久久| 成人性视频网站| 91精品国产全国免费观看 | 亚洲欧洲三级电影| 日韩av不卡在线观看| 99久久精品国产毛片| 日韩三级电影网址| 中文字幕中文字幕在线一区 | 99热99精品| 91麻豆精品国产91久久久久久| 精品国产青草久久久久福利| 18成人在线观看| 精品亚洲国产成人av制服丝袜| 91丨九色porny丨蝌蚪| 精品国产乱码久久久久久影片| 亚洲人吸女人奶水| 国产精品伊人色| 欧美美女喷水视频| 亚洲色图20p| 国产成人av一区二区| 欧美老肥妇做.爰bbww视频| 国产精品久久久久永久免费观看| 奇米影视一区二区三区| 91精彩视频在线| 日韩欧美精品在线视频| 亚洲一区二区在线免费看| 国产成人在线网站| 日韩亚洲欧美成人一区| 亚洲精品免费播放| 99热精品国产| **网站欧美大片在线观看| 国产揄拍国内精品对白| 欧美xxx久久| 美女免费视频一区| 欧美一级二级三级蜜桃| 日韩av中文字幕一区二区三区| 欧美亚洲一区三区| 一区二区三区高清| 色综合久久88色综合天天| 国产精品美女久久久久aⅴ| 国产成人福利片| 久久精品夜夜夜夜久久| 国产精品亚洲人在线观看| 久久久久国产精品人| 国产91露脸合集magnet| 亚洲国产激情av| 成人深夜福利app| 欧美国产禁国产网站cc| 成人性生交大片免费看中文网站| 久久精品视频在线免费观看| 国产福利91精品| 国产精品美女久久久久久久久久久 | 亚洲色大成网站www久久九九| 北岛玲一区二区三区四区| 亚洲一级在线观看| 精品成a人在线观看| 国产精品小仙女| 一区二区三区高清不卡| 欧美电影免费提供在线观看| 99麻豆久久久国产精品免费 | 日韩成人免费在线| 日韩欧美久久久| 成人黄动漫网站免费app| 午夜视频在线观看一区| 久久久久久免费毛片精品| 91蜜桃在线免费视频| 日本系列欧美系列| 国产精品福利在线播放| 日韩精品中午字幕| 一本久久精品一区二区| 老司机精品视频线观看86 | 伊人色综合久久天天| 欧美一区二区三区免费在线看 | 亚洲美女视频在线| 久久久午夜精品| 欧美伊人久久大香线蕉综合69| 日本亚洲三级在线| 亚洲国产成人私人影院tom| 欧美一区二区三区在| 99精品一区二区三区| 捆绑变态av一区二区三区| 亚洲欧美日韩人成在线播放| 日韩一区二区在线看| 国产成人自拍在线| 天堂蜜桃91精品| 国产色婷婷亚洲99精品小说| 成人福利视频在线| 国产偷国产偷精品高清尤物| 久久九九久精品国产免费直播| 国产一区高清在线| 亚洲欧美怡红院| 欧美电视剧在线观看完整版| 亚洲国产成人高清精品| 欧美在线视频全部完| 欧美亚洲动漫精品| 成人午夜短视频| 亚洲同性同志一二三专区| 成人app软件下载大全免费| 毛片av一区二区三区| 欧美一区二区在线免费播放| 国产精品一区二区久久精品爱涩| 久久成人综合网| 日本一区二区成人| 日本乱码高清不卡字幕| 亚洲欧美日韩国产一区二区三区| 欧美视频在线不卡| 国产一区二区三区高清播放| av中文字幕在线不卡| 午夜av一区二区三区|