1. Click Green flag. Click ‘help’ to view instructions. 2. Click any of the base names to enter a number of that base. The program then automatically shows that number in all 4 bases. 3. Click 'start' to start counting. The program starts counting from the current number. 4. Click 'stop' to stop counting.
This program allows you to convert numbers from one base to another. We will allow bases 2 (binary), 8 (octal), 10 (decimal), and 16 (hexadecimal). It is a kind of educational tool to further our understanding of these number systems. To understand how I designed this program, refer to this document: http://www.abhayjoshi.net/spark/scratch/blog/baseconverter.pdf