-
Notifications
You must be signed in to change notification settings - Fork 408
Expand file tree
/
Copy pathInformation.json
More file actions
46 lines (46 loc) · 1.52 KB
/
Information.json
File metadata and controls
46 lines (46 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"Name": "Information",
"BaseUnit": "Bit",
"XmlDocSummary": "In computing and telecommunications, a unit of information is the capacity of some standard data storage system or communication channel, used to measure the capacities of other systems and channels. In information theory, units of information are also used to measure the information contents or entropy of random variables.",
"Units": [
{
"SingularName": "Byte",
"PluralName": "Bytes",
"FromUnitToBaseFunc": "{x} * 8",
"FromBaseToUnitFunc": "{x} / 8",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera", "Peta", "Exa", "Kibi", "Mebi", "Gibi", "Tebi", "Pebi", "Exbi" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "B" ]
}
]
},
{
"SingularName": "Octet",
"PluralName": "Octets",
"FromUnitToBaseFunc": "{x} * 8",
"FromBaseToUnitFunc": "{x} / 8",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera", "Peta", "Exa", "Kibi", "Mebi", "Gibi", "Tebi", "Pebi", "Exbi" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "o" ]
}
]
},
{
"SingularName": "Bit",
"PluralName": "Bits",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera", "Peta", "Exa", "Kibi", "Mebi", "Gibi", "Tebi", "Pebi", "Exbi" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "b" ]
}
]
}
]
}