Packed Binary Coded Decimal Simulation
written by Teresa Carrigan
- What is it?
- How it works
- How to use it
- Things to notice
- Things to try
- Extending the model
- NetLogo features
- Related models
- Credits and References
- For more information
- Run model in your browser
- Download the model
- Single webpage version
WHAT IS IT?
This model demonstrates Packed Binary Coded Decimal character coding. Each decimal digit is converted separately to binary, and stored in one nibble.
HOW IT WORKS
A random decimal number is generated, with 2 to 9 digits, and a random sign of either "+" or "-". The sign is moved to the far right, and then each character is converted to a binary nibble. If the number of nibbles is odd, we add one extra nibble of padding (1111) at the far left. Two nibbles are stored in each byte.
HomeApplets on this website were written by Teresa Carrigan in 2004, for use in computer science courses at Blackburn College, with the exception of the Fireworks applet. The applets made with NetLogo require Java 1.4.1 or higher to run. The applets made with NetBeans require Java 1.4.2 or higher to run. Applets might not run on Windows 95 or Mac OS 8 or 9. You may obtain the latest Java plugin from Sun's Java site.