Skip to content

Commit 7f73ed6

Browse files
authored
Update byte prefix table
KB changed to kB. S.I. and IEEE 1541-2002 standard. (See https://en.wikipedia.org/wiki/Binary_prefix )
1 parent 31af761 commit 7f73ed6

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

wiredcommunication/wiredcommunication.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,21 @@ Los ordenadores, y también la micro:bit, no pueden procesar señales sin conver
4646
!!! hint "Definición 3: _Bit_"
4747
Un bit es la unidad de datos más pequeña en una computadora. Es como un átomo. Un bit puede ser un 1 o un 0.
4848

49-
Un grupo de 8 bits es un *byte*. La Tabla \[tab:bit\] muestra otros ejemplos:
49+
Un grupo de 8 bits es un *byte*. Las siguientes tablas muestran los nombres de algunos grupos de 1000 y 1024 bytes que son de uso frecuente cuando se habla de muchos bytes:
5050

5151
|**Nombre** | **Tamaño**|
5252
|---------|:--------|
5353
|Byte (B) | 8 bits |
54-
|Kilobyte (KB) | 1024 bytes |
55-
|Megabyte (MB) | 1024 kilobytes |
56-
| Gigabyte (GB) | 1024 megabytes |
57-
| Terabyte (TB) | 1024 gigabytes |
54+
|---------|:--------|
55+
|Kilobyte (kB) | 1000 bytes |
56+
|Megabyte (MB) | 1000 kilobytes |
57+
|Gigabyte (GB) | 1000 megabytes |
58+
|Terabyte (TB) | 1000 gigabytes |
59+
|---------|:--------|
60+
|Kibibyte (KiB) | 1024 bytes |
61+
|Mebibyte (MiB) | 1024 kibibytes |
62+
|Gibibyte (GiB) | 1024 mebibytes |
63+
|Tebibyte (TiB) | 1024 gibibytes |
5864

5965
Al conectar ordenadores o dispositivos a través de diferentes medios de transmisión se crean las redes.
6066

0 commit comments

Comments
 (0)