aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-12-16 14:18:25 -0800
committerPinapelz <yukais@pinapelz.com>2023-12-16 14:18:25 -0800
commit7e51211f938a2779497a80796c05300fa559e9b3 (patch)
tree8269ccc357d1c709e37403a652d0176e02d292b5
parentc8b6fdff97092021f58d12776ab9e210a0da50a4 (diff)
update coursework F23
-rw-r--r--src/pages/coursework.astro15
1 files changed, 15 insertions, 0 deletions
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 = [
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage