What Is Number System In Computer?

6

6 Answers

Samantha Mitchell Profile
The number system in a computer is actually called the binary number system.

The binary number system is a base two number system meaning only two numbers are used. These two numbers are represented by 0 and 1. Technically it is "the usual base-2 system with a positional notation with a radix of 2" en.wikipedia.org/wiki/Binary_numeral_system

  • Its uses

Since it is a straight forward system it is often used for electronic circuitry such as computers. It is also used in digital products.

  • How it was created

Historically, the binary number system was created by Pingala, an Indian scholar. He was around between the 2nd and 5th centuries BC. He described concepts called prosody, which led to his creation of the binary system. Binary numbers were used for short and long syllable in Morse code. It has been used since as an eight trigram set and a 64 hexagram set meaning three bit and six bit. This was the Chinese form in the 11th century.

Over the same periods of time many other cultures like those in Africa worked on their own binary system still utilizing the 0 and 1. It will continue to be an important system given its ease of use.

  • Number series
The series of numbers in computers can be 1010011011 or it can be different. It depends on the code that needs to be written in binary to determine how the 1s and 0s will be displayed. There can also be a suffix that will indicate the binary format or a prefix in which b or bin is used. Some use % as a way to show the code.

For computer users that want to understand the math behind software programs and how to hack, it is necessary to understand the binary number system that computers use. These numbers are even used for such things as algorithms in search engines.
Anonymous Profile
Anonymous answered
Binary number system, hexadecimal number system
Anonymous Profile
Anonymous answered
There are four different types of number systems:
1. Binary Number system- only two digits; 1 and 0, are combined in order to write down a number. The base/radix is 2 because the range only consists of two digits.
2. Octal Number System - 01234567
3. Decimal Number System - 0123456789
4. Hexadecimal Number System - 0123456789ABCDEF
Michael Lai Profile
Michael Lai answered
Two main types are used: Binary (0, 1) and Hexadecimal.  If you really want to know about hexadecimal numbers (representing numbers in units of 16), then please put up another question on Blurtit.

Answer Question

Anonymous