-
Notifications
You must be signed in to change notification settings - Fork 0
Description
As a comp sci student, I want to easily understand and verify binary calculations, so that I can confidently build a soild foundation in binary math which is needed in more complex programming. Additonally an understanding of binary calculations and mathematics can better prepare me for the AP exam as it is one of the topics tested. The functions of the binary calculator will include the ability to to perform operations on an 8-bit binary number. It displays the value in multiple numeral systems (binary, octal, decimal, and hexadecimal) and lets users adjust bits individually via "on/off" toggles or add/subtract operations. The interface includes a responsive design, with interactive buttons and visual feedback to indicate active bits.
- Perform operations on an 8 bit binary number
- User adjusts bits via "on/off"
- User gets output of results
- [ ]
Our team hopes that this interaction with the Big Idea 2 material and the creation of this calculator will allow you to better understand and get a grasp on the topic.
Additional possible future ideas:
-
Add two binary strings
-
Subtract two binary strings
-
Multiply two binary strings
-
Divide two binary strings
