+
Lesson Plan
1
1
Elizabeth Murray Project

Gender and Opportunity in Colonial America

For Students 9th - 12th Standards
What was life like for women in Colonial America? What restrictions were placed upon them and what opportunities were they afforded? A case study of Elizabeth Murray offers high schoolers a chance to investigate primary source documents...
+
Assessment
1
1
Balanced Assessment

Compact-Ness

For Students 9th - 12th Standards
Creating a definition may be easier than it sounds! Give your classes experience creating their own definition. Scholars examine the meaning of the compact-ness of a scatter plot and create their own definitions based on measurements. 
+
Assessment
1
1
Balanced Assessment

Transformation II

For Students 9th - 12th Standards
Develop a solid understanding of the manipulation of expressions to produce equivalent expressions. Given an expression, pupils rearrange it to create a new one. Their new functions must match the structure of the model expressions.
+
Assessment
1
1
Balanced Assessment

Shirts and Flags

For Students 9th - 12th Standards
Learn the importance of geometry to tailors. Given a shirt sewing pattern, scholars determine the actual size of the shirt. After which they answer questions that require problem solving and extending their understanding of scale.
+
Assessment
1
1
Balanced Assessment

Multi-Figures

For Students 9th - 12th Standards
Apply concepts of scale and ratio to determine relationships in irregular figures. Learners determine the ratio of the perimeters of two figures composed of rectangles and circles. After, they apply similar concepts to find the ratio of...
+
Assessment
1
1
Balanced Assessment

Disc-Ness

For Students 9th - 12th Standards
Transform your scholars into mathematicians as they develop their own geometric definition. The task asks individuals to compare cylindrical objects and create a definition for the disc-ness of each object. They may use any method and...
+
PPT
Normal Community High School

Chemical Equations

For Teachers 9th - 12th Standards
Viewers learn how to identify the substances in a chemical reaction, how to balance it, and the different types of chemical reactions by watching a presentation that also includes a review of monomers and polymers. The presentation ends...
+
Lesson Plan
Code.org

Canvas and Arrays in Apps

For Teachers 9th - 12th
Scholars learn how to make a digital canvas and fill it with artwork by creating a drawing app using the canvas element. The activity requires learners to previous knowledge of arrays and return commands to draw images.
+
Lesson Plan
Code.org

Functions with Return Values

For Teachers 9th - 12th
Young computer scientists explore how to use the return command in computer programing by playing Go Fish. They learn about functions that return values and then write a turtle driver app using the return function. 
+
Lesson Plan
Code.org

Processing Arrays

For Teachers 9th - 12th
Scholars use a playing card activity to help them develop a program to find the minimum value of a list. They learn to use for loops to write code that will process lists. 
+
Lesson Plan
Code.org

Image Scroller with Key Events

For Teachers 9th - 12th
Discover how to embed images in lists. Scholars modify an existing app to include an image scroller in the 17th lesson plan of the series. They learn to refactor code and remove redundancies after modifying code.
+
Lesson Plan
Code.org

Introduction to Arrays

For Teachers 9th - 12th
How can you store lists in a computer program? The 16th installment of a 21-part unit introduces arrays as a way to store lists within a variable. Individuals program a list of their favorite things—adding interest to the activity.
+
Lesson Plan
Code.org

Looping and Simulation

For Teachers 9th - 12th
Young computer scientists continue programming with while loops by creating a program to simulate coins flipping. 
+
Lesson Plan
Code.org

While Loops

For Students 9th - 12th
Bring your pupils in the loop with while loops. Scholars learn how to modify conditional statements to produce while loops in the 14th lesson of the series. They use flowcharts to understand loops and then program some examples of loops.
+
Lesson Plan
Code.org

Compound Conditional Logic

For Students 9th - 12th
Scholars explore compound conditional logic and learn to use the Boolean operators AND, OR, and NOT within conditional statements by incorporating these operators to improve a previously created app.
+
Lesson Plan
Code.org

Introduction to Conditional Logic

For Teachers 9th - 12th
On one condition ... explore how to use conditionals within conditionals. Scholars apply conditional statements to improve upon the app they built during a previous lesson. They also learn about nested conditionals in the 11th lesson of...
+
Lesson Plan
Code.org

Understanding Program Flow and Logic

For Teachers 9th - 12th
Explore decision-making logic in programming computer games. The 10th installment of a 21-part unit teaches scholars how to apply conditional statements and Boolean expressions. They use these concepts to create a "Guess My Number" game...
+
Lesson Plan
Code.org

Introduction to Digital Assistant Project

For Students 9th - 12th
How does a computer recognize voice commands? Scholars learn about digital assistants and natural language processing (NLP) algorithms in the ninth activity of the series. They begin building a simple digital assistant and work on this...
+
Lesson Plan
Code.org

User Input and Strings

For Teachers 9th - 12th
Pupils learn to apply strings in computer science. They master two new user interface elements and also use string type data to represent ASCII characters. Finally, individuals create an app for Mad Libs in the eighth lesson of the series.
+
Lesson Plan
Code.org

Using Variables in Apps

For Teachers 9th - 12th
Investigate the benefits of using global variables. The seventh installment of a 21-part unit continues the study of variables from the previous lesson. Young computer scientists modify two existing apps by adding variables and learn how...
+
Lesson Plan
Code.org

Controlling Memory with Variables

For Teachers 9th - 12th
Not all variables are created equal. Discover how variables in computer science are different from variables in math class. Scholars learn to work with variables in computer programming by developing a mental model for how variables...
+
Lesson Plan
Code.org

Introducing Design Mode

For Teachers 9th - 12th
Move beyond buttons when designing user interfaces. In the fourth installment of a 21-part unit, young computer scientists learn to apply design mode, which gives users options for colors, fonts, etc. They learn to incorporate these...
+
Lesson Plan
Code.org

Beyond Buttons Towards Apps

For Teachers 9th - 12th
Explore how people use event-driven programming in games with a activity that teaches scholars to use new screen elements and events. They apply these new elements to create a simple chaser game.
+
Lesson Plan
Code.org

Event-Driven Programming and Debugging

For Teachers 9th - 12th
Start programming in event-driven style. Scholars learn to place buttons on the user interface and use event handlers. They also learn to recognize errors in code and debug as necessary. This is the second lesson in the series of 21.