Computer Science, asked by ay6151788ggu, 7 months ago

explain number system and commonly used types?​

Answers

Answered by vvana6294
0

Explanation:

i hope this answer may help u...

Attachments:
Answered by babysharma866
0

Answer:

Number system Base Used digits

Binary 2 0,1

Octal 8 0,1,2,3,4,5,6,7

Decimal 10 0,1,2,3,4,5,6,7,8,9

Hexadecimal 16 0,1,2,3,4,5,6,7,8,9, A,B,C,D,E,F

Explanation:

You probably already know what a number system is - ever hear of binary numbers or hexadecimal numbers? Simply put, a number system is a way to represent numbers. We are used to using the base-10 number system, which is also called decimal. Other common number systems include base-16 (hexadecimal), base-8 (octal), and base-2 (binary).

Similar questions