Multiple choice general knowledge science & technology

give the next term of sequence. 0,1,10,11,_.

  1. 12

  2. 21

  3. 100

  4. 111

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

The sequence 0, 1, 10, 11 represents binary (base-2) counting: 0₂=0, 1₂=1, 10₂=2, 11₂=3. The next number in binary after 11 is 100, which equals 4 in decimal. This is a pattern recognition question testing understanding of number systems.