From fb31765cbe33890f325a87015507364156741321 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:59:44 +0200 Subject: Adding upstream version 42.0. Signed-off-by: Daniel Baumann --- help/C/units.page | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 help/C/units.page (limited to 'help/C/units.page') diff --git a/help/C/units.page b/help/C/units.page new file mode 100644 index 0000000..c78b088 --- /dev/null +++ b/help/C/units.page @@ -0,0 +1,48 @@ + + + + + + + + + Phil Bull + philbull@gmail.com + 2011 + + + + Michael Hill + mdhillca@gmail.com + 2011, 2014 + + + Units of measure for memory and disk space + + + Is GiB the same as GB (gigabyte)? + + + Phil Bull +

Answer this question, quite briefly.

+
+ +

The memory and disk space statistics are displayed using IEC binary + prefixes, KiB, MiB, GiB, TiB (for kibi, mebi, gibi and tebi). These are + intended to distinguish binary reporting of sizes used in System Monitor + (multiples of 1024) from decimal sizes (multiples of 1000) commonly used, for + instance, in packaging of hard disks.

+ +

Typical binary units:

+ +

1 KiB = 1024 bytes

+

1 MiB = 1048576 bytes

+

1 GiB = 1073741842 bytes

+
+ +

An external hard drive, advertised as 1.0 TB (terabytes), would display + as 0.909 TiB (tebibytes).

+ +
-- cgit v1.2.3