Create account

MSc
2269d · Software Tutorials - Solutions
1 Byte = 8 Bits, 1KB = 1024 Bytes, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB
replied 2269d
I would write KiB for kibibyte: https://en.wikipedia.org/wiki/Kibibyte
And MiB, GiB, TiB, ...

Block size in Bitcoin is measured in MB (= 1 million bytes) not MiB (= 2^20 bytes).
replied 2269d
According to the Système international d'unités ( https://en.wikipedia.org/wiki/International_System_of_Units#Prefixes ). The prefix of thousand is k rather than K. 1 kiB = 1024Bytes
replied 2269d
Well, I've made a mistake. IEC 80000-13:2008 uses KiB rather than kiB. Therefore 1 KiB = 1024 Bytes, 1 kB = 1000 Bytes.
replied 2269d
replied 2269d
Oh, I wasn't aware of that. kibi = Ki, kilo = k then.
replied 2269d
Yes, you're right!
MSc
replied 2181d
Old School !