answersLogoWhite

0


Best Answer

All numbers are read in order of most significant digit to least significant digit.

Binary digits are read right to left the same way numbers increase from right to left (our system of base 10). Numbers do not increase the same way we read (left to right). This is the same way we add, multiply and subtract in math. We start from the numbers on the right and move left if you prefer to think of it that way.

With our usual system of base 10 numbers, each digit starts from "ones", then "tens", "hundreds" and so on moving from right to left. The same is with binary except that binary is only base 2. A 1 in the first position = 2^0 = 1. A 1 in the second position = 2^1 = 2 where each "one" is added for the final value. See below for examples.

Our base 10 system goes one more step by mulitplying each number as you go, expanding on the zeros and ones to zeros through nines:

5062 = 2*(10^0)+6*(10^1)+0*(10^2)+5*(10^3) = 5062

For a binary example, if there are 8 bits in a byte, we get the following possibilities:

00000000 = 0

00000001 = (2^0) = 1

00000010 = (2^1) = 2

00000011 = (2^0)+(2^1) = 3

and so on and so forth...

10101011 = (2^0)+(2^1) +(2^3)+(2^5)+(2^7)

= 1+2+8+32+126 = 171

and finally

11111111 = the sum of 2^n where n stands for the numbers 0 -> 7

= (2^0)+(2^1) +(2^3)+(2^4)+(2^5)+(2^6)+(2^7)+(2^8)

= 255

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why do you read binary digits right to left?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the only two binary digits of a binary system which a computer can read?

0 and 1.


A number that makes a palindrome?

Is a number that reads the same whether you read the digits from left to right or from right to left.


What does it mean to reverse the digits in a number?

Instead of reading the numbers from left to right (1234) read them from right to left (4321).


What is the mathematical meaning of palindrome?

It is number whose digits read the same from left to right and from right to left. For example, 18645254681.


Why do you read left to right and not right to left?

It depends on which language you read. e.g. you read English from left to right but Arabic from right to left.


Do Arabic people read from right to left or left to right?

They read from left to right.


Is Hmong read from left to right?

The Hmong Pahawh is written from left to right and is also read from left to right.


Why do you read top to bottom left to right?

You read from left to right in English;)


Is Greek read from left to right or right to left?

Left to right.


What is the name for a word that is the same when read from left to right as when read from right to left?

Palindrome.


Is Russian read from right to left?

left to right


Why does traditional manga read from right to left and why does modern manga reads from left to right?

The only manga that read from left to right are "manga" originally published in a language that's read from left to right (i.e., English,) and Japanese manga that are "flipped" by a publisher for publication in a language that's read from left to right. Even "modern" Japanese manga are read from right to left.