boduha is a pedagogical tool designed to help Computer Science students master number base conversions and character representations through structured practice and guided exercises.
The name boduha comes from the core topics covered by the tool:
- B – Binary (base 2)
- O – Octal (base 8)
- D – Decimal (base 10)
- U – Unicode
- H – Hexadecimal (base 16)
- A – ASCII
This project is licensed under the MIT License.
boduha was developed with the assistance of Artificial Intelligence tools used in a conversational and reflective role (e.g., architectural discussion, diagram modeling, and documentation), rather than as inline code generation or autonomous programming agents.
All final decisions and implementations remain the responsibility of the author.