Number System Flashcards
With a base ‘b’ how many digits can the number have
0 to b-1
base can start from?
b>=2
another name for base
radix
binary contains?
0,1
octal contains?
0-7
decimal contains?
0-9
hexadecimal contains?
0-9 and A-F
formula including required base , given base and integer
required base = (given base)^ integer
how to convert integer part of a no.in decimal to other base
divide using the given base repeatedly
how to convert fractiona part of a no. in decimal to other base
multiply using the given base repeatedly
as base value decreases , the value of the no. increase or decrease
increase
as base value increase , the value of the no. will?
decrease
relationship between base value and no. value
inversely proportional
convert any base to decimal
expand polynomial and multiply every particular digit by the base raised to power of the unit of the digit
How to convert a no. from base b1 to base b2?
First convert no. from b1 to decimal then from decimal to b2.