How do you express the place values in the binary number system which uses base 2 and in the octal number system which uses base 8?
Answers
Answered by
1
if you want to convert them then first convert binary to Decimal form
for example:
11000
1*2^0 =1
1*2^1 =2
0*2^2=0
0*2^3=0
0*2^4=0
= 3
then convert 3 into octal
3/8= (as 3 is less then 8 is remains same) 3
for example:
11000
1*2^0 =1
1*2^1 =2
0*2^2=0
0*2^3=0
0*2^4=0
= 3
then convert 3 into octal
3/8= (as 3 is less then 8 is remains same) 3
Similar questions
Physics,
7 months ago
Accountancy,
7 months ago
English,
1 year ago
Math,
1 year ago
Science,
1 year ago