QUESTION IMAGE
Question
check your understanding if you think you figured it out, try this question: which of the following very large binary numbers is odd? choose 1 answer: a 01011101 01010110 b 01010101 01010110 c 01010101 01010101 d 01010101 11010000
Step1: Recall binary odd rule
A binary number is odd if its least - significant bit (right - most bit) is 1.
Step2: Check each option's LSB
- Option A: The binary number is 01011101 01010110. The right - most bit is 0.
- Option B: The binary number is 01010101 01010110. The right - most bit is 0.
- Option C: The binary number is 01010101 01010101. The right - most bit is 1.
- Option D: The binary number is 01010101 11010000. The right - most bit is 0.
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. 01010101 01010101