diff --git a/CS205Outline.tex b/CS205Outline.tex index c1c631f..fdd29de 100644 --- a/CS205Outline.tex +++ b/CS205Outline.tex @@ -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} @@ -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} @@ -337,4 +337,4 @@ \end{enumerate} -\end{document} \ No newline at end of file +\end{document}