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:
0 comments:
Post a Comment