cpt111 Principles of Programming

Hello, dear friend, you can consult us at any time if you have any questions
Overview
Coursework 3 (CW3) is the final coursework component of the course this semester.
It contributes to 30% of your final marks .
You will apply the object-oriented principles, file processing techniques, data
structures, and graphics concepts you have learned throughout the semester to visualize data from input files. Additionally, you will create a video presentation to demonstrate your problem-solving skills and understanding of object-oriented principles.
You are required to submit the following files: Java code, a Word and PDF report, an ethics quiz, an MP4 video, and a PowerPoint (PPT) presentation used in the video.
University Lateness Policy
Report and video files are allowed to have late submission with penalty for max 5 days.
There will be no late code or ethics quiz submissions since feedback is given by the automatic grader or quiz. This is consistent to University lateness policy on not having late submission period for assessment with feedback.
Outline
The rest of the task sheet will describe the visualization tools, the detailed
specification of the tasks, and the deliverables you have to submit.
Data visualization involves the use of graphical elements and structures to represent and communicate data patterns, relationships, and insights. Diagrams are visual representations that can simplify complex data, making it easier for viewers to understand and analyze information. Data visualization using diagrams serves several purposes such as Data Exploration, Data Presentation, and Pattern Recognition.
You must choose one type of diagrams in this coursework:

  1. Bar Charts , a simple visualization for a standard mark ( max 70 marks ).
  2. Sankey Diagrams , a more complicated visualization for a higher mark ( max 100
    marks ).
    For the remainder of this task sheet, we will explain how the Sankey Diagram will be graded, with a maximum coursework score of 100 marks. The marks for bar graphs will be adjusted proportionally , with a maximum coursework score of 70 marks.
    Bar Charts
    A bar chart is a graphical representation used in data visualization to display
    categorical data with rectangular bars. Each bar's length or height corresponds to the value it represents, making it easy to compare and analyze data across different categories. Bar charts are widely used in various fields to convey information effectively, such as the amount of investment, sales and profit over the years.
    To create a bar chart from a data file, you will need to specify the categories, set up the chart's axes, and customize its appearance with titles or legends.
相关推荐
毕设源码-钟学长4 分钟前
【开题答辩全过程】以 基于java旅游网站的设计与实现为例,包含答辩的问题和答案
java·开发语言·旅游
zs宝来了27 分钟前
ArrayList源码阅读
java
brave_zhao44 分钟前
关于javafx下打开postman无法正常关闭postman的问题
java·测试工具·postman
攻心的子乐1 小时前
Spring IOC 源码
java·后端·spring
Sirens.1 小时前
Java异常处理解析:从防御式编程到自定义异常类
java·开发语言·笔记·学习·github·javac
千寻技术帮1 小时前
10351_基于Springboot的二手交易平台
java·spring boot·mysql·毕业设计·源码·代码·二手交易
alonewolf_991 小时前
Spring依赖注入源码深度解析:从@Autowired到@Resource的完整实现机制
java·后端·spring
雪碧聊技术1 小时前
如何界定人工智能和java开发二者的关系?
java·人工智能·二者关系界定
Chase_______1 小时前
【JAVA基础指南(四)】快速掌握类和对象
java·开发语言
muxin-始终如一2 小时前
Maven HTTP 仓库被阻止问题解决总结
java·http·maven