Related Benchmarks
Related Access Points
Related Resources
Lesson Plans
Original Student Tutorials
Student Resources
Original Student Tutorials
Learn about forever loops and conditional loops using playground senarios with this interactive tutorial.
This is a part 2 or a 2 part tutorial series on repetition loops in block coding.
Type: Original Student Tutorial
Learn how to use repetition in coding in this interactive tutorial. In part 1 of this two part tutorial series you will focus on 'for' and 'while' loops in block coding.
Type: Original Student Tutorial
Learn how to use repeat loops in this interactive tutorial. Repeat loops iterate though a list of instructions based on a desired number of times. Combined with variables, condition statements, if statements, and repeat loops we practice using order of operations to code.
This is part 1 of a 4-part series. Click below to check out the other tutorials in the series.
- Bee A Coder Part 1: Declare Variables
- Bee A Coder Part 2: Condition Statements
- Bee A Coder Part 3: If Statements
Type: Original Student Tutorial
Learn how to perform instructions using an if statement and explore relational operators (less than, greater than, equal and not equal to) and how they are used to compare to values in this interactive tutorial.
Type: Original Student Tutorial
Construct efficient lines of code using condition- and if-statements to solve equations as you complete this interactive tutorial. You'll also review the order of operations in expressions.
This is part 2 of a 4-part series on coding. Click below to open the other tutorials in the series.
- Bee A Coder Part 1: Declare Variables
- Bee A Coder Part 3: If Statements
- Bee A Coder Part 4: Repeat Loops
Type: Original Student Tutorial
Learn how to define, declare and initialize variables as you start the journey to "bee" a coder in this interactive tutorial. Variables are structures used by computer programs to store information. You'll use your math skills to represent a fraction as a decimal to be stored in a variable.
This is part 1 of a 4-part series on coding. Click below to open the other tutorials in the series.
- Bee A Coder Part 2: Condition Statements
- Bee A Coder Part 3: If Statements
- Bee A Coder Part 4: Repeat Loops
Type: Original Student Tutorial