asked 163k views
1 vote
Express the following values in binary notation?

asked
User Xvolks
by
8.0k points

1 Answer

5 votes

Final answer:

Converting decimal values to binary notation involves dividing the decimal number by 2 and writing down the remainders in reverse order.

Step-by-step explanation:

To express values in binary notation, we use the base-2 number system. In this system, each digit can be either 0 or 1. To convert a decimal value into binary, we divide the decimal number by 2 and keep track of the remainders. Writing down the remainders in reverse order gives us the binary representation of the decimal number.

For example, to convert the decimal value 10 into binary notation:

  1. Divide 10 by 2. The quotient is 5 and the remainder is 0.
  2. Divide 5 by 2. The quotient is 2 and the remainder is 1.
  3. Divide 2 by 2. The quotient is 1 and the remainder is 0.
  4. Divide 1 by 2. The quotient is 0 and the remainder is 1.

Writing down the remainders in reverse order gives us the binary representation: 1010.

answered
User Abo
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.