Computer Science, asked by mussaffakarimi, 1 month ago

explain number system and its commonly used types?

Answers

Answered by sarbjeetkaur04219
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:

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

Answered by snjeet077
1

Answer:

Explanation:

Table of the Numbers Systems with Base, Used Digits, Representation, C language representation:

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

Similar questions