From 4abc43cdcb7fba399d5377481dd88e54b2db8cb6 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Thu, 24 Apr 2025 15:31:56 -0600 Subject: Added tex file structure for each module --- book/module1/computing_fundamentals.tex | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 book/module1/computing_fundamentals.tex (limited to 'book/module1/computing_fundamentals.tex') diff --git a/book/module1/computing_fundamentals.tex b/book/module1/computing_fundamentals.tex new file mode 100644 index 0000000..af38b93 --- /dev/null +++ b/book/module1/computing_fundamentals.tex @@ -0,0 +1,19 @@ +\section{Computing Fundamentals}\label{computing-fundamentals} + +\subsection{Using computers as a tool for +engineers}\label{using-computers-as-a-tool-for-engineers} + +\subsection{How do computers work?}\label{how-do-computers-work} + +Globe analogy: Hardware, Kernel, Shell, Application, Software. + +\subsection{Interfaces}\label{interfaces} + +\subsubsection{Text editor for +Scripting}\label{text-editor-for-scripting} + +\subsubsection{Command window}\label{command-window} + +Command window, terminal, console, command prompt you might've heard of +theses terms before. They all essentially mean the same thing. The +command window is used to control your system. -- cgit v1.2.3