Posts

Showing posts from 2021

Turning Denary into Binary: interactive practice

Image
The following  applet shows how to turn a denary number into binary form. E.g. 2 → 10 3 → 11 4 → 100 5 → 101 This is the process of turning a denary number into binary equivalent: You can practice interactively with the following applet, made in Python: