Physics, asked by ridafatima7a, 8 months ago

How you can read Binary Number System and Decimal Number System? in programming

Answers

Answered by MBsquad
1

Answer:

Army your answer:-

In any binary number, the rightmost digit is called least significant bit (LSB) and leftmost digit is called most significant bit (MSB). Anddecimal equivalent of this number is sum of product of each digit with its positional value. Computer memory is measured in terms of how many bits it can store.

Explanation:

Hope you got your answer

Answered by smartGuccibaby
1

Answer:

When you say a binary number, pronounce each digit (example, the binary number "101" is spoken as "one zero one", or sometimes "one-oh-one"). This way people don't get confused with the decimal number. A single binary digit (like "0" or "1") is called a "bit". For example 11010 is five bits long.

Similar questions