Chapter 1 - Numeral systems
- Introduction: the concept of a numer (introduce base 10)
- Examples of how base 2 works and base greater than 10, eg. 20. 4 (put in (1)) algorithms to convert between different bases.
- Ternary number systems (introduction to balanced ternary) + negative bases.
Inspiration: http://blog.artemlos.net/wp-content/uploads/2014/11/2-to-16-v2.pdf http://blog.artemlos.net/posts/a-book-for-young-computer-scientist/
Chapter 2 - Modular Arithmetic:
- Add residure number systems
Binary and ternary logic...