Which of the following statements is correct about binary number that is…
2022
Which of the following statements is correct about binary number that is equivalent to decimal number 780?
- A.
It has 9 bits.
- B.
It has five 1's.
- C.
It has six 0's.
- D.
Its 2nd bit from the right is 1.
Attempted by 127 students.
Show answer & explanation
Correct answer: C
Convert decimal 780 to binary using repeated division by two. The result is 1100001100, containing six zeros and four ones. This matches the correct option identifying the zero count.