Difference between revisions of "Base 10"

esse quam videri
Jump to: navigation, search
(Created page with " =Definition= =Relevance= =Explanation= =Resources= == See also == * Decimal * Numeral Systems ==Notes== ==External Links== Category:Programming Language...")
 
m
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
 
=Definition=
 
=Definition=
 
+
Base 10 is the standard way we count, it uses 0 to 9 as the digits and a new digit is added after 9. It is also known as Decimal. ''Not to be confused with the Decimal data type.''
 +
 
=Relevance=
 
=Relevance=
 +
*[[Base 2]]
 +
*[[Decimal]]
 +
*[[Hexadecimal]]
  
 
=Explanation=
 
=Explanation=
 +
[[File:Base10.png | 650 px]]
  
 
 
=Resources=
 
 
== See also ==
 
== See also ==
  
 
* [[Decimal]]
 
* [[Decimal]]
 
* [[Numeral Systems]]
 
* [[Numeral Systems]]
 
==Notes==
 
 
 
==External Links==
 
 
  
  

Latest revision as of 22:02, 8 October 2019

Definition

Base 10 is the standard way we count, it uses 0 to 9 as the digits and a new digit is added after 9. It is also known as Decimal. Not to be confused with the Decimal data type.

Relevance

Explanation

Base10.png

See also