Project 1: Assembler Implementation
- Description: Software program that serves as an Assembler, translating assembly language instructions into binary machine code.
- Functionalities: This program will allow the user to convert human-readable assembly code into machine language that computers can execute.
- Tools: HackSimulator, Java IDE


Project 2: Weather Station with Real-time Clock
- Description: Arduino device serving as to collect local weather information, specifically temperature and humidity within a standard-sized room space.
- Functionalities: The weather station continuously captures the temperature and humidity of its surroundings, providing real-time information. It also functions as a clock, allowing users to track the precise date and time of the data. This tool is valuable for monitoring environmental conditions and is especially useful for health-related purposes, such as managing asthma.
- Tools: Arduino IDE, Arduino Kit, C/C++

Project 3: Task Management Tool
- Description: Management tool for students to efficiently complete tasks by sorting and organizing them accordingly.
- Functionalities: The task manager sorts assignments by their due dates and highlights them based on their level of importance for visual attention.
- Tools: GUI Java FX/Swing, Java IDE
