2018 | Singapore Polytechnic
I developed a mini SOC (School Of Computing) student record system using Java that allows the user to display students' records. The system also allows the users to search, add and delete student records in the system. This project was an assignment for my Programming Fundamentals module in year one.
2018 | Singapore Polytechnic
I learnt how to list the primary key, foreign key(s) and attributes for designated relations derived from the logical data model (EERD). I also learnt how to expand on the EERD. Subsequently, I created tables with enforcement of referential integrity rules and populated the tables with meaningful and sufficient data. Furthermore, I implemented the required queries for the assignment. This was an assignment for my year one module Database Management Systems.
2018 | Singapore Polytechnic
Using Netwide Assembler (NASM) to code two programs. First program generates the required fibonacci values based on the user input and the second program is a simple substitution cipher (ROT-13/Rotate 13 places) that replaces a letter with the letter 13 letters after it in the alphabet. These were my assignment for my year one module Computer Architecture and Operating Systems. This project was an assignment for my Computer Architecture and Operating Systems module in year one.
2018 | Singapore Polytechnic
Using C, I coded an application which simulates a sales report generator for department stores in the United States of America. The input data consists of series of sales records. The application enables the users to submit the sales records and then print out an overall summary of the sales for the entire year. This project was an assignment for my C programming module in year one.