Computer Science Content
(Monday – Wednesday)
Work through the Week 1 learning materials in order. These are designed to move from big-picture program logistics into the core CS concept for the week: representation of information.
- Topic 1a - Understanding the Program and this Course
Get an overview of the CSED program structure, how this course works, and what to expect in terms of workload, feedback, and assessments. - Topic 1b - Binary and Representing Integers
Learn how computers use binary (0s and 1s) to represent whole numbers, and practice reading and writing small binary values. - Topic 1c - Binary Fractions
Extend the idea of binary representation to fractions. Explore how computers approximate values like 0.1 and what that means in real systems. - Topic 1d - Storage Beyond Numbers
See how text, images, and other data types are ultimately stored using bits. Connect this to file sizes, storage limits, and common classroom examples.