In: Electrical Engineering
Answer the following questions and include the report.
What is a number system?
What is the purpose of a number base?
What methods are utilized to convert number systems?
What is the primary usage of binary and hexadecimal?
1. Number system is used to represent informaton in quantitative form.
Types of Number system
1.Binary Number system
2. Octal Number system
3.Decimal Number system
4.Hexa Number system
2. The purpose of number base that represent the number of unique digits including 0 and used to represent the number in positional numberical system
Binary base number is 2
Octal base number is 8
Decimal base number is 10
Hexa decimal base number is F
3. The methods used to convert number system before the decimal fractions there we need to make continues division with the base number to which we need to convert and after decimal fractions to get into the required number system we need to continues multiplications with the base number which we need to convert .
4. Binary number system is used in computer for storage of data in 1 and 0 number
Hexadecimal number system used by programmers to describe locations in memory because it can represent every byte as two consecutive hexadecimals digits instead of the eight digits.