Asked in ComputersComputer TerminologyDatabase Programming
Computers
Computer Terminology
Database Programming
How do you convert KB into MB?
Answer

Wiki User
June 15, 2011 4:53PM
Multiply the number of kilobytes by 1024.
Related Questions
Asked in Math and Arithmetic
What is 24 MB?
Asked in Computer Terminology, DIY Projects, How To
How to find Kb?

Here are the following values in KB:
1 KB = 1073741824 bytes
1 MB = 1024 KB
1 GB = 1048576 KB
So to convert GB to KB:
G * 1048576 = K
where G is the number of gigabytes and K is the
number of kilobytes.
To convert MB to KB:
M * 1024 = K
where M is the number of megabytes and K is the
number of kilobytes.
To convert bytes to KB:
B / 1073741824 = K
where B is the number of bytes and K is the number
of kilobytes.