Introduction to NumberSystem
• A number system is a writing system for
expressing numbers. It is the foundation of all
digital computation and helps in
understanding how data is represented in
computers.
Binary Number System
•Binary system uses only two digits: 0 and 1. It
is used by computers to represent all types of
data and instructions.
5.
Octal and HexadecimalSystems
• Octal: Base-8, digits 0-7
• Hexadecimal: Base-16, digits 0–9 & A–F
• Used in computer systems for simplified
binary representation.