CSC 209 Assign
CSC 209 Assign
DECIMAL SYSTEM:
In the decimal number system, the numbers are represented with base 10. The way
of denoting the decimal numbers with base 10 is also termed as decimal notation.
This number system is widely used in computer applications. It is also called the
base-10 number system which consists of 10 digits, such as, 0,1,2,3,4,5,6,7,8,9. Each
digit in the decimal system has a position and every digit is ten times more significant
than the previous digit. Suppose, 25 is a decimal number, then 2 is ten times more
than 5. Some examples of decimal numbers are:-
Binary System:
Binary is a number system that uses only two digits: 0 and 1.
Key Features:
1. Base-2: Binary is a base-2 number system, meaning it uses only two digits.
2. Binary Digits (Bits): Each digit in a binary number is called a bit.
3. Binary Code: Binary code is the representation of text, images, and other data
using binary numbers.
Importance of Binary:
Real-World Applications:
Octal System:
Key Features:
1. Octal Arithmetic: Octal arithmetic uses the same rules as decimal arithmetic, but
with 8 digits.
2. Octal Representation: Octal numbers are often represented with a prefix "0o" to
distinguish them from decimal numbers.
Importance of Octal:
Key Features:
Importance of Hexadecimal: