ALEX Classroom Resources

ALEX Classroom Resources  
   View Standards     Standard(s): [DLIT] (1) 7 :
1) Classify and sort information into logical order with and without a computer.

Examples: Sort by shape, color, or other attribute; sort A-Z.

[DLIT] (1) 8 :
2) Order events into a logical sequence or algorithm.

Examples: Unplugged coding activities, sequence of instruction.

[DLIT] (1) 9 :
3) Construct elements of a simple computer program in collaboration with others.

Examples: Block programming, basic robotics, unplugged programming.

[DLIT] (1) 25 :
19) Identify and revise problem-solving strategies to solve a simple problem.

Examples: Scientific method, visual images or mind pictures, look for patterns, systematic list.

Subject: Digital Literacy and Computer Science (1)
Title: Computer Science Fundamentals Unit 3 Course B Lesson 1: Move It, Move It (2018)
URL: https://curriculum.code.org/csf-18/courseb/1/
Description:

This lesson will prepare students mentally for the coding exercises that they will encounter over the length of this course. In small teams, students will use physical activity to program their classmates to step carefully from place to place until a goal is achieved.

By using physical movement to program their classmates, students will run into issues and emotions similar to what they will feel when they begin coding on a computer. Encountering those stresses in a playful and open environment will help to alleviate intensity and allow students to practice necessary skills before they run into problems on their own.

Students will be able to:
- Define a list of steps (algorithm) to get a friend from their starting position to their goal.
- Translate a list of steps into a series of physical actions.
- Identify and fix errors in the execution of an algorithm.

Note: You must create a free account to access this and use this resource. 



   View Standards     Standard(s): [DLIT] (1) 7 :
1) Classify and sort information into logical order with and without a computer.

Examples: Sort by shape, color, or other attribute; sort A-Z.

[DLIT] (1) 8 :
2) Order events into a logical sequence or algorithm.

Examples: Unplugged coding activities, sequence of instruction.

[DLIT] (1) 9 :
3) Construct elements of a simple computer program in collaboration with others.

Examples: Block programming, basic robotics, unplugged programming.

[DLIT] (1) 20 :
14) Discuss the purpose of collecting and organizing data.

[DLIT] (1) 25 :
19) Identify and revise problem-solving strategies to solve a simple problem.

Examples: Scientific method, visual images or mind pictures, look for patterns, systematic list.

Subject: Digital Literacy and Computer Science (1)
Title: Computer Science Fundamentals Unit 3 Course B Lesson 8: My Loopy Robotic Friends Jr. (2018)
URL: https://curriculum.code.org/csf-18/courseb/8/
Description:

Building on the initial "My Robotic Friends" activity, students tackle larger and more complicated designs. In order to program their "robots" to complete these bigger designs, students will need to identify repeated patterns in their instructions that could be replaced with a loop.

This lesson serves as a reintroduction to loops, using the now familiar set of "robot" programming instructions. Students will develop critical thinking skills by looking for patterns of repetition in the movements of classmates and determining how to simplify those repeated patterns using loops.

Students will be able to:
- Identify repeated patterns in code that could be replaced with a loop.
- Write instructions that use loops to repeat patterns.

Note: You must create a free account to access this and use this resource. 



   View Standards     Standard(s): [DLIT] (1) 7 :
1) Classify and sort information into logical order with and without a computer.

Examples: Sort by shape, color, or other attribute; sort A-Z.

[DLIT] (1) 8 :
2) Order events into a logical sequence or algorithm.

Examples: Unplugged coding activities, sequence of instruction.

[DLIT] (1) 9 :
3) Construct elements of a simple computer program in collaboration with others.

Examples: Block programming, basic robotics, unplugged programming.

[DLIT] (1) 25 :
19) Identify and revise problem-solving strategies to solve a simple problem.

Examples: Scientific method, visual images or mind pictures, look for patterns, systematic list.

Subject: Digital Literacy and Computer Science (1)
Title: Computer Science Fundamentals Unit 3 Course B Lesson 9: Loops with Scrat (2018)
URL: https://curriculum.code.org/csf-18/courseb/9/
Description:

Building on the concept of repeating instructions from "My Loopy Robotic Friends," this stage will have students using loops to get to the acorn more efficiently on Code.org.

Students will be able to:
- Construct a program using structures that repeat areas of code.
- Improve existing code by finding areas of repetition and moving them into looping structures.

Note: You must create a free account to access this and use this resource. 



   View Standards     Standard(s): [DLIT] (1) 7 :
1) Classify and sort information into logical order with and without a computer.

Examples: Sort by shape, color, or other attribute; sort A-Z.

[DLIT] (1) 8 :
2) Order events into a logical sequence or algorithm.

Examples: Unplugged coding activities, sequence of instruction.

[DLIT] (1) 9 :
3) Construct elements of a simple computer program in collaboration with others.

Examples: Block programming, basic robotics, unplugged programming.

[DLIT] (1) 25 :
19) Identify and revise problem-solving strategies to solve a simple problem.

Examples: Scientific method, visual images or mind pictures, look for patterns, systematic list.

Subject: Digital Literacy and Computer Science (1)
Title: Computer Science Fundamentals Unit 3 Course B Lesson 10: Loops with Laurel (2018)
URL: https://curriculum.code.org/csf-18/courseb/10/
Description:

In this lesson, students continue learning the concept of loops. Here, Laurel the Adventurer uses loops to collect treasure in open cave spaces. A new get treasure block is introduced to help her on her journey.

This lesson gives students more practice with loops and encourages them to put multiple blocks inside of a repeat< as they try to collect as much treasure as possible.

Students will be able to:
- Identify the benefits of using a loop structure instead of manual repetition.
- Break down a long sequence of instructions into the smallest repeatable sequence possible.

Note: You must create a free account to access and use this resource.



   View Standards     Standard(s): [DLIT] (1) 7 :
1) Classify and sort information into logical order with and without a computer.

Examples: Sort by shape, color, or other attribute; sort A-Z.

[DLIT] (1) 8 :
2) Order events into a logical sequence or algorithm.

Examples: Unplugged coding activities, sequence of instruction.

[DLIT] (1) 9 :
3) Construct elements of a simple computer program in collaboration with others.

Examples: Block programming, basic robotics, unplugged programming.

[DLIT] (1) 20 :
14) Discuss the purpose of collecting and organizing data.

[DLIT] (1) 25 :
19) Identify and revise problem-solving strategies to solve a simple problem.

Examples: Scientific method, visual images or mind pictures, look for patterns, systematic list.

Subject: Digital Literacy and Computer Science (1)
Title: Computer Science Fundamentals Unit 3 Course B Lesson 11: Drawing Gardens with Loops (2018)
URL: https://curriculum.code.org/csf-18/courseb/11/
Description:

Students learn to draw images by looping simple sequences of instructions. In the previous online lesson, loops were used to traverse a maze and collect treasure. Here, students use loops to create patterns. At the end of this stage, students will be given the opportunity to create their own images using loops.

This lesson gives a different perspective on how loops can create things in programming. Students will test their critical thinking skills by evaluating given code and determining what needs to be added in order to solve the puzzle. Students can also reflect on the inefficiency of programming without loops here because of how many blocks the program would require without the help of repeat loops.

Students will be able to:
- Count the number of times an action should be repeated and represent it as a loop.
- Decompose a shape into its largest repeatable sequence.
- Create a program that draws complex shapes by repeating simple sequences.

Note: You must create a free account to access and use this resource. 



   View Standards     Standard(s): [DLIT] (1) 7 :
1) Classify and sort information into logical order with and without a computer.

Examples: Sort by shape, color, or other attribute; sort A-Z.

[DLIT] (1) 8 :
2) Order events into a logical sequence or algorithm.

Examples: Unplugged coding activities, sequence of instruction.

[DLIT] (1) 9 :
3) Construct elements of a simple computer program in collaboration with others.

Examples: Block programming, basic robotics, unplugged programming.

[DLIT] (1) 20 :
14) Discuss the purpose of collecting and organizing data.

[DLIT] (1) 25 :
19) Identify and revise problem-solving strategies to solve a simple problem.

Examples: Scientific method, visual images or mind pictures, look for patterns, systematic list.

Subject: Digital Literacy and Computer Science (1)
Title: Computer Science Fundamentals Unit 3 Course B Lesson 13: A Royal Battle with Events (2018)
URL: https://curriculum.code.org/csf-18/courseb/13/
Description:

In this online activity, students will have the opportunity to learn how to use events in Play Lab and apply all of the coding skills that they've learned to create an animated game. It's time to get creative and make a game in Play Lab!

Students will start by training the knight to move when an arrow key is pressed, then end with the opportunity to showcase the rest of the skills that they learned throughout this course, including sequence and looping, as part of the final free play puzzle.

Students will be able to:
- Identify actions that correlate to input events.
- Create an animated, interactive story using sequences and event-handlers.
- Share a creative artifact with other students.

Note: You must create a free account to access and use this resource. 



   View Standards     Standard(s): [DLIT] (1) 7 :
1) Classify and sort information into logical order with and without a computer.

Examples: Sort by shape, color, or other attribute; sort A-Z.

[DLIT] (1) 8 :
2) Order events into a logical sequence or algorithm.

Examples: Unplugged coding activities, sequence of instruction.

[DLIT] (2) 23 :
17) Explain the purposes of visible input and output components of digital devices.

Examples: Purpose of keyboard, mouse, ports, printers, etc.

Subject: Digital Literacy and Computer Science (1 - 2)
Title: Sorting Networks
URL: https://classic.csunplugged.org/sorting-networks/
Description:

In this activity, students examine how computers sort numbers, gaining an understanding of input, processing, and output.  This activity may be integrated easily across the curriculum as a sorting activity.

This activity was demonstrated during the Exploring Today's Classroom (ETC) Summit.



ALEX Classroom Resources: 7

Go To Top of page