Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Group 2 Presentation App

Choose a tag to compare

@KayelC KayelC released this 04 Apr 20:54
· 20 commits to main since this release

The application provides explanations on the following: Unsigned Integers, Sign+Magnitude, 2's Complement, Binary Coded Decimal, S+M Ranges, and 2'C Ranges.

The app is written in Java, utilizing a GUI-based menu with six functions, each with its own methods and the ability to convert decimal to the specified function inputted by the user.

The main aim of the app is to teach the user basic number systems in computing as part of the Digital Logic Module.