BeyondInfinity Wiki
(File added via photo placeholder)
No edit summary
 
Line 1: Line 1:
[[File:Placeholder|video|right|300px]] [[File:Circuit Board.jpg|thumb|346px|right]] 
+
[[File:Circuit Board.jpg|thumb|346px|right]]
   
<p class="MsoNormal" style="margin: 0in 0in 10pt;">In most computer programs, from databases to video games, the number “32” holds a particular significance.
+
<p class="MsoNormal" style="margin: 0in 0in 10pt;">In most computer programs, from databases to video games, the number “32” holds a particular significance.</p>
</p>
 
 
   
   
Line 11: Line 9:
   
   
<p class="MsoNormal" style="margin: 0in 0in 10pt;">Integers are stored using a total of 32 bits in most computer language. This means that, stored in binary, a maximum of 32 spaces can be used. The maximum number that can be made from 32 binary spaces is 2147483647 (a prime number), which can lead to some interesting results. Phone numbers are not usually stored as integers in most computer programs, because they can easily exceed this number, and 2147483647 is often the cap for points, gold, and other scoring systems in video games, because this is where the storage runs out.
+
<p class="MsoNormal" style="margin: 0in 0in 10pt;">Integers are stored using a total of 32 bits in most computer language. This means that, stored in binary, a maximum of 32 spaces can be used. The maximum number that can be made from 32 binary spaces is 2147483647 (a prime number), which can lead to some interesting results. Phone numbers are not usually stored as integers in most computer programs, because they can easily exceed this number, and 2147483647 is often the cap for points, gold, and other scoring systems in video games, because this is where the storage runs out.</p>
</p>
 
 
 
 
 
==Section heading==
 
 
Write the second section of your page here.
 

Latest revision as of 14:17, 28 July 2013

Circuit Board

In most computer programs, from databases to video games, the number “32” holds a particular significance.


32 Bits and Limits

Integers are stored using a total of 32 bits in most computer language. This means that, stored in binary, a maximum of 32 spaces can be used. The maximum number that can be made from 32 binary spaces is 2147483647 (a prime number), which can lead to some interesting results. Phone numbers are not usually stored as integers in most computer programs, because they can easily exceed this number, and 2147483647 is often the cap for points, gold, and other scoring systems in video games, because this is where the storage runs out.