From 7e51211f938a2779497a80796c05300fa559e9b3 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 16 Dec 2023 14:18:25 -0800 Subject: update coursework F23 --- src/pages/coursework.astro | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/pages/coursework.astro b/src/pages/coursework.astro index 60e15d6..cfba63a 100644 --- a/src/pages/coursework.astro +++ b/src/pages/coursework.astro @@ -23,6 +23,21 @@ const icsCourses = [ description: "Relations and their properties; Boolean algebras, formal languages; finite automata.", }, + { + title: "I&C SCI 6D. Discrete Mathematics for Computer Science.", + description: + "Covers essential tools from discrete mathematics used in computer science with an emphasis on the process of abstracting computational problems and analyzing them mathematically. Topics include mathematical induction, combinatorics, and recurrence relations.", + }, + { + title: 'I&C SCI 51. Introductory Computer Organization.', + description: + "Multilevel view, design, and operation of computer system components. Machine-level data and instruction representation. Instruction sets and addressing modes. Memory organization. Laboratory work using low-level programming languages.", + }, + { + title: 'I&C SCI 45C. Programming in C/C++ as a Second Language.', + description: + "An introduction to the lexical, syntactic, semantic, and pragmatic characteristics of the C/C++ languages for experienced programmers. Emphasis on object-oriented programming, using standard libraries, and programming with manual garbage collection." + } ]; const in4mtxCourses = [ -- cgit v1.2.3