32 bit: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Frack (discussione | contributi)
mNessun oggetto della modifica
+wikilink
 
(41 versioni intermedie di 36 utenti non mostrate)
Riga 1:
{{F|computer|settembre 2010}}
{{N bit|32}}
{{wip|[[Utente:Frack|frack]]}}
'''32-bit''' is also a term given to a generation of computers, during which time 32-bit processors were the norm.
 
Il termine '''32 bit''' è anche usato per una generazione di computer nella quale si usa in genere un [[processore]] a 32 bit.
The range of [[integer]] values that can be stored in 32 bits is [[0 (number)|0]] through 4294967295, or -2147483648 through 2147483647 using [[two's complement]] encoding. Hence, a processor with 32-bit [[memory address]]es can directly access [[Gigabyte|4GB]] of [[byte-addressable]] memory.
 
L'intervallo di valori interi che è possibile memorizzare in 32 bit parte da 0 fino a [[4294967295|{{formatnum:4294967295}}]] (ovvero 32 bit possono codificare {{formatnum:4294967296}} informazioni), o da {{formatnum:-2147483648}} fino a {{formatnum:2147483647}} usando la codifica [[complemento a due]]. Quindi un processore con uno spazio degli indirizzi a 32 bit può accedere direttamente a [[Gibibyte|4GiB]] di memoria (se viene indirizzata al [[byte]]).
The external address and data buses are often wider than 32 bits but both of these are stored and manipulated internally in the processor as 32-bit quantities. For example, the [[Pentium Pro]] processor is a 32-bit machine, but the external address bus is 36 bits wide, and the external data bus is 64 bits wide.
 
Il [[bus (informatica)|bus]] degli indirizzi e dei dati usati esternamente potrebbero avere dimensione superiore ai 32 bit ma entrambi sono manipolati internamente come quantità a 32 bit. Per esempio, il [[Pentium Pro]] è un processore a 32 bit, ma il bus esterno degli indirizzi è ampio 36 bit e il bus dati esterno è di 64 bit.
''See also:'' [[32-bit application]], [[32-bit era]], [[16-bit]], [[16-bit application]], [[64-bit]]
 
== Voci correlate ==
[[de:32-Bit-Architektur]]
* [[nl:Applicazione a 32 bit]]
* [[16 bit]]
* [[Applicazione a 16 bit]]
* [[64 bit]]
 
{{Portale|informatica}}
 
[[Categoria:Architettura dei calcolatori| 032]]