About: Parity flag     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WikicatProgrammingConstructs, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FParity_flag&invfp=IFP_OFF&sas=SAME_AS_OFF

In computer processors the parity flag indicates if the numbers of set bits is odd or even in the binary representation of the result of the last operation. It is normally a single bit in a processor status register. For example, assume a machine where a set parity flag indicates even parity. If the result of the last operation were 26 (11010 in binary), the parity flag would be 0 since the number of set bits is odd. Similarly, if the result were 10 (1010 in binary) then the parity flag would be 1.

AttributesValues
rdf:type
rdfs:label
  • Příznak parity (cs)
  • Bandera de paridad (es)
  • Indicateur de parité (fr)
  • Parity flag (en)
  • Flaga parzystości (pl)
rdfs:comment
  • Příznak parity (anglicky parity flag), obvykle označovaný písmenem P nebo zkratkou PF, je bit v registru příznaků (stavovém slově) v počítačových procesorech některých architektur (např. x86), který indikuje, že počet jedničkových (nastavených) bitů v binární reprezentaci výsledku poslední operace je sudý. (cs)
  • In computer processors the parity flag indicates if the numbers of set bits is odd or even in the binary representation of the result of the last operation. It is normally a single bit in a processor status register. For example, assume a machine where a set parity flag indicates even parity. If the result of the last operation were 26 (11010 in binary), the parity flag would be 0 since the number of set bits is odd. Similarly, if the result were 10 (1010 in binary) then the parity flag would be 1. (en)
  • En los procesadores de ordenador la bandera de paridad (en inglés, Parity Flag) indica si el número de bits con valor '1' es par o impar en la representación binaria del resultado de la última operación realizada. Normalmente se trata de un bit en un registro de estado del procesador. (es)
  • Dans un processeur d'ordinateur l'indicateur de parité est un bit unique dans le registre d'état permettant d'indiquer la parité du résultat de la dernière opération arithmétique ou de décalage ou de rotation. Plus précisément, cette indicateur est positionné à 1 si la somme des bits de ce résultat est paire, à 0 si elle est impaire. (fr)
  • Znacznik parzystości (niepopr: Flaga parzystości) – znacznik w rejestrze znaczników(stanu) procesora, którego wartość określa, czy liczba bitów najmniej znaczącego bajtu wyniku ostatnio wykonanej operacji binarnej mających wartość 1 jest parzysta. Znacznik nie ma związku z parzystością wartości liczbowej wyniku (ta informacja jest zawarta w najmniej znaczącym bicie wyniku), lecz z liczbą jedynek w zapisie binarnym wyniku. Znacznik parzystości, jest zwykle umieszczony wraz z innymi znacznikami w rejestrze znaczników (stanu) procesora. Przykłady: (pl)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
sameAs
has abstract
  • Příznak parity (anglicky parity flag), obvykle označovaný písmenem P nebo zkratkou PF, je bit v registru příznaků (stavovém slově) v počítačových procesorech některých architektur (např. x86), který indikuje, že počet jedničkových (nastavených) bitů v binární reprezentaci výsledku poslední operace je sudý. (cs)
  • En los procesadores de ordenador la bandera de paridad (en inglés, Parity Flag) indica si el número de bits con valor '1' es par o impar en la representación binaria del resultado de la última operación realizada. Normalmente se trata de un bit en un registro de estado del procesador. Por ejemplo, suponga una máquina donde la bandera de paridad con valor '1' indica paridad par. Si el resultado de la última operación fue 26 (11010 en binario), la bandera de paridad sería 0 dado que el número bits con valor '1' es impar. De modo parecido, si el resultado fue 10 (1010 en binario) entonces la bandera de paridad sería 1 porque hay una cantidad par de números '1'. (es)
  • Dans un processeur d'ordinateur l'indicateur de parité est un bit unique dans le registre d'état permettant d'indiquer la parité du résultat de la dernière opération arithmétique ou de décalage ou de rotation. Plus précisément, cette indicateur est positionné à 1 si la somme des bits de ce résultat est paire, à 0 si elle est impaire. Par exemple, dans le cas où le résultat de la dernière opération était 26 (Octet 00011010 en binaire), l'indicateur de parité devrait être à 0 puisque le nombre de bits à 1 est impaire. Inversement, si le résultat avait été 10 (Octet 00001010 en binaire) alors l'indicateur de parité devrait être à 0. (fr)
  • In computer processors the parity flag indicates if the numbers of set bits is odd or even in the binary representation of the result of the last operation. It is normally a single bit in a processor status register. For example, assume a machine where a set parity flag indicates even parity. If the result of the last operation were 26 (11010 in binary), the parity flag would be 0 since the number of set bits is odd. Similarly, if the result were 10 (1010 in binary) then the parity flag would be 1. (en)
  • Znacznik parzystości (niepopr: Flaga parzystości) – znacznik w rejestrze znaczników(stanu) procesora, którego wartość określa, czy liczba bitów najmniej znaczącego bajtu wyniku ostatnio wykonanej operacji binarnej mających wartość 1 jest parzysta. Znacznik nie ma związku z parzystością wartości liczbowej wyniku (ta informacja jest zawarta w najmniej znaczącym bicie wyniku), lecz z liczbą jedynek w zapisie binarnym wyniku. Znacznik parzystości występuje w niektórych architekturach procesorów zaprojektowanych przed rokiem 1980 (np. Intel 8080, x86). W dawnych procesorach znacznik ten służył do podstawowej weryfikacji danych odczytywanych z taśm perforowanych lub przesyłanych przez interfejsy, które mogły wprowadzać przekłamania transmitowanych danych. Współczesne architektury procesorów (np. ARM) nie zawierają znacznika parzystości. Znacznik parzystości, jest zwykle umieszczony wraz z innymi znacznikami w rejestrze znaczników (stanu) procesora. Przykłady: * Przy 8-bitowym wyniku operacji o wartości binarnej 01100011 (dziesiętnie 97) znacznik parzystości przyjmuje wartość 1, bo w wyniku są 4 jedynki. * Przy 16-bitowym wyniku operacji o wartości binarnej 0110000100001110 znacznik parzystości przyjmuje wartość 0, bo w mniej znaczącym oktecie(bajcie) wyniku są 3 jedynki. Wartość bardziej znaczącego oktetu nie ma w tym przypadku wpływu na wartość znacznika. (pl)
prov:wasDerivedFrom
page length (characters) of wiki page
foaf:isPrimaryTopicOf
is Link from a Wikipage to another Wikipage of
is Wikipage disambiguates of
is foaf:primaryTopic of
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 58 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software