Multiple choice

Hexadecimal no. system has base

  1. 2

  2. 8

  3. 16

  4. 32

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The hexadecimal number system uses base 16, meaning it has 16 digits (0-9 and A-F). The prefix 'hexa-' means six, combined with decimal (10) gives 16. This is a fundamental concept in computer science and digital systems.