Computer Science, asked by Sumanbarman4064, 10 months ago

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

Answers

Answered by Abealexander8
9

Answer:

Base 2 (Binary) — Represent any number using 2 digits [0–1] Base 8 (Octal) — Represent any number using 8 digits [0–7] Base 16(Hexadecimal) — Represent any number using 10 digits and 6 characters [0–9, A, B, C, D, E, F]

Explanation:

Answered by RanjiniRoy
7

Answer:

Number System Base Value

  1. DECIMAL 10
  2. BINARY 2
  3. OCTAL 8
  4. HEXADECIMAL 16
Similar questions