Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ascholerChemeketa authored Jan 7, 2021
1 parent fde2e6e commit 4908846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CS205Outline.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
\begin{enumerate}
\item Describe the major components of computer architecture, and explain their purposes and interactions.
\item Describe a basic instruction set architecture, including the arithmetic, logic, and control instructions; user and control registers; and addressing modes.
\item Describe the instruction execution cycle. \textcolor{red}{TODO - Codense into first item?}
\item Describe the instruction execution cycle. \textcolor{red}{TODO - Condense into first item?}
\item Do simple arithmetic in hexadecimal, decimal, and binary notation, and convert among these notations.
\item Explain how data types such as integers, characters, pointers, and floating point numbers are represented and used at the assembly level.
\item Write C language programs to illustrate basic systems programming concepts: file I/O, system calls, memory management, exception handling, and signals. \textcolor{red}{TODO - Update to match new version of course? Exception handling and signals are now one option for week 10}
Expand Down Expand Up @@ -268,7 +268,7 @@
\clearpage
\section{Week 10 Options}

The tenth week of the course is designed to provide time for instructors to review critical material, finish up CTF work, and to expose students to applications of concepts from the course in the context of more advanced topics. While instructors are free to devise their own approach to doing so, three application areas are provided below as suggestions. For each, some resources are provided as
The tenth week of the course is designed to provide time for instructors to review critical material, finish up CTF work, and to expose students to applications of concepts from the course in the context of more advanced topics. While instructors are free to devise their own approach to doing so, three application areas are provided below as suggestions. For each, some resources are provided as a starting point.


\subsection{Cybersecurity}
Expand Down Expand Up @@ -337,4 +337,4 @@

\end{enumerate}

\end{document}
\end{document}

0 comments on commit 4908846

Please sign in to comment.