answersLogoWhite

0

What is meant by number base?

Updated: 12/14/2022
User Avatar

Wiki User

11y ago

Best Answer

Image the number 1011

You would be tempted to say that it is one thousand and eleven because we are used to the decimal base system. Thr number is really equivalent to

1 x (10)^3 + 0 x (10)^2 + 1 x (10)^1 + 1 x (10)^0

Given that any number raised to zero power is 1, the above expression eavalutes to

1000 + 0 + 10 + 1 = 1011

Because we are used to the decimal system, we assume that the base is 10. Once you start dealing with computers which think in terms of binary numbers (base 2), the above number evaluates to

1 x (2)^3 + 0 x (2)^2 + 1 x (2)^1 + 1 x (2)^0

1 x 8 + 0 x 4 + 1 x 2 + 1 x 1 = 11 (the decimal equivalent)

As an exercise imagine that the number 1011 is in base 16 (hexadecimal) and in base 8 (octal) and evaluate the values. The answers should be 4113 and 521 respectively.

Observe that in base ten you have ten primitive symbols 0,1,2,3,4,5,6,7,8,9 and the base itself is formed by the combination of two primitive symbols, namely1 and0 to make 10 (decimal 10)

Inbasetwo you havetwo primitive symbols 0,1 and the base itself is formed by the combination of two primitive symbols, namely1 and0 to make 10(decimal 2)

In basesisxteen you have sixteen primitive symbols 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F and the base itself is formed by the combination of two primitive symbols, namely1 and0 to make 10 (decimal 16)

In base eight you haveeight primitive symbols 0,1,2,3,4,5,6,7 and the base itself is formed by the combination of two primitive symbols, namely1 and0 to make 10 (decimal 8)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by number base?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What has a similar shaped base?

It depends on what the base is meant to be similar to!


What is a base ten number system?

it is a system where you multiply by ten to get the next higher place.Additional answerI think the questioner meant decimal


What number comes before 220 base 5?

There is no number that comes before or after any other number because you can always insert a nother number between the two. If you meant what INTEGER comes before, the answer is 214


What is the base ten numeral of 986?

It is 986, exactly in the question. If the number in the question was in some base other than 10, then I cannot guess what base it is meant to be in. In any case, if I were to guess, then I may as well make up my own questions and answer them!


What is meant b.h.p of a car?

base horse power


What are positional muber system?

I think you meant positional number system or Positional Notation. In computer science when we talk about positional notation where talking about the binary(base 2) and hexadecimal(base 16) system. So for the most part a positional number system is a counting system. We for example use a base 10 counting system.


What is a base 3 number?

the base number


How do you use the word meant in a sentence?

What I meant is that to square a number you multiply the number by itself.


What is the base of an percent?

The base or base number when dealing with percentages is the number on which the calculations are based. EXAMPLE : What is 12% of 87? Then 87 is the base number. Express 42 as a percentage of 59. Then 59 is the base number.


What number is the base of hexadecimal number system?

It is the number 16.


What is the base number in the duodecimal system?

The base number is 12


Which is the number of base in binary number system?

Base 2