Updating search results...

Search Resources

47 Results

View
Selected filters:
  • CSTA.1A.AP.12 - Develop plans that describe a program’s sequence of events, goals, and...
#38 On My Way to the Party
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

Coders revisit a previously created project about a dance party to add a short story about travelling to the dance party. The purpose of this project is to apply newly acquired understandings to a prior project.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Lesson Plan
Provider:
Boot Up PD
Author:
Boot Up PD
Date Added:
10/29/2019
#39 Pass it On (Story Starters)
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

Coders engage in a multi-day project where they create the introduction to a short story and then pass their project on to be finished by their peers. The purpose of this project is to encourage young coders to communicate and learn from their peers.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Lesson Plan
Provider:
Boot Up PD
Author:
Boot Up PD
Date Added:
10/29/2019
#42 The Aliens Have Landed
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

Coders use a variety of blocks and sprites to create an interactive story about giving a gift to an alien visiting Earth. The purpose of this project is to reinforce understanding of message blocks.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Lesson Plan
Provider:
Boot Up PD
Author:
Boot Up PD
Date Added:
10/29/2019
#43 Flying
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

Coders use a variety of blocks and sprites to animate a mini research project about creatures that fly. The purpose of this project is to reinforce the concept of parallelism by simultaneously triggering two or more algorithms that simulate flight.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Lesson Plan
Provider:
Boot Up PD
Author:
Boot Up PD
Date Added:
10/30/2019
#44 Tag, You're It!
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

Coders use a variety of blocks and sprites to create a mult-ipage story with a moral. The purpose of this project is to apply previously learned concepts in a new context. Although the example project is about lessons learned while playing tag, this project can be adapted to any story with a moral.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Lesson Plan
Provider:
Boot Up PD
Author:
Boot Up PD
Date Added:
10/30/2019
#45 The Helpful/Naughty Wizard
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

Coders use a variety of blocks and sprites to create a story about a wizard who either helps people or plays pranks on them. The purpose of this project is to reinforce understanding of message blocks to give the appearance of switching costumes.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Lesson Plan
Provider:
Boot Up PD
Author:
Boot Up PD
Date Added:
10/30/2019
Conditionals Unplugged
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This unplugged activity helps students understand the concept of conditionals through a card game. Conditionals can be used to adjust a program based on specific information.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/01/2021
Conditionals in Scratch
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson, students will learn how a conditional statement can determine whether specific lines of code will run. Students will continue their Spooky Forest project, adding the ability for the Cat sprite to move when arrow keys are pressed and detect if a sprite touches the edge of the stage (at which point the backdrop will switch).

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/01/2021
Creating an Algorithm in Scratch
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson, students will begin working on their first project in Scratch. This lesson focuses on the advantages of using a pseudocode when preparing to create a project in Scratch. This lesson also refers to some difficulty students may have encountered in lesson 3 when they first started to explore Scratch.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
03/30/2021
Google Docs
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students continue exploring coding sequences, using the programming game Lightbot.
As students work through tricky puzzles and make use of the Lightbot interface’s ability to restart execution from the beginning, they experience the value of iterative development.
If they are ready, students advance from Lightbot’s introductory levels to levels that require them to create and use procedures (functions).
Iterative development, and the shift from long, repetitive code to shorter, clearer code, are both concepts that will be relevant to students’ final coding project at the end of the unit.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC
Date Added:
04/05/2021
Graph paper programming
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students write code using symbols to produce “graph paper” pixel art, first practicing as a class, then in pairs or groups.
The groups will trade instructions with each other and try following them to draw a picture.
Students get familiar with the concept of “stamping” an image on the page or the screen, and if there is time, students use loops to reduce the complexity of their programs. These concepts will be important in their final coding project at the end of the unit.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/01/2021
Input and output
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students encounter people who are computer scientists, and they learn definitions of computer science.
Students learn the difference between input and output devices, and they creatively invent a new device that combines input and output.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/02/2021
Interactive storytelling
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students explore examples of interactive storytelling, examining their use of expression, emotion, repetition, and context.
Students visit a Scratch Studio of examples of interactive storytelling and see that Scratch is used by students around the world to create interactive stories.
Students reflect on how interactive storytelling is different from other forms of creative expression and reflect on how they might use Scratch to express themselves creatively

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/05/2021
Intro: Build My City Project
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students will be introduced to the Build My City project, which is the final project of the unit. The teacher will present a demo project to students and explain the design requirements and expectations.
Students will review key programming concepts that will be used in their Build My City projects, by looking at the code of an example project.
Students will meet in their project groups and use storyboarding to develop their ideas for their city.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/07/2021
Introduction to Programming in Java
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This course is an introduction to software engineering, using the Java™ programming language. It covers concepts useful to 6.005. Students will learn the fundamentals of Java. The focus is on developing high quality, working software that solves real problems.

Subject:
Applied Science
Engineering
Material Type:
Full Course
Provider:
MIT
Provider Set:
High School Highlights
Author:
Adam Marcus
Eugene Wu
Evan Jones
Date Added:
09/04/2019
Introduction to Scratch
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Scratch is a visual programming language that is simple enough for beginners but is capable enough to keep even expert programmers entertained for hours. In this resource, I will provide a basic overview of the Scratch platform for anyone who wants to learn! 

Subject:
Computer Science
Engineering
Information Science
Material Type:
Teaching/Learning Strategy
Author:
Elizabeth Bruni
Date Added:
05/01/2022
Intro to Scratch
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students encounter the Scratch programming platform for the first time.
They learn how to log in, try out a Scratch tutorial, and have the chance to explore the interface.
Students reflect on what they might wish to create using Scratch, which will be used for their final coding project at the end of the unit.
The overall aim is for students to get a taste for Scratch that sparks their interest and curiosity, so they start to imagine what they might create.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/06/2021
My robotic friends
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students compare different types of code: symbolic code, pseudocode, block-based code, and text-based code.
Students write code to instruct their classmates to assemble stacks of cups in various configurations. First, they write symbolic code and then move on to pseudocode.
Students are challenged to write loops in pseudocode, and if there is time, they are further challenged to write named functions.
Loops and block-based code will be used in the unit’s final project, and the movement of the cups is similar to how “sprite” objects will move in the programs they will write.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/05/2021
Programmed to Dance
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this unplugged lesson, students will explore the concept of programming. Students watch a video showing a sequence of dance steps, then write instructions to “program” each other to replicate the dance. After learning about the concept of programming, groups will create their own dance move to “program” the class to do.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
03/31/2021
Programmed to dance
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students watch a video showing a sequence of dance steps, then write instructions to “program” each other to replicate the dance.
Students run into trouble with the length and repetitiveness of the instructions, so the concept of a “loop” is introduced.
Students redo their instructions using loops, see examples of loops in other programs, and reflect on why programmers use loops. Loops will be a key concept used in the unit’s final project.

Subject:
Applied Science
Computer Science
Material Type:
Activity/Lab
Author:
NYC Computer Science for All
Date Added:
04/05/2021