answersLogoWhite

0

We use a sytem that uses a base or 10, that is the numbers, 0 to 9, then we add a 1 to make 10 and start again 11,12,13 etc. The binary system uses a base of 2, like a switch on or off. so we get ;

Binary Decimal

0 0

1 1 now we have run out of numbers so we add another 1 to the left;

10 2

11 3 which is made up of a 2 and a 3; next we add another 1 to the left

and so on.

100 4

101 5

110 6

111 7 which is made up of a 4, a 2 and a 1

Thats it just keep going, every time we add a new 1 to hte left, its worth twice the value of the 1 to its right, its just like us using units, tens, hundreds thousands.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What numbering system do computer use?

They use the binary code (1010101011001100)


How does the binary numbering system differ from the hexadecimal numbering system?

the binary system is base 2 and the hexadecimal system is base 16


What is the basic numbering system that a computer uses to represent How is it used?

The binary digits. 10 = 2


What numbering system is based on power of 2?

The Binary numbering system is based on powers of 2


In the binary numbering system one binary digit is called a?

bit?


What system consists of 1s and 0s?

The binary numbering system.


How many unique digits are in the binary numbering system?

two


What numbering system uses only the number 0 and 1?

Binary System


What does a 1 and 0 stand for in binary numbering?

1 In binary numbering means on 0 In binary numbering means off


What is the counting and numbering system that uses just ones and zeros?

The counting and numbering system that uses just ones and zeros is called the binary system. It is a base-2 numeral system, where each digit represents a power of 2. In binary, the only two digits are 0 and 1, making it essential for digital electronics and computer systems, as it aligns with the on/off states of electronic switches. This system is fundamental to computer programming and data representation.


What is the name of the numbering system that uses just ones and zeros?

Binary


In the bionary numbering system what does 10101110 represent in the decimal numbering system?

10101110 = 174 = AE = ® binary = decimal = HEX = ASCII