Learning Objectives
Students will be able to:
Construct programs by combining blocks of code in sequence
Respond to user input using events
Use loops to repeat code
Computer Science Topics CoveredÂ
Sequence: An ordered set of instructions
Event: An interaction that is used to trigger specific code to run
Loop: A structure that repeats a sequence of instructions