answersLogoWhite

0


Best Answer

1024 = 10000000000

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is binary number equal to decimal 1024?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What decimal power does G represent?

"G" usually refers to the term "Giga". In decimal, one giga-something is 1000 mega-somethings, a mega is 1000 kilos, and a kilo is a thousand units. So a Giga-something would be a billion of the original somethings (or a thousand-million if you're European). The trick here is that if you're talking in computer terms, then we wouldn't use the number 1000, but 1024. This is because 1024 is a power of 2 (two to the power of ten). In that case, a "giga" is 1024 "megas", which is 1024 "kilos", which in turn is 1024 single units. So a Gig in normal decimal would be 109 In Binary, it would be 230


What are the advantages and disadvantages of binary code decimal?

Advantage of binary over decimal: information can be recorded and stored in any dichotomous variable: magnetised or not magnetised (most electronic media), pit or no pit (optoelectronic media CDs/DVDs). For decimal it would be necessary to store as 10 different levels of magnetisation or depths of pits. Not so easy to make such a system error-free. Advantage of decimal over binary: fewer "digits" required. Every ten binary digits (1024 values) can be replaced by just a shade more than three decimal digits (1000 values). So the number of digits to be stored is less than a third.


How many times can you divide 1024 by 2?

You can divide 1024 by 2 an infinite number of times. The quotients will continue to get smaller and smaller but will never equal to 0 (zero).


What does 5 times 1024 equal?

1024 x 5 = 5,120


What is bigger than a Rutherbyte?

A coperbyte. A coperbyte is: Bit = 1 Binary Digit Byte = 8 Bit Kilobyte = 1024 Byte Megabyte = 1024 Kilobyte Gigabyte = 1024 Megabyte Terabyte = 1024 Gigabyte Petabyte = 1024 Terabyte Exabyte = 1024 Petabyte Zettabyte = 1024 Exabyte Yottabyte = 1024 Zettabyte Brontobyte = 1024 Yottabyte Geopbyte = 1024 Brontobyte Saganbyte = 1024 Geopbyte Pijabyte = 1024 Saganbyte Alphabyte = 1024 Pijabyte Kryatbyte = 1024 Alphabyte Amosbyte = 1024 Kryatbyte Pectrolbyte = 1024 Amosbyte Bolgerbyte = 1024 Pectrolbyte Sambobyte = 1024 Bolgerbyte Quesabyte = 1024 Sambobyte Kinsabyte = 1024 Quesabyte Rutherbyte = 1024 Kinsabyte Dubnibyte = 1024 Rutherbyte Seaborgbyte = 1024 Dubnibyte Bohrbyte = 1024 Seaborgbyte Hassiubyte = 1024 Bohrbyte Meitnerbyte = 1024 Hassiubyte Darmstadbyte = 1024 Meitnerbyte Roentbyte = 1024 Darmstadbyte Coperbyte = 1024 Roentbyte 1 Coperbyte is 989,292,945,639,150,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 bytes

Related questions

What is the decimal of the binary number 10000000000?

Just as the decimal number 10000000000 = 1010, the binary number 10000000000 = 210, which equals 1024.


What is the decimal of 10000000000?

Assuming you're converting from binary - that would be in 1024 decimal format.


Why 1024 bytes rounded to 1000 bytes?

1024 bytes is binary counting while 1000 bites is decimal counting.


How many KB is equal to one gb?

1 kb = 1024bits (not 1000 because of binary) 1Mb = 1024 * 1024 = 1048576 bits 1 Gb= 1024 * 1024 * 1024= 1073741824 bits


What is the decimal conversion of the binary number 1111111111?

1111111111b = 1023d When converting a binary number in which every digit is a one, there is an easy trick to doing it: take the number of digits, in this case 10, raise the base to that power 210 = 1024 , then subtract one. 210 - 1 = 1023. If the reason for this isn't clear, it may be easier to think of it in decimal. Remember that 1 is the highest valued digit in binary. Similarly, 9 is the highest digit in decimal. So in decimal, the number 99999 can also be looked at as 105 - 1 = 100000 - 1 = 99999


Why you use the 1024 in the unit of bytes while in routine life you use 1000?

Computers work fundamentally with circuits that are on" or "off", called "0" or "1" (or sometimes the other way round). These are the digits of the binary counting system, where instead of columns for 1, 10, 100 and all the powers of 10 you use columns for all the powers of 2, (1,2,4,8 etc) so in binary "10" means decimal "2" (no 1, and one 2. A useful chunk of memory is the binary number 10000000000 which is 1024 in ordinary decimal


What is the MSB of a positive binary number?

The most significant byte (MSB) of a positive binary number is the decimal value of the left-most bit.For example, the binary number 10111001011 is 11 bits, meaning it's 11 digits long. Thus, the decimal value of the left-most bit, the MSB, is 1 X 210 = 1024. The reason why it's not 1 X 211 is that the decimal value of the right-most bit is represented by raising 2 to the 0th power, not the first power. In this case, the right-most bit has a decimal value of 1 X 20 = 1.


What is the binary number of 100000?

* (The binary number 100000 is decimal number 32) To represent the decimal number 100,000 in binary requires seventeen digits: 11 00001 10101 00000 The digits in a binary number are exponents of 2 rather than 10, so that for a seventeen-digit number in binary, the digit places represent 65536, 32768, 16384, 8192, 4096, 2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 1 11000011010100000 = 65536 + 32768 + (0x16384) + (0x8192) + (0x5096) + (0x2048) + 1024 + 512 + (0x256) + 128 + (0x64) + 32 + (0x16) + (0x8) + (0x4) + (0x2) + (0x1) = 100000 Subtraction tree: 100000 - 65536 = 34464 34464 - 32768 = 1696 no 16384 no 8192 no 4096 no 2048 1696 - 1024 = 672 672 - 512 = 160 no 256 160 - 128 = 32 no 64 32 - 32 = 0 no 16 no 8 no 4 no 2 no 1 = 11000011010100000


What decimal power does G represent?

"G" usually refers to the term "Giga". In decimal, one giga-something is 1000 mega-somethings, a mega is 1000 kilos, and a kilo is a thousand units. So a Giga-something would be a billion of the original somethings (or a thousand-million if you're European). The trick here is that if you're talking in computer terms, then we wouldn't use the number 1000, but 1024. This is because 1024 is a power of 2 (two to the power of ten). In that case, a "giga" is 1024 "megas", which is 1024 "kilos", which in turn is 1024 single units. So a Gig in normal decimal would be 109 In Binary, it would be 230


How to Convert 139.01 MB to gb?

Divide into 1000 (decimal) or 1024 (binary), both factors are in use.Using 1000 for simplicity, 139 MB = 0.139 GB


Why 1 kilobytes is equal to 1024 whereas 1 kilogram is equal to 1000 gram?

Since computers use the binary, or base 2, system, measurements are made with powers of 2. 2^10 is 1024, which is close to 1000, so they say "kilo".


Is 1023 a base number of 2?

No, 1023 it is not one of the multiples of the base 2 (binary) system. 1024 is. 1024 = 210. Of course 1023 can be represented in base 2 however as 1111111111.