Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 572 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 572 Bytes

NumberBaseChangeTraining

This simple program is meant to serve as a support to those taking the class "Simple IT Systeme" in the vocational training "Informatik Kaufmann/frau" in Germany.

Current features:

  • Decimal to Hex/Bin training
  • Hex/Bin to Decimal

Planed features:

  • An explanatory page where a number is transformed from base 10 to base 16 and back, with the transformation between the bases 16 and 2 also ilustrated.
  • A basic explanation of how bases and their transformations work in theory.
  • An introduction to the properties of natural/whole numbers.