Hello World, This is Talha Shah (@raazakhund)
This page is about what I am studying in Quantitative Reasoning while I am studying the First Semester of BS in Artificial Intelligence at the university.
We studied about Number Systems….
I studied the Decimal, Binary, Octal, and Hexadecimal System.
Decimal System:
Deci means 1/10.
Also this can be memorised from the word decade which is also 10 years.
So, the Decimal System means the Base 10 System means there are 10 different numbers..
Base 10 = (0,1,2,3,4,5,6,7,8,9)
# We use the decimal System to represent numbers.
Binary System:
Bi means 2.
Also this can be memorised from the word bicycle that it has 2 tyres.
So, the Binary System means Base 2.
Base 2 = (0,1)
# Binary systems are the language of computers too.
Octal System:
Octa means 8.
Also this can be memorised from the word Octopus🦑 which has 8 legs.
So, the Octal System means Base 8.
Base 8 = (0,1,2,3,4,5,6,7)
Hexa Decimal System:
Hexa means 6. And Deci means 10.
So, the Hexadecimal System has Base 16.
Base 16 = (0,1,2,3,4,5,6,7,8,9) + A(10) + B(11) + C(12) + D(13) + E(14) + F(15)
# The 10 to 15 are denoted by A, B, C, D, E & F only in the hexadecimal base system.
Learn more about Number Systems along with successive division & arithmetic Operations by clicking the button below