English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-12-22 10:29:29 · 21 answers · asked by max l 1 in Science & Mathematics Alternative Other - Alternative

21 answers

1024MB = 1 GB

2006-12-24 09:43:15 · answer #1 · answered by Anonymous · 0 0

1 megabytes = 0.0009765625 gigabytes
so
1 Gigabyte X 1024 (gigabytes to megabytes) = 1,024 Megabytes

2006-12-22 20:24:47 · answer #2 · answered by spitfin 3 · 0 0

1024

2006-12-25 21:51:15 · answer #3 · answered by krishna v 2 · 0 0

1024

2006-12-23 18:51:23 · answer #4 · answered by Anonymous · 0 0

1024

2006-12-23 01:38:03 · answer #5 · answered by Dave 3 · 1 0

1024

2006-12-22 21:40:47 · answer #6 · answered by Crossenja 2 · 1 0

Mega means a million, and giga means a billion (in the United States), or one milliard (in Europe). It follows that there are a thousand megabytes in a gigabyte. However, in computer science, by convention, we take that to mean 1,024, which is 2^10, because of its proximity to 1,000.

For another way to see this, in computer science, one megabyte is 1,048,576 bytes, and one gigabyte is 16,777,216 bytes, and theiir quotient is 1,024.

In other fields (e.g. physics), there would only be 1,000 meta-things in one giga-thing. Example: There are 1,000 megahertz in one gigahertz.

2006-12-23 19:28:13 · answer #7 · answered by Asking&Receiving 3 · 0 0

1024, I think. The prefixes mega, giga, etc. usually refer to powers of 10--kilo is 1,000, mega 1,000,000, and giga 1,000,000,000. But computers work in base-2, not base-10, and so they don't work in powers of 10. 1024 is a power of 2 (it's 2^10), and it's close enough to 1000 that you could call 1024 bytes a kilobyte and so on.

2006-12-22 18:33:54 · answer #8 · answered by Amy F 5 · 4 0

2^10 or 1024 MB

2006-12-23 09:10:37 · answer #9 · answered by pikus_zeech 2 · 1 0

1 GB = 1024 MB = 2^10 MB

2006-12-23 07:47:30 · answer #10 · answered by sushobhan 6 · 1 0

Above answers are not always true. Usage is inconsistent. Computer memory (RAM) uses powers of 2 to measure, so a megabyte of RAM is 2^20 bytes. In other contexts, such as disk space, it is 10^6 bytes.

I know this because I am a programmer who has written kernel code for different OSs. But, to confirm, I checked on wiki, which actually gives 3 values ( http://en.wikipedia.org/wiki/Megabyte )

1) 1,048,576 bytes (1,024^2, 2^20): This definition is used for nearly all discussions of computer memory (as computer addresses are naturally powers of two, making it efficient to manufacture memory in power-of-two capacities) and file storage. As of 2005, most software uses this definition to express storage capacity (e.g. file size).

2) 1,000,000 bytes (1,000^2, 10^6): This is the definition recommended by SI and IEC. It is used primarily in networking contexts and most storage media, particularly hard drives and DVDs. This definition of 'mega-' as a SI prefix is consistent with the other SI prefixes, and with many other uses of the prefix in computing, such as CPU clock speeds or measures of performance.

3) 1,024,000 bytes (1,024×1,000): This definition occurs rarely. It was used in a small number of storage contexts, most notably the "1.44 MB" (actually 1,474,560 bytes, of which only 1,457,664 bytes are usable on a Windows computer), and the "3.5-inch" (actually 90 mm) high-density floppy diskette.

2006-12-22 18:58:21 · answer #11 · answered by sofarsogood 5 · 1 1

fedest.com, questions and answers