Course curriculum

  • 1

    Module 1: Lesson 1

    • Introducing the Scratch Environment

    • Recording of Module 1: Lesson 1

    • Which is a Programming Language?

    • Useful Links for Module 1: Lesson 1

    • Activity for Module 1: Lesson 1

  • 2

    Module 1: Lesson 2

    • What Does this Code do?

    • Recording of Module 1: Lesson 2

    • Computers Don't Understand Our Language

    • Computers Only Understand Code

    • Useful Links for Module 1: Lesson 2

    • Activity for Module 1: Lesson 2

  • 3

    Module 1: Lesson 3

    • Introducing Code Debugging

    • Recording of Module 1: Lesson 3

    • Finding and Fixing a Code Bug

    • Useful Links for Module 1: Lesson 3

    • Activity

  • 4

    Module 1: Lesson 4

    • Main Code Constructs

    • Recording of Module 1: Lesson 4

    • Sequence Example

    • Selection Example

    • Looping Example

    • Useful Links for Module 1: Lesson 4

  • 5

    Module 1: Lesson 5

    • Practical Session 1

    • Recording of Module 1: Lesson 5

    • First Module Survey

    • Useful Link for Module 1: Lesson 5

  • 6

    Module 1: Lesson 6

    • Online Safety Training

    • Recording of Module 1: Lesson 6

  • 7

    Module 2: Lesson 1

    • Overview of Computer Architecture

    • Recording of Module 2: Lesson 1

    • Computer Components Communicating 1

    • Computer Components Communicating 2

    • Useful Links for Module 2: Lesson 1

    • Activity for Module 2: Lesson 1

  • 8

    Module 2: Lesson 2

    • Computer Processing Elements

    • Recording of Module 2: Lesson 2

    • Getting Input to the Computer

    • Processing Elements Overview

    • Inside the Computer Executing Code and Sending Output to User

    • Useful Links for Module 2: Lesson 2

    • Activity for Module 2: Lesson 2

  • 9

    Module 2: Lesson 3

    • Input and Output Computer Components

    • Recording of Module 2: Lesson 3

    • Interacting with a Computer 1

    • Interacting with a Computer 2

    • Useful Links for Module 2: Lesson 3

    • Activity for Module 2: Lesson 3

  • 10

    Module 2: Lesson 4

    • How Computers Execute Code

  • 11

    Module 3: Lesson 1

    • What is an Algorithm?

  • 12

    Module 3: Lesson 2

    • Examples of Simple Algorithms