From c2e9e3442f5d964284a3be828e375c26db0c9d15 Mon Sep 17 00:00:00 2001 From: guemax <93522160+guemax@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:01:29 +0100 Subject: [PATCH 1/2] Prevent confusion caused by using kilo prefix for 1024 --- FSDigitaltechnik.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FSDigitaltechnik.tex b/FSDigitaltechnik.tex index 3918188..1c8490c 100644 --- a/FSDigitaltechnik.tex +++ b/FSDigitaltechnik.tex @@ -206,7 +206,7 @@ \section{Einheiten} $ H $ & $ V s A^{-1}$ \end{tabular} \end{multicols} -$Bit \xrightarrow{\cdot 8} Byte \xrightarrow{\cdot 1024} kByte \xrightarrow{\cdot 1024} MByte$ +$Bit \xrightarrow{\cdot 8} Byte \xrightarrow{\cdot 1000} kByte \xrightarrow{\cdot 1000} MByte$ \section{Boolsche Algebra} \subsection{Boolesche Operatoren (Wahrheitstabelle WT)} From 02340929182c29a61d07696b4df23bc24a1ca96b Mon Sep 17 00:00:00 2001 From: guemax <93522160+guemax@users.noreply.github.com> Date: Mon, 9 Feb 2026 19:00:02 +0100 Subject: [PATCH 2/2] Update FSDigitaltechnik.tex Co-authored-by: Darius Peters <38152878+dariusptrs@users.noreply.github.com> --- FSDigitaltechnik.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FSDigitaltechnik.tex b/FSDigitaltechnik.tex index 1c8490c..4d28baa 100644 --- a/FSDigitaltechnik.tex +++ b/FSDigitaltechnik.tex @@ -206,7 +206,8 @@ \section{Einheiten} $ H $ & $ V s A^{-1}$ \end{tabular} \end{multicols} -$Bit \xrightarrow{\cdot 8} Byte \xrightarrow{\cdot 1000} kByte \xrightarrow{\cdot 1000} MByte$ +$Bit \xrightarrow{\cdot 8} Byte \xrightarrow{\cdot 1000} kByte \xrightarrow{\cdot 1000} MByte$ \\ +$Bit \xrightarrow{\cdot 8} Byte \xrightarrow{\cdot 1024} KiB \xrightarrow{\cdot 1024} MiB$ \section{Boolsche Algebra} \subsection{Boolesche Operatoren (Wahrheitstabelle WT)}