Updating search results...

Search Resources

85 Results

View
Selected filters:
  • learn-to-code
Blackbird (learn to code)
Rating
0.0 stars

Learn computer programming with the friendliest app ever!

Learn alongside your students. Project-based curriculum.

Free and paid versions are available. Try 36 lessons free.

For education, you have access to all of the curriculum lessons, email support and PD.

Subject:
Coding
Computer & Digital Technologies
Material Type:
Activity/Lab
Lesson
Unit of Study
Author:
Blackbird
Date Added:
04/26/2021
CS In Algebra 1.1: Evaluation Blocks and Arithmetic Expressions
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students will begin using Evaluation Blocks to explore the concept of math as a language, and more specifically, a programming language. By composing arithmetic expressions with Evaluation Blocks, students will be able to visualize how expressions follow the order of operations.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 1.1: Rocket Height
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Using the Design Recipe, students will work through a series of word problems about calculating the height of a rocket after a given number of seconds from launch. The functions they write will be used to animate the rocket launch.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 1.3: Contracts, Domain, and Range
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Contracts provide a way for students to better understand and discuss functions. Through this lesson, students will look at known functions and come up with the contracts that describe those functions.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 1.4: Writing Contracts
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students will work their way through a number of new functions, first using each to solve a problem, and then writing a contract which describes it.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 1.5: Defining Variables and Substitution
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this activity, students will learn to define variables that can be used to reference values and expressions. Once defined, their variables can be used repeatedly throughout a program as substitutes for the original values or expressions.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 1.6: Fast Functions
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson we will build on students' understanding variables by making functions that reduce the number of inputs required. These 'fast functions' allow students to practice using the Design Recipe to develop simple functions without the additional overhead of parsing a word problem.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 1.7: Composite Functions
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In the past lessons students have defined Variables and written Fast Functions. In this stage, they will continue to explore function writing with ever increasing complexity.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 1.8: The Design Recipe
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In the last stage, students wrote some very simple functions - but more sophisticated functions demand a more thoughtful approach. The Design Recipe is a structured approach to writing functions that includes writing a purpose statement and test cases to ensure that the function works as expected. Once students have mastered the Design Recipe process, they can apply it to any word problem they encounter.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 1.9: Solving Word Problems with the Design Recipe
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this stage students practice using the Design Recipe to write functions which solve for word problems. Towards the end of the lesson students should be ready to begin using the Design Recipe on problems from your own math curriculum.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.10: Collision Detection and the Pythagorean Theorem
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Determining when objects on the screen touch is an important aspect of most games. In this lesson we'll look at how the Pythagorean Theorem and the Distance Formula can be used to measure the distance between two points on the plane, and then decide whether those two points (or game characters) are touching.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.10: Video Games and Coordinate Planes
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students discuss the components of their favorite video games and discover that they can be reduced to a series of coordinates. They then explore coordinates in Cartesian space, identifying the coordinates for the characters in a game at various points in time. Once they are comfortable with coordinates, they brainstorm their own games and create sample coordinate lists for different points in time in their own game.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.11: The Big Game - Collision Detection
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

To finish up their video games, students will apply what they have learned in the last few stages to write the final missing functions. We'll start by using booleans to check whether keys were pressed in order to move the player sprite, then move on to applying the Pythagorean Theorem to determine when sprites are touching.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.2: The Big Game - Variables
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students get their first look at the inside of their own video games. They will start development by substituting in new Images, Strings, and Numbers for existing variables.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.3: The Big Game - Animation
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Returning to the Big Game we started in stage 7, students will use the Design Recipe to develop functions that animate the Target and Danger sprites in their games.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.4: Booleans and Logic
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Booleans are the fourth and final data type that students will learn about in this course. In this stage, students will learn about Boolean (true/false) values, and explore how they can be used to evaluate logical questions.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.5: Boolean Operators
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Using Boolean operators, students will write code that compares values to make logical decisions.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.6: Sam the Bat
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Using Boolean operators, students will write code that checks the location of a sprite to make sure it doesn't go off-screen.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019
CS In Algebra 2.7: The Big Game Booleans
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Using the same logic from the previous lesson, students will write code that checks whether their Target and Danger sprites have left the screen. If their function determines that a sprite is no longer visible on screen, it will be reset to the opposite side.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
CS in Algebra
Date Added:
10/11/2019