Prerequisites
There are no prerequisites. There are however some basic things you should understand:
Binary/Decimal/Hex Conversions
Helpful Links:
- Binary to Decimal: https://youtu.be/a2FpnU9Mm3E
- Decimal to Binary: https://youtu.be/H4BstqvgBow
- Hex to Decimal: https://youtu.be/CnvFy75ks_A
- Decimal to Hex: https://youtu.be/NFmDz1dQyPU
- Hex to Binary: https://youtu.be/QJmSps4iewQ
- Binary to Hex: https://youtu.be/jVPT2Lwelko
Or know how to do it with a calculator
Basic Programming Knowledge (mainly Python will be used)
Possibly Helpful Links:
- https://www.python.org/about/gettingstarted/
- https://www.learnpython.org/
- https://www.codecademy.com/learn/learn-python
- https://www.programiz.com/python-programming
- https://learning.oreilly.com/library/view/learning-python-5th/9781449355722/
Templates will be provided for exercises