Skip to content

Instantly share code, notes, and snippets.

@shivam-tripathi
Last active May 4, 2021 06:01
Show Gist options
  • Save shivam-tripathi/047af059de353405ac84650d5308f4ec to your computer and use it in GitHub Desktop.
Save shivam-tripathi/047af059de353405ac84650d5308f4ec to your computer and use it in GitHub Desktop.
Powers of 2
+-------+---------------+------------+------------+
| Power | Approx Value | Full Name | Short Name |
+=======+===============+============+============+
| 10 | 1 Thousand | 1 KiloByte | 1 KB |
+-------+---------------+------------+------------+
| 20 | 1 Million | 1 MegaByte | 1 MB |
+-------+---------------+------------+------------+
| 30 | 1 Billion | 1 GigaByte | 1 GB |
+-------+---------------+------------+------------+
| 40 | 1 Trillion | 1 TeraByte | 1 TB |
+-------+---------------+------------+------------+
| 50 | 1 Quadrillion | 1 PetaByte | 1 PB |
+-------+---------------+------------+------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment