Convert To Binary: Find The Quotient and Remainder: Sample
Convert To Binary: Find The Quotient and Remainder: Sample
1. 19 2. 28 3. 37
When referring to storage space, we use the terms bytes (B), kilobytes (KB), megabytes
(MB), gigabytes (GB), and terabytes (TB).
One kilobyte is a little more than one thousand bytes, specifically 1,024. A megabyte
represents more than a million bytes or 1,048,576. A gigabyte is 1,073,741,824 bytes. A
terabyte is 1,099,511,627,776. The exact number is gained by taking 2^n power.
CDs have a data storage capacity of approximately 700 MB. DVDs have a data storage
capacity of approximately 4.3 GB on a single-layer disc, and approximately 8.5 GB on a
dual-layer disc. BDs have a storage capacity of 25 GB on a single-layer disc, and 50 GB on
a dual-layer disc.
Sample:
A file is 20 KB in size
1 KB = 1,024
20*1,024 = 20,480 bytes in a 20 KB file
How many 60 KB jpg files can be stored on a 2 MB folder in your hard drive?
60 KB = 61,440 2 MB = 2,097,152