Binary & Octal Numbering System

online engineering degree/engineering degree online/online engineering courses/engineering technology online/engineering courses online/engineering technician degree online/online engineering technology/electronic engineering online


Binary Numbering System

Binary Number system is the way of Computer to communicate.
In a normal number system, Decimal is Ten (10), which is 0 to 9.
But in Binary, which is Bi mean two. So only 0 and zero.
In a Binary system, there is On and Off.
1 equal to On and 0 equal to Off.
For example : 1010110, equal to On, Off, On, Off, On, On and Off
To represent a number in Binary, we must make a power of 2 from the right side.
For example, 123. So at the first we make the table of 2 power:
128 | 64| 32 | 16 | 8 | 4 | 2 | 1
And then we fill it, according to the table.
128 | 64| 32 | 16 | 8 | 4 | 2 | 1
  0       1      1      1      1    0    1    1
So from 123, we get the binary number is 111011.
At this video, we only use 8 bit system. So its only from 1 until 128 as the maximum number