Skip to main content

University - First Year

This lists all the projects I completed as part of my first year of university.

2019

Java Fish
·72 words·1 min
This exercise was designed to test the ability to read in and decode files based on a file specification and the use of graphics by displaying decoded images. I did well on this one, learned from previous mistakes and validated the code didn’t call too many stream readers. Other than that it was fairly easy.
Fourth Floor Website
·38 words·1 min
This assignment tasked us to create a website for the Fourth Floor of the Diamond Building with some specific requirements for design, CSS and javascript interactivity.
Currency Conversion
·54 words·1 min
Fairly simple currency conversion assessment designed to get us using the input, output and mathematical operators in Java. I managed to mess up the input reader when I wrote this so I actually failed it quite badly.