Select Keyboard:
Türkçe ▾
  1. Türkçe
  2. English
  3. العربية
  4. Dansk
  5. Deutsch
  6. Ελληνικά
  7. Español
  8. فارسی
  9. Français
  10. Italiano
  11. Kurdî
  12. Nederlands
  13. Polski
  14. Português Brasileiro
  15. Português
  16. Русский
  17. Suomi
  18. Svenska
  19. 中文注音符号
  20. 中文仓颉输入法
X
"1234567890*-Bksp
Tabqwertyuıopğü,
CapsasdfghjklşiEnter
Shift<zxcvbnmöç.Shift
AltGr

ones' complement

listen to the pronunciation of ones' complement
İngilizce - İngilizce
The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2^{n-1} - 1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2^{n-1} - 1), n being the word size of the machine, and the numeric complement of a number is its ones' complement

Computers that use ones' complement arithmetic have two representations for zero, all 0's and all 1's.

The number obtained by subtracting a given n-digit binary number from 2^n - 1 (which yields the same result as the logical complement)

The ones' complement of 0xAAAA is 0x5555 on a 16-bit machine, and 0xFFFF5555 on a 32-bit machine.

ones' complement