+
Interactive
Khan Academy

Project: Make it Rain

For Students 6th - Higher Ed
Make it rain on your computer screen with this challenging JavaScript programming project. Modify the existing code of one little drop to create a downpour by using arrays and properties of arrays. But why stop there? How about some...
+
Interactive
Khan Academy

Project: Build-a-House

For Students 6th - Higher Ed
Start with a basic house created in JavaScript code and practice programming with loops as you add rows of windows, grass, flowers, or trees. How about some apples growing in the trees? You get the idea. Your coding students can let...
+
Lesson Plan
Discovery Education

The Everyday Science of Sports

For Teachers Pre-K - Higher Ed
Physical science juniors will enjoy this sensational enrichment on aerodynamics, especially if they are also sports fans! With a focus on physical features and behaviors, collaborative groups make observations on five different golf...
+
Lesson Plan
1
1
Curated OER

Streetfilms' Moving Beyond the Automobile

For Teachers 7th - Higher Ed
This is an exceptional series that you can use in an environmental or engineering unit. There are four lessons: "Sustainable Transportation," "Designing for Safety," "Changing the Landscape," and "Engaging in Policy." Each lesson...
+
Lesson Plan
Curated OER

Programming the "Rinse Robot"

For Teachers 9th - Higher Ed
Experienced chemistry technicians use then layer chromatography to discover how much of a free compound is left after each rinse cycle. Where this could obviously be used as a practice with chromatography technique, it can also be used...
+
PPT
Curated OER

An Introduction to GPS

For Teachers 11th - Higher Ed
GPS is a technological tool that has become available for use by the general public. Navigate the components and science involved in this remote sensing system. Here is a comprehensive collection of slides that would be valuable to share...
+
Lesson Plan
Curated OER

Marshmallow Design Challenge

For Teachers 5th - Higher Ed
How tall is your marshmallow structure? Using only limited supplies (including uncooked spaghetti noodles, masking tape, and one marshmallow), teams endeavor to support the marshmallow atop the tallest spaghetti structure they can build....
+
Lesson Planet Article
Curated OER

Connected Educators Month

For Teachers Pre-K - Higher Ed
Education and thought leaders join forces to provide invigorating professional opportunities online.
+
Lesson Plan
Curated OER

Technology-Lesson 3-Putting Technology to Work

For Teachers 11th - Higher Ed
Students explain the use of different technologies based on their resolving power. Explain how technologies are used to solve scientific and health-related problems. Explain the concept of using right tool for the job and develop a multi...
+
eBook
Open Oregon Educational Resources

Hydraulics and Electrical Control of Hydraulic Systems

For Students 10th - Higher Ed Standards
It's all systems go for learning about hydraulic systems. An eBook provides a set of videos and exercise questions for a semester-long course on hydraulics. Six units introduce hydraulics, Pascal's law, hydraulic applications, flow...
+
eBook
Open Oregon Educational Resources

Manufacturing Processes 4-5

For Students 10th - Higher Ed
No need to manufacture an excuse for learning about manufacturing. Scholar use an eBook to study manufacturing processes. The textbook covers milling machines, lathe machines, drill presses, bandsaws, surface grinders, heat treating,...
+
Interactive
Khan Academy

Challenge: SmileyFace

For Students 6th - Higher Ed
Two smiley faces are better than one. The interactive lesson challenges pupils to use methods to alter a program to make it more efficient. Individuals use the new code to create multiple smiley faces that speak. The engaging activity is...
+
Interactive
Khan Academy

Challenge: Double Rainbow

For Students 6th - Higher Ed
Draw a rainbow over the rainbow. The second segment in a series of six has the class practice using functions to edit a program that draws a rainbow. After creating the function, the interactive lesson challenges pupils to create another...
+
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...
+
Lesson Plan
TryEngineering

Nano Waterproofing

For Teachers 3rd - Higher Ed
Does your shirt hate water? In the activity, future engineers observe the hydrophobic effect in fabrics. They brainstorm and test some ideas for waterproofing fabrics.
+
App
Autodesk

AutoCAD 360

For Students 9th - Higher Ed
Take your drafting and design projects on the go with with this mobile computer-aided design program. Allowing users to view, edit, and share their work with others, this is a great resource for developing the technical drawing skills of...
+
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.