RG
Byte To Decimal
ByteToDecimal
Byte Decimal
X
X
X

Intro

ByteToDecimal is a game designed to help students practice converting eight-bit (one byte) binary numbers to decimal values. Written in Python 3.1, it is a simple console application which runs in a DOS window.

Features

Operation

When prompted for the decimal equivalent of the binary value, enter one of the following:

Screen Shot

Download

The button below will open the ByteToDecimal source code in a new browser window. From there, it can be saved to your computer.

The source code can be run directly if Python 3 is installed on your computer, but the file extension will need to be changed from ".txt" to ".py". Python can be downloaded from www.python.org.