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.
相关推荐
s***117016 分钟前
常见的 Spring 项目目录结构
java·后端·spring
O***P57122 分钟前
记录 idea 启动 tomcat 控制台输出乱码问题解决
java·tomcat·intellij-idea
7***477123 分钟前
在2023idea中如何创建SpringBoot
java·spring boot·后端
2***c43526 分钟前
解决 IntelliJ IDEA 中 Tomcat 日志乱码问题的详细指南
java·tomcat·intellij-idea
j***788827 分钟前
【Spring】IDEA中创建Spring项目
java·spring·intellij-idea
豆沙沙包?39 分钟前
2025年--Lc293-784. 字母大小写全排列(回溯)--java版
java·开发语言
q***99631 小时前
【MyBatisPlus】MyBatisPlus介绍与使用
java
豆奶特浓61 小时前
Java面试生死局:谢飞机遭遇在线教育场景,从JVM、Spring Security到AI Agent,他能飞吗?
java·jvm·微服务·ai·面试·spring security·分布式事务
前端世界2 小时前
float 还是 double?用储罐体积计算带你看懂 C 语言浮点数的真实世界坑
java·c语言·开发语言