Level 1

Programming Fundamentals

Level 1 of CoreCS: Programming Fundamentals.

Position
Level 1 of 20
Published path
9 modules · 65 lessons · 650 min

Your path

Modules

  1. Module 4 · beginner

    Introduction to Programming

    8 lessons · 80 min

    Learn what programs are, how they execute, and how to write precise instructions.

  2. Module 9 · beginner

    Loops

    8 lessons · 80 min

    Repeat instructions safely while a problem calls for repetition.

    Prerequisites: Decision Making

  3. Module 10 · beginner

    Functions

    9 lessons · 90 min

    Package reusable behavior behind clear inputs and outputs.

    Prerequisites: Loops

  4. Module 11 · beginner

    Debugging

    7 lessons · 70 min

    Classify failures and use evidence to find their causes.

    Prerequisites: Functions

  5. Module 12 · beginner

    Problem Solving

    7 lessons · 70 min

    Turn vague goals into clear, testable steps and small algorithms.

    Prerequisites: Debugging