answersLogoWhite

0


Best Answer

Base ten isn't used because it doesnt utilise all the permutations of 0's and 1's of a 4 bits, or any other number of bits.

The number ten would be represented as 1010 and then you'ld have to start again at 0000.

Hexadecimal utilises all 16 of the permutations between 0000 and 1111.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why base ten is not used to represent numbers in computer systems?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How are the base 16 and base 2 numbers related?

Both base 16 and base 2 number systems use binary numbers (1 and 0) to write out and define decimal numbers.


Why binary numbers are used in engineering activities?

The binary number system (base 2) is the basis for computer math and operations. Computer circuitry can represent two states (On/Off, Positive Voltage/Negative Voltage, Magnetized North/Magnetized South, etc). Any engineering which deals with the internal workings of a computer, or transmitting data to/from a computer would need to represent the data in binary (base 2) number system.


How did egyptians represent numbers?

Egyptians uses base 10 number system


What is a radix?

A radix is the number of distinct symbols used to represent numbers in a particular base.


What is the Mayan number systems base number?

Each bar represents 5 and a dot represent 1


Why do computers and calculators utilize the base 2?

Computers and calculators utilize the base 2 because it is easier to program binary numbers (base 2) into the computer than decimal numbers (base 10).


How are floating point numbers handled as binary numbers?

Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).Floating point numbers are typically stored as numbers in scientific notation, but in base 2. A certain number of bits represent the mantissa, other bits represent the exponent. - This is a highly simplified explanation; there are several complications in the IEEE floating point format (or other similar formats).


What are some different number systems used throughout history?

There are many types of number systems. The common one is base-10. Base-2 is used in computer language and so is the hexadecimal system which is a Base-16 system.


Why do you need to study number system in math?

Different number systems are used quite a lot, especially in computer science. In this case, the number systems mainly used are base 2, base 16 and of course base 10.


Are numbers universal versus languages?

Numbers are often considered universal because they represent quantities and can be understood and interpreted across different languages and cultures. While the symbols used to represent numbers may vary between languages (e.g., Arabic numerals versus Roman numerals), the concept of counting and representing quantities with numbers is generally consistent. However, numerical systems can differ, such as base-10 (decimal) versus base-60 (sexagesimal), which can influence the way numbers are expressed and manipulated.


Do both our alphabet and numbers base on the roman systems?

No, the Romans used used numerals while we use numbers based on the Arabic system.


How are base 16 and base 2 systems related?

2^16th (hexadecimal) is 64 times larger than 2^1st (binary). They basically represent the same data otherwise.