answersLogoWhite

0


Best Answer

(52)10 = (1 1 0 1 0 0)2<-----------incorrect

52 = (00110110)<-------correct

Because binary is written in bytes and a byte is comprised of 8 bits, we have 8 spaces. binary has a base of 2 so each place is 2 raised to a power starting from 0 to 7 from right to left. That is how you get the numbers below.

Spaces from left to right are 128 64 32 16 8 4 2 1

Does 128 fit inside of 52? no, so it gets a zero in on the first place from the left and so on.

64 into 52? no, so it is 0.

32 into 52? Yes, so it is a 1 and now you subtract, 52 minus 32 = 20

16 into 20? Yes, so it get a 1 and so on.

Hope this helps.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How express the number 52 using the binary number system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you express number 1 in digital format?

110 = 00012 110 - This is the number one writen in the decimal system 00012 - This is the number 1 using the binary system. Here, 4 bits are being represented. 00012 = 012


Why do you learn number system in digital logic?

One of the biggest applications of digital logic is using circuits to perform arithmetical operations. While theoretically, any number system could be used, binary is the most simple to express in terms of digital logic circuits.


A system of numbers in which each number is shown using only the digits 0 and 1?

binary.


What is a number using only 0s and 1's?

Binary number. (Base 2 number system, a system that uses only 0's and 1's. Counting proceeds: 0,1,10,11 which in base 10 (normal system) would be 0,1,2,3. 10 in binary is actually "2" in Base 10)


What is Binary System is and how ito represents data?

The binary numeral system, or base-2 number systemrepresents numeric values using two symbols, 0 and 1. More specifically, the usual base-2 system is apositional notation with a radix of 2.


What is 2 plus 2 using the binary system?

100


What is the binary system?

The binary system is numeric system with a base of 2, using only the numerals 0 and 1, or two gravitationally connected stars or other celestial objects which orbit around their centre of mass.


How does a binary system differ from a decimal numbering system?

Binary is base 2, using the digits 0 and 1. Decimal system is base 10 with 0-9.


What are binary numbers?

A Binary number is a number system to the base of two.Answer--The binary numeral system, or base-2 number system represents numeric values using two symbols, usually 0 and 1. More specifically, the usual base-2 system is a positional notation with a radix of 2. Owing to its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by all modern computers. Eg:0-01-12-103-114-1005-1016-1107-1118-1000There is no "the" binary number, although there is "a" binary number.Binary is a system of numbers whch uses only 0 and 1 (or off and on), such as 010101010101101110. This is mainly used by computers. Another meaning of binary numbers is the possible numbers using binary with a certain number of digits. These numbers are 2 to the power of X where X is the numberof digits. There is no "the" binary number, although there is "a" binary number.Binary is a system of numbers whch uses only 0 and 1 (or off and on), such as 010101010101101110. This is mainly used by computers. Another meaning of binary numbers is the possible numbers using binary with a certain number of digits. These numbers are 2 to the power of X where X is the numberof digits.


What does computers have to do with math?

They work using lots of 0 and 1, and this two digits are the basic digits of binary number system.


Why people are using Hexadecimal rather than binary numbers while doing programs?

hexadecimal can express 16 bit binary in 4 place form, not 16.


What would the largest value in 8 bits be in binary?

The largest possible value using 8 bits in binary is actually quite simple. Binary is a numerical system that only uses 2 numbers (1 and 0) to determine value. Our system is decimal. (0-9) Now, a 'bit' is one number from the binary system. It can either be 1 or 0. So, 8 bits means using 8 digits in binary. 1 is greater than 0, so the largest value is 11111111. (8 'one's)