"ones' complement" meaning in All languages combined

See ones' complement on Wiktionary

Noun [English]

Forms: ones' complements [plural]
Head templates: {{en-noun|head=ones' complement}} ones' complement (plural ones' complements)
  1. (computing) The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement). Categories (topical): Computing Translations (number): yhden komplementti (Finnish), 1-komplementti (Finnish)
    Sense id: en-ones'_complement-en-noun-~~wC8~vW Categories (other): English entries with incorrect language header, Entries with translation boxes, Pages with 1 entry, Terms with Finnish translations, Terms with Hungarian translations, Terms with Icelandic translations Disambiguation of English entries with incorrect language header: 53 47 Disambiguation of Entries with translation boxes: 60 40 Disambiguation of Pages with 1 entry: 52 48 Disambiguation of Terms with Finnish translations: 61 39 Disambiguation of Terms with Hungarian translations: 63 37 Disambiguation of Terms with Icelandic translations: 64 36 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, sciences Disambiguation of 'number': 76 24
  2. (computing) The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement. Categories (topical): Computing Synonyms: logical complement Related terms: complement, diminished radix complement, two's complement Translations (convention): yhden komplementti (Finnish)
    Sense id: en-ones'_complement-en-noun-UvBFSqr4 Categories (other): English entries with incorrect language header, Pages with 1 entry Disambiguation of English entries with incorrect language header: 53 47 Disambiguation of Pages with 1 entry: 52 48 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, sciences Disambiguation of 'convention': 6 94

Inflected forms

{
  "forms": [
    {
      "form": "ones' complements",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {
        "head": "ones' complement"
      },
      "expansion": "ones' complement (plural ones' complements)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Computing",
          "orig": "en:Computing",
          "parents": [
            "Technology",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "_dis": "53 47",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        },
        {
          "_dis": "60 40",
          "kind": "other",
          "name": "Entries with translation boxes",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "52 48",
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "61 39",
          "kind": "other",
          "name": "Terms with Finnish translations",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "63 37",
          "kind": "other",
          "name": "Terms with Hungarian translations",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "64 36",
          "kind": "other",
          "name": "Terms with Icelandic translations",
          "parents": [],
          "source": "w+disamb"
        }
      ],
      "examples": [
        {
          "text": "The ones' complement of 0xAAAA is 0x5555 on a 16-bit machine, and 0xFFFF5555 on a 32-bit machine."
        }
      ],
      "glosses": [
        "The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement)."
      ],
      "id": "en-ones'_complement-en-noun-~~wC8~vW",
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "logical complement",
          "logical complement"
        ]
      ],
      "raw_glosses": [
        "(computing) The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement)."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences"
      ],
      "translations": [
        {
          "_dis1": "76 24",
          "code": "fi",
          "lang": "Finnish",
          "sense": "number",
          "word": "yhden komplementti"
        },
        {
          "_dis1": "76 24",
          "code": "fi",
          "lang": "Finnish",
          "sense": "number",
          "word": "1-komplementti"
        }
      ]
    },
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Computing",
          "orig": "en:Computing",
          "parents": [
            "Technology",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "_dis": "53 47",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        },
        {
          "_dis": "52 48",
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w+disamb"
        }
      ],
      "examples": [
        {
          "text": "Computers that use ones' complement arithmetic have two representations for zero, all 0's and all 1's."
        }
      ],
      "glosses": [
        "The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement."
      ],
      "id": "en-ones'_complement-en-noun-UvBFSqr4",
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "high bit",
          "high bit"
        ],
        [
          "word",
          "word"
        ],
        [
          "size",
          "size"
        ],
        [
          "numeric complement",
          "numeric complement"
        ]
      ],
      "raw_glosses": [
        "(computing) The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement."
      ],
      "related": [
        {
          "_dis1": "24 76",
          "word": "complement"
        },
        {
          "_dis1": "24 76",
          "word": "diminished radix complement"
        },
        {
          "_dis1": "24 76",
          "word": "two's complement"
        }
      ],
      "synonyms": [
        {
          "_dis1": "24 76",
          "word": "logical complement"
        }
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences"
      ],
      "translations": [
        {
          "_dis1": "6 94",
          "code": "fi",
          "lang": "Finnish",
          "sense": "convention",
          "word": "yhden komplementti"
        }
      ]
    }
  ],
  "word": "ones' complement"
}
{
  "categories": [
    "English countable nouns",
    "English entries with incorrect language header",
    "English lemmas",
    "English multiword terms",
    "English nouns",
    "Entries with translation boxes",
    "Pages with 1 entry",
    "Requests for review of Hungarian translations",
    "Requests for review of Icelandic translations",
    "Terms with Finnish translations",
    "Terms with Hungarian translations",
    "Terms with Icelandic translations"
  ],
  "forms": [
    {
      "form": "ones' complements",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {
        "head": "ones' complement"
      },
      "expansion": "ones' complement (plural ones' complements)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "related": [
    {
      "word": "complement"
    },
    {
      "word": "diminished radix complement"
    },
    {
      "word": "two's complement"
    }
  ],
  "senses": [
    {
      "categories": [
        "en:Computing"
      ],
      "examples": [
        {
          "text": "The ones' complement of 0xAAAA is 0x5555 on a 16-bit machine, and 0xFFFF5555 on a 32-bit machine."
        }
      ],
      "glosses": [
        "The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement)."
      ],
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "logical complement",
          "logical complement"
        ]
      ],
      "raw_glosses": [
        "(computing) The number obtained by subtracting a given n-digit binary number from 2ⁿ-1 (which yields the same result as the logical complement)."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences"
      ]
    },
    {
      "categories": [
        "en:Computing"
      ],
      "examples": [
        {
          "text": "Computers that use ones' complement arithmetic have two representations for zero, all 0's and all 1's."
        }
      ],
      "glosses": [
        "The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement."
      ],
      "links": [
        [
          "computing",
          "computing#Noun"
        ],
        [
          "high bit",
          "high bit"
        ],
        [
          "word",
          "word"
        ],
        [
          "size",
          "size"
        ],
        [
          "numeric complement",
          "numeric complement"
        ]
      ],
      "raw_glosses": [
        "(computing) The convention by which bit patterns with high bit 0 represent positive numbers from 0 to 2ⁿ⁻¹-1 directly, while bit patterns with high bit 1 represent negative numbers from 0 to -(2ⁿ⁻¹-1), n being the word size of the machine, and the numeric complement of a number is its ones' complement."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences"
      ]
    }
  ],
  "synonyms": [
    {
      "word": "logical complement"
    }
  ],
  "translations": [
    {
      "code": "fi",
      "lang": "Finnish",
      "sense": "number",
      "word": "yhden komplementti"
    },
    {
      "code": "fi",
      "lang": "Finnish",
      "sense": "number",
      "word": "1-komplementti"
    },
    {
      "code": "fi",
      "lang": "Finnish",
      "sense": "convention",
      "word": "yhden komplementti"
    }
  ],
  "word": "ones' complement"
}

Download raw JSONL data for ones' complement meaning in All languages combined (2.8kB)


This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2024-09-22 from the enwiktionary dump dated 2024-09-20 using wiktextract (af5c55c and 66545a6). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.