Tuesday 28 December 2021

Turning Denary into Binary: interactive practice

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:

Denary to binary conversion


You can practice interactively with the following applet, made in Python:


0 comments:

Post a Comment