QUESTION IMAGE
Question
which of these lists correctly counts from 1 to 5 in binary? choose 1 answer: a 0001, 0010, 0101, 0100, 0011 b 0001, 0010, 0100, 0011, 0101 c 0001, 0010, 0011, 0100, 0101 d 0001, 0010, 0100, 0101, 0011 e 0001, 0010, 0011, 0101, 0100
Step1: Convert 1 - 5 to binary
1 in binary: $0001$ (4 - bit), 2: $0010$, 3: $0011$, 4: $0100$, 5: $0101$.
Step2: Match with options
Check each option's sequence. Option C has $0001$ (1), $0010$ (2), $0011$ (3), $0100$ (4), $0101$ (5), which matches.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. 0001, 0010, 0011, 0100, 0101