Introduction to Computer Number Systems
In this session, we will explore several different bases/number systems that are used in computers and other parts of computer science! Some bases that we will cover include, but are not limited to:
- Binary (Base 2)
- Octal (Base 8)
- Hexadecimal (Base 16)
We will learn how to convert a number from decimal (base 10, what we usually use in our everyday lives) to any different base, convert from a number in a different base to decimal, and convert a number from a different base to another (non-decimal) base!
Pre-requisites: There are no pre-requisites, except for knowledge of the basic operations (multiplication, addition, etc.), and the desire to learn new things!