From 2daef88e7462c982f99d3cf5e47a45d65b1ad443 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Tue, 4 Oct 2022 10:00:05 +0100 Subject: [PATCH] Last Sync: 2022-10-04 10:00:05 --- .../Prefixes_for_units_of_electrical_measurement.md | 5 +++-- .../{The_binary_number_system.md => Binary_number_system.md} | 4 ++-- Hardware/Binary/Binary_units_of_measurement.md | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) rename Hardware/Binary/{The_binary_number_system.md => Binary_number_system.md} (97%) diff --git a/Electronics/Physics_of_electricity/Prefixes_for_units_of_electrical_measurement.md b/Electronics/Physics_of_electricity/Prefixes_for_units_of_electrical_measurement.md index 6c126a8..4251504 100644 --- a/Electronics/Physics_of_electricity/Prefixes_for_units_of_electrical_measurement.md +++ b/Electronics/Physics_of_electricity/Prefixes_for_units_of_electrical_measurement.md @@ -14,8 +14,9 @@ In electronics we are often dealing with units that are very large or very small | Giga- | G | $10^9$ | 1,000,000,000 | billion | | Mega- | M | $10^6$ | 1,000,000 | million | | Kilo- | k | $10^3$ | 1,000 | thousand | -| Milli- | m | $10^{-3}$ | 0.001 | hundredth | -| Micro- | $\mu$ | $10^{-6}$ | 0.0000001 | thousandth | +| Centi- | c | $10^{-2}$ | 0.01 | hundredth | +| Milli- | m | $10^{-3}$ | 0.001 | thousandth | +| Micro- | $\mu$ | $10^{-6}$ | 0.0000001 | millionth | | Nano- | n | $10^{-9}$ | 0.0000000001 | billionth | | Pico- | p | $10^{-12}$ | 0.0000000000001 | trillionth | diff --git a/Hardware/Binary/The_binary_number_system.md b/Hardware/Binary/Binary_number_system.md similarity index 97% rename from Hardware/Binary/The_binary_number_system.md rename to Hardware/Binary/Binary_number_system.md index 3c73f46..71b08bf 100644 --- a/Hardware/Binary/The_binary_number_system.md +++ b/Hardware/Binary/Binary_number_system.md @@ -1,12 +1,12 @@ --- -title: The binary number system +title: Binary number system categories: - Mathematics - Computer Architecture tags: [binary, number-systems] --- -# The binary number system +# Binary number system ## Decimal (denary) number system diff --git a/Hardware/Binary/Binary_units_of_measurement.md b/Hardware/Binary/Binary_units_of_measurement.md index 8fd0fe8..b4308f8 100644 --- a/Hardware/Binary/Binary_units_of_measurement.md +++ b/Hardware/Binary/Binary_units_of_measurement.md @@ -10,7 +10,7 @@ tags: [bits, binary] A single place or symbol in a decimal number is called a **digit**. For example the number 343 is a number containing three digits. A digit can be any numeral through 0-9. -The equivalent entity in the [binary number system](/Hardware/Binary/The_binary_number_system.md) is the **bit**. For example the binary number 110 has three bits. A bit can only have one of two values in contrast to a digit which can have one of ten values: 0 or 1. +The equivalent entity in the [binary number system](/Hardware/Binary/Binary_number_system.md) is the **bit**. For example the binary number 110 has three bits. A bit can only have one of two values in contrast to a digit which can have one of ten values: 0 or 1. ## Sequences of bits