Template:N-bit: Difference between revisions
Appearance
Content deleted Content added
ok, removed "or" as well as that didnt make it to the final page either, obviously templates dont work as i expect ........ |
m changed 8-bit data from byte to octet. moved nibble / octet under 4-bit / 8-bit. replaced "  ;" with regular spaces |
||
Line 7: | Line 7: | ||
! style="background:#ccccff" align="center" colspan="12" | '''Applications''' |
! style="background:#ccccff" align="center" colspan="12" | '''Applications''' |
||
|- |
|- |
||
| [[8- |
| || [[8-bit application | 8-bit]] || || [[16-bit application | 16-bit]] || || || [[31-bit application|31-bit]] || [[32-bit application | 32-bit]] || || || [[64-bit]] || |
||
|- |
|- |
||
! style="background:#ccccff" align="center" colspan="12" | '''Data Sizes''' |
! style="background:#ccccff" align="center" colspan="12" | '''Data Sizes''' |
||
|- |
|- |
||
| [[nibble |
| [[nibble| 4-bit]] || [[Octet (computing)| 8-bit]] || || 16-bit || || || || 32-bit || || || 64-bit || 128-bit |
||
|- valign="top" |
|- valign="top" |
||
| |
| align="center" | [[nibble]] || [[octet (computing)|octet]] |
||
| colspan="10" align="center"| [[byte]] [[Word (computing)|word]] [[Word (computing)#Dword and Qword|dword]] [[Word (computing)#Dword and Qword|qword]] |
|||
|} |
|} |
||
</small> |
</small> |
||
⚫ | In [[computer architecture]], '''{{{1}}}-bit''' [[integer (computer science)|integer]]s, [[memory address]]es, or other [[data# |
||
⚫ | In [[computer architecture]], '''{{{1}}}-bit''' [[integer (computer science)|integer]]s, [[memory address]]es, or other [[data#Uses of data in computing|data]] units are those that are at most {{{1}}} [[bit]]s {{{2}}} wide. Also, {{{1}}}-bit [[Central processing unit|CPU]] and [[Arithmetic logic unit|ALU]] [[computer architecture|architecture]]s are those that are based on [[processor register|register]]s, [[address bus]]es, or [[data bus]]es of that size. |
||
{{#switch:{{{1}}} |
{{#switch:{{{1}}} |
||
|8 |
|8 |
Revision as of 23:57, 8 March 2009
Processors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
4-bit | 8-bit | 12-bit | 16-bit | 18-bit | 24-bit | 31-bit | 32-bit | 36-bit | 48-bit | 64-bit | 128-bit |
Applications | |||||||||||
8-bit | 16-bit | 31-bit | 32-bit | 64-bit | |||||||
Data Sizes | |||||||||||
4-bit | 8-bit | 16-bit | 32-bit | 64-bit | 128-bit | ||||||
nibble | octet | byte word dword qword |
In computer architecture, {{{1}}}-bit integers, memory addresses, or other data units are those that are at most {{{1}}} bits {{{2}}} wide. Also, {{{1}}}-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. {{{1}}}-bit is also a term given to a generation of computers in which {{{1}}}-bit processors were the norm.