Anasayfa
/
Teknoloji
/
1's Complement of 100100 Is A. 0101100 B. 0110110 C. 0100110 D. 0100111 E. None of These

Soru

1's complement of 100100 is a. 0101100 b. 0110110 c. 0100110 d. 0100111 e. None of these

Çözüm

4.3 (242 Oylar)
Mert
Uzman doğrulaması
Usta · 5 yıl öğretmeni

Cevap

To find the 1's complement of a binary number, we need to invert each bit of the number. In other words, we need to change all 0s to 1s and all 1s to 0s.Given the binary number 100100, let's invert each bit:- The first bit is 1, so we change it to 0.- The second bit is 0, so we change it to 1.- The third bit is 0, so we change it to 1.- The fourth bit is 1, so we change it to 0.- The fifth bit is 0, so we change it to 1.- The sixth bit is 0, so we change it to 1.Therefore, the 1's complement of 100100 is 0110110.So, the correct answer is option b. 0110110.