A number system is a way of counting things. It's a way of identifying the quantity of something.
- Decimal has a base of 10 and its symbol is 0,1....9 and it use by humans.
- Binary has a base of 2 and its symbol is 0,1 and it use by computer.
- Octal has a base of 8 and it symbol is 0,1...7.
- Hexadecimal has a base of 16 and its symbol is 0,1...9 and A,B...F.
- To convert binary to octal the rule is just group the binary into 3.
- To convert binary to hexa the rule is just group the binary into 4.
No comments:
Post a Comment