Difference between revisions of "Template:Computer architecture bit widths"

From blackwiki
Jump to navigation Jump to search
(Replaced content with 'Ban<nowiki>Insert non-formatted text here</nowiki>')
imported>Guy Harris
(Undid revision 612460707 by 166.181.3.46 (talk) - what should be banned is vandalism.)
Line 1: Line 1:
Ban<nowiki>Insert non-formatted text here</nowiki>
+
{| class="infobox" style="width: 300px"
 +
! class="navbox-title" | [[Word (computer architecture)|Bit]]
 +
|-
 +
|
 +
{| style="margin:0 auto 0 auto"
 +
  | [[1-bit architecture|1]] || [[4-bit|4]] || [[8-bit|8]] || [[12-bit|12]] || [[16-bit|16]] || [[18-bit|18]] || [[24-bit|24]] || [[26-bit|26]] || [[31-bit|31]] || [[32-bit|32]] || [[36-bit|36]] || [[48-bit|48]] || [[60-bit|60]] || [[64-bit computing|64]] || [[128-bit|128]] || [[256-bit|256]] || [[512-bit|512]]
 +
  |}
 +
|-
 +
! class="navbox-title" | [[Application software|Application]]
 +
|-
 +
|
 +
{| style="margin:0 auto 0 auto"
 +
  | [[16-bit#16-bit application|16]] || [[32-bit#32-bit application|32]] || [[64-bit computing#64-bit application|64]]
 +
  |}
 +
|-
 +
! class="navbox-title" | [[IEEE floating point|Floating point]] [[Precision (computer science)|precision]]
 +
|- valign="top"
 +
|
 +
  {| style="margin:0 auto 0 auto"
 +
  | [[Half-precision floating-point format|×½]] || [[Single-precision floating-point format|×1]] || [[Double-precision floating-point format|×2]] || [[Quadruple-precision floating-point format|×4]]
 +
  |}
 +
|-
 +
! class="navbox-title" | [[IEEE floating point|Floating point]] [[Precision (computer science)|decimal precision]]
 +
|- valign="top"
 +
|
 +
  {| style="margin:0 auto 0 auto"
 +
  | [[Decimal32 floating-point format|32]] || [[Decimal64 floating-point format|64]] || [[Decimal128 floating-point format|128]]
 +
  |}
 +
|-
 +
| style="text-align:right" | {{navbar|Computer architecture bit widths|mini=y}}
 +
|}<noinclude>{{doc|content=
 +
==See also==
 +
* {{tl|Computer bus}}
 +
* {{tl|Parallel computing}}
 +
* {{tl|CPU technologies}}
 +
* {{tl|Floating-point}}
 +
 
 +
[[Category:Computer hardware navigational boxes]]
 +
}}</noinclude>

Revision as of 15:40, 11 June 2014

Bit
1 4 8 12 16 18 24 26 31 32 36 48 60 64 128 256 512
Application
16 32 64
Floating point precision
×½ ×1 ×2 ×4
Floating point decimal precision
32 64 128
Template documentation

See also