+
Interactive
Khan Academy

Challenge: Flower Grower

For Students 6th - Higher Ed
How does the garden grow? With inherited functions! The interactive activity has individuals alter a program to utilize object inheritance. Scholars develop an object type that two other objects use to inherit similar aspects. The...
+
Activity

Vietnam War and Peace: Student Learning Outcomes (2016)

For Teachers 8th - Higher Ed
Shared Resource Overview of Vietnam War and Peace Unit: students will understand the key geopolitical and internal dynamics shaping Vietnam’s history 1956-1963.
+
Activity
Fort Bend Independent School District

Data Analysis - AP Statistics

For Students 11th - Higher Ed Standards
What better way to study survey design than to design your own survey! Bring a versatile data analysis project to your AP Statistics class, and encourage them to apply the practices from their instructions to a real-world survey project.
+
Activity
Houston Area Calculus Teachers

Related Rates

For Students 11th - Higher Ed
Use a hands-on approach to exploring the concepts of related rates in your AP Calculus class. Individuals explore the effect of the rate of change on a variable related to a variable they control. After analyzing the data they collect,...
+
Activity
Houston Area Calculus Teachers

Polynomial Graphing

For Students 11th - Higher Ed Standards
Your AP Calculus learners probably have their ID numbers memorized, but have they tried graphing them? Pique your pupils' interest by asking each to create a unique polynomial function based on their ID numbers, and then analyze the...
+
Activity
Houston Area Calculus Teachers

Cubic Polynomial

For Students 11th - Higher Ed
Birthdays are a time for celebration, and now they're a time for calculation! An AP calculus lesson uniquely explores relationships between a polynomial function and its derivative. Learners create a cubic function based on their...
+
Activity
Houston Area Calculus Teachers

Collecting Driving Data

For Students 11th - Higher Ed
Give AP Calculus classes the opportunity to check the accuracy of their calculations! A calculus activity involves the collection of data, the application of mathematics, and the analysis of the accuracy of results. Young mathematicians...
+
Activity
Houston Area Calculus Teachers

Area and Volume

For Students 11th - Higher Ed
An AP calculus lesson begins with an activity to determine the volume of a solid using a cross-section. Next, learners review the ways to find the area between two curves , as well how to find the volume of a solid created from the...
+
Activity
Kansas Poets

Persona Poem

For Teachers 11th - Higher Ed Standards
Young poets are asked to craft a poem in the voice of a first person narrator, a dramatic monologue of sorts, that reveals not only a dramatic situation but something of the narrator's character as well.
+
Activity
National Adult Literacy Agency

Better Handwriting for Adults

For Teachers Pre-K - Higher Ed
Want to improve your handwriting? This 48-page resource is packed with practice exercises designed to make handwritten items more legible.
+
Activity
2
2
Career Solutions Publishing

It’s For Real Workplace Ethics

For Teachers 8th - Higher Ed Standards
Discuss the ethical and practical consequences of dishonesty at work by analyzing a hypothetical situation in which a young employee at a pizza shop is being asked by her friends for free meals.
+
Lesson Plan
National Nanotechnology Infrastructure Network

Is Measuring an Art or a Science?

For Teachers 9th - Higher Ed Standards
Not only do future engineers learn the difference between accuracy and precision, they also get some hands-on experience using different measuring tools. 
+
Lesson Plan15:27
Howard Hughes Medical Institute

The Making of the Fittest: Evolving Switches, Evolving Bodies

For Teachers 9th - Higher Ed Standards
How did the stickleback fish, which was once ocean bound, evolve to be able to persist in freshwater lakes? Hear from the scientists who identified the genes and related switches that allowed these survivors to adapt. In addition to the...
+
Interactive
Khan Academy

Project: Fish Tank

For Students 6th - Higher Ed
Create your own exotic aquarium, well, virtual aquarium. Fill it full of various fish and sea life, add animation, color, and interactivity using JavaScript. This task utilizes your classes' knowledge of functions, parameters, and local...
+
Interactive
Khan Academy

Project: Bookshelf

For Students 6th - Higher Ed
Start your own virtual library with this JavaScript programming project. Create arrays of book objects, and fill the shelves with different books, different colors, titles, authors, etc. Let coders create their own unique display. 
+
Interactive
Khan Academy

Challenge: Movie Reviews

For Students 6th - Higher Ed
Create an array of objects in a JavaScript coding practice activity. Movie titles and reviews for multiple movies are collected in an array of objects and then printed out with a looping construct. 
+
Interactive
Khan Academy

Challenge: Picture Painter

For Students 6th - Higher Ed
Your young coding students will love the result of this programming activity and will be amazed at what they can make the computer do. Using objects and their properties, they will create a paint brush that will redraw an object across...
+
Interactive
Khan Academy

Challenge: Constellation Maker

For Students 6th - Higher Ed
Populate your own universe with constellations and stars. Modify the existing JavaScript code to use the push method of arrays, and mouseX and mouseY to draw a star based on the click and position of the mouse. 
+
Interactive
Khan Academy

Challenge: Recipe Card

For Students 6th - Higher Ed
Anyone hungry? Create a recipe object in this coding activity. Include a title, number of servings, and ingredients. All of this adds up to one delicious practice opportunity for your programming students who are just learning how to use...
+
Interactive
Khan Academy

Challenge: Favorite Animals

For Students 6th - Higher Ed
I'm not scared of lions & tigers & bears; in fact, they are on my favorites list! Have your young coders practice creating arrays and using loops. First they define the array as a list of favorite animals, then print them out...
+
Interactive
Khan Academy

Challenge: A Loopy Landscape

For Students 6th - Higher Ed
Drawing trees and grass over and over again is the perfect time to add a while loop to your computer code. This activity guides coders through the steps as they practice using this loop. 
+
Interactive
Khan Academy

Challenge: Lined Paper

For Students 6th - Higher Ed
Now create your own graph paper with this JavaScript programming activity! First, change the while loop that draws horizontal lines into a for loop. Then, add another for loop that draws the vertical lines. For an added challenge,...
+
Interactive
Khan Academy

Challenge: Favorite Fruits

For Students 6th - Higher Ed
Creating a list of favorite fruits is the perfect use of an array in coding. Practice defining and using arrays in this simple activity of creating an array and printing out each element in the array.  
+
Interactive
Khan Academy

Challenge: A Loopy Ruler

For Students 6th - Higher Ed
Now try writing your first while loop! This activity guides you through creating a small JavaScript program that marks the top of the screen with a ruler. Use the while loop to write the numbers across the screen.