Question 1

➢Define the 4(four)NUMBER SYSTEM.

The four number systems are:

1. Binary number system: This is a base-2 number system that uses only two digits, 0 and 1, to represent numbers. It is widely used in computer systems and digital electronics.

2. Decimal number system: This is a base-10 number system that uses ten digits, 0 to 9, to represent numbers. It is the most commonly used number system in everyday life.

3. Octal number system: This is a base-8 number system that uses eight digits, 0 to 7, to represent numbers. It is often used in computer programming and various digital applications.

4. Hexadecimal number system: This is a base-16 number system that uses sixteen digits, 0 to 9 and A to F, to represent numbers. It is commonly used in computer science and programming, especially to represent memory addresses and colors.