Which number system is not a positional notation system?
-
ROMAN
-
binary
-
decimal
-
hexadecimal
A
Correct answer
Explanation
Roman numerals are not positional - they use additive notation where symbol values are fixed regardless of position (VII always means 5+1+1=7). Binary, decimal, and hexadecimal are all positional systems where digit value depends on place value (units, sixteens, etc.).