Computer Science, asked by deepanshikaushik411, 7 days ago

. Write base values of binary, octal and hexadecimal
number system

Answers

Answered by prashamsab654
1

Answer:

binary-2

octal-8

hexadecimal-16

Explanation:

Answered by alienfighter0000
2

Answer:

Number System Base Value

1 ) DECIMAL - 10

2 ) BINARY - 2

3 ) OCTAL - 8

4 ) HEXADECIMAL - 16

Explanation:

1 ) Base 10 (Decimal) — Represent any number using 10 digits [0–9]

2 ) Base 2 (Binary) — Represent any number using 2 digits [0–1]

3 ) Base 8 (Octal) — Represent any number using 8 digits [0–7]

4 ) Base 16(Hexadecimal) — Represent any number using 10 digits and 6 characters [0–9, A, B, C, D, E, F]

Similar questions