<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bsccs.stoney-wiki.com/w/index.php?action=history&amp;feed=atom&amp;title=Numeral_Systems%3A_Overview_%26_Positional_Notation</id>
	<title>Numeral Systems: Overview &amp; Positional Notation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bsccs.stoney-wiki.com/w/index.php?action=history&amp;feed=atom&amp;title=Numeral_Systems%3A_Overview_%26_Positional_Notation"/>
	<link rel="alternate" type="text/html" href="https://bsccs.stoney-wiki.com/w/index.php?title=Numeral_Systems:_Overview_%26_Positional_Notation&amp;action=history"/>
	<updated>2026-05-04T20:16:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://bsccs.stoney-wiki.com/w/index.php?title=Numeral_Systems:_Overview_%26_Positional_Notation&amp;diff=56&amp;oldid=prev</id>
		<title>Bfh-sts: Created page with &quot;= Numeral Systems: Overview &amp; Positional Notation = This page introduces numeral systems, explains why different bases exist, and outlines the principle of positional notation.  == Decimal system == Humans use the decimal system with base 10. * Digits are 0–9. * A number is a sequence of digits, where each digit has a positional value. * Example: 123 = 1 × 100 + 2 × 10 + 3 × 1.  Other bases are also used in daily life: * Base 12 for hours on a clock. * Base 60 for m...&quot;</title>
		<link rel="alternate" type="text/html" href="https://bsccs.stoney-wiki.com/w/index.php?title=Numeral_Systems:_Overview_%26_Positional_Notation&amp;diff=56&amp;oldid=prev"/>
		<updated>2025-10-20T13:35:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Numeral Systems: Overview &amp;amp; Positional Notation = This page introduces numeral systems, explains why different bases exist, and outlines the principle of positional notation.  == Decimal system == Humans use the decimal system with base 10. * Digits are 0–9. * A number is a sequence of digits, where each digit has a positional value. * Example: 123 = 1 × 100 + 2 × 10 + 3 × 1.  Other bases are also used in daily life: * Base 12 for hours on a clock. * Base 60 for m...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Numeral Systems: Overview &amp;amp; Positional Notation =&lt;br /&gt;
This page introduces numeral systems, explains why different bases exist, and outlines the principle of positional notation.&lt;br /&gt;
&lt;br /&gt;
== Decimal system ==&lt;br /&gt;
Humans use the decimal system with base 10.&lt;br /&gt;
* Digits are 0–9.&lt;br /&gt;
* A number is a sequence of digits, where each digit has a positional value.&lt;br /&gt;
* Example: 123 = 1 × 100 + 2 × 10 + 3 × 1.&lt;br /&gt;
&lt;br /&gt;
Other bases are also used in daily life:&lt;br /&gt;
* Base 12 for hours on a clock.&lt;br /&gt;
* Base 60 for minutes and seconds.&lt;br /&gt;
  * Example: 50 minutes and 33 seconds = 50 × 60 + 33 = 3033 seconds.&lt;br /&gt;
&lt;br /&gt;
== Binary system and bits ==&lt;br /&gt;
Computers work electronically, using two states: voltage present or absent.  &lt;br /&gt;
This gives the binary system with digits 0 and 1.  &lt;br /&gt;
&lt;br /&gt;
The smallest unit of information is the bit.  &lt;br /&gt;
Each additional bit doubles the number of possible states:&lt;br /&gt;
* 1 bit = 2 states&lt;br /&gt;
* 4 bits = 16 states (nibble)&lt;br /&gt;
* 8 bits = 256 states (byte)&lt;br /&gt;
* 16 bits = 65 536 states (word)&lt;br /&gt;
* 32 bits = over 4 billion states (double word)&lt;br /&gt;
* 64 bits = over 18 quintillion states (quad word)&lt;br /&gt;
&lt;br /&gt;
== The issue with binary notation ==&lt;br /&gt;
Even moderate numbers require many digits in binary.  &lt;br /&gt;
A 64-bit value is too long to be readable, even when grouped into bytes.  &lt;br /&gt;
For this reason, shorter notations are used by grouping bits:&lt;br /&gt;
* 3 bits → octal (base 8)&lt;br /&gt;
* 4 bits → hexadecimal (base 16)&lt;br /&gt;
&lt;br /&gt;
== Essence of a number base ==&lt;br /&gt;
Roman numerals were not column-based, but modern systems use positional notation.  &lt;br /&gt;
In positional systems, the value of a digit depends on its position:&lt;br /&gt;
* In any base, the number written as 10 represents the base itself.&lt;br /&gt;
* Column 0 (rightmost) is multiplied by base^0 = 1.&lt;br /&gt;
* Column 1 is multiplied by base^1.&lt;br /&gt;
* Column 2 is multiplied by base^2, and so on.&lt;br /&gt;
&lt;br /&gt;
Example in decimal:&lt;br /&gt;
* 532 = 5 × 10^2 + 3 × 10^1 + 2 × 10^0.&lt;br /&gt;
&lt;br /&gt;
This principle applies to all bases: binary, octal, hexadecimal, and beyond.&lt;br /&gt;
&lt;br /&gt;
[[Category:Numeral Systems]]&lt;/div&gt;</summary>
		<author><name>Bfh-sts</name></author>
	</entry>
</feed>