The true tale of the Recycled Orchestra of Paraguay, an orchestra made …
The true tale of the Recycled Orchestra of Paraguay, an orchestra made up of children playing instruments built from recycled trash. The resources includes a lesson plan/book card, a design challenge, and copy of a design thinking journal that provide guidance on using the book to inspire students' curiosity for design thinking. Maker Challenge: Students will create their own musical instruments with recyclable materials.
A document is included in the resources folder that lists the complete standards-alignment for this book activity.
Students develop an app for an Android device that utilizes its built-in …
Students develop an app for an Android device that utilizes its built-in internal sensors, specifically the accelerometer. The goal of this activity is to teach programming design and skills using MIT's App Inventor software (free to download from the Internet) as the vehicle for learning. The activity should be exciting for students who are interested in applying what they learn to writing other applications for Android devices. Students learn the steps of the engineering design process as they identify the problem, develop solutions, select and implement a possible solution, test the solution and redesign, as needed, to accomplish the design requirements.
Tony Sarg was a puppeteer and marionette master who invented the first, …
Tony Sarg was a puppeteer and marionette master who invented the first, larger than life, helium balloons for the annual Macy’s Thanksgiving Day Parade. The resource includes a lesson plan/book card, a design challenge, and copy of a design thinking journal that provide guidance on using the book to inspire students' curiosity for design thinking. Maker Challenges include: (1) Dash/Sphero: Develop a Macy’s Day Parade route using tape on the ground with a partner. Then, switch routes with another group and program the robot of your choice to navigate the parade route using code. (2) Ozobot: Develop a synchronized dance routine for both Ozobots for the stage of the Macy’s day parade using https://ozoblockly.com/editor (3) Create a moveable puppet that will be featured in the Macy’s Day Parade.
A document is included in the resources folder that lists the complete standards-alignment for this book activity.
The true, inspiring story of Beauty, the bald eagle, who was shot, …
The true, inspiring story of Beauty, the bald eagle, who was shot, rescued, and received a 3D-printed prosthetic beak. The resource includes a lesson plan/book card, a design challenge, and copy of a design thinking journal that provide guidance on using the book to inspire students' curiosity for design thinking. Maker Challenges: (1) Use paper and pencil to design a prosthetic body part for a human or animal. Then use tinkercad.com to create a prototype. Finally, use a 3D printer to print the prosthetic. (2) Have students research animals who use prosthetics. Then, improve the design in Tinkercad and 3D Print.
A document is included in the resources folder that lists the complete standards-alignment for this book activity.
Using scrap metal and spare parts, William Kamkwamba created a windmill to …
Using scrap metal and spare parts, William Kamkwamba created a windmill to harness the wind and bring electricity and running water to his Malawian village. The resource includes a lesson plan/book card, a design challenge, and copy of a design thinking journal that provide guidance on using the book to inspire students' curiosity for design thinking. Maker Challenge: Develop a way to harness the wind by designing with Strawbees.
A document is included in the resources folder that lists the complete standards-alignment for this book activity.
Ralph Baer’s family fled Nazi Germany for the US when he was …
Ralph Baer’s family fled Nazi Germany for the US when he was a child. Using wartime technology, Baer thought outside the box and transformed the television into a vehicle for gaming. His invention was the birth of the first home console, the Odyssey, a precursor to the Atari gaming system. The resource includes a lesson plan/book card, a design challenge, and copy of a design thinking journal that provide guidance on using the book to inspire students' curiosity for design thinking. Maker Challenges: (1) Think outside the box. What’s something you use everyday, but not for its “intended” purpose? Examples: A broom to clean the snow off your car windshield, a trash bag as a sled. Now, think of a problem you might have at school, home, et al. Invent an item that would solve this problem. (2) Let’s think outside the box! Design the latest and greatest technology for kids to hit the market! Make it the *most* fun anyone has ever had. You may NOT use anything on the market - any technology currently on the market is off limits. Use your imagination, do not put limitations on it, and be as creative as you can. (3) Use household items to create a prototype of your new invention.
A document is included in the resources folder that lists the complete standards-alignment for this book activity.
Students will take a sequence of events or steps for some process …
Students will take a sequence of events or steps for some process and create an algorithm. This could apply to any content area. They will display the algorithm in flowchart form. This activity can be modified for all grade levels and content areas.
Students will plan and build their own game using the project guide …
Students will plan and build their own game using the project guide from the previous two lessons to guide their project. Working individually or in pairs, students will first decide on the type of game they'd like to build, taking as inspiration a set of sample games. They will then complete a blank project guide where they will describe the game's behavior and scope out the variables, sprites, and functions they'll need to build. In Code Studio, a series of levels prompts them on a general sequence they can use to implement this plan. Partway through the process, students will share their projects for peer review and will incorporate feedback as they finish their game. At the end of the lesson, students will share their completed games with their classmates. This project will span multiple classes and can easily take anywhere from 3-5 class periods.
To conclude their study of big data and cryptography, students will complete …
To conclude their study of big data and cryptography, students will complete a small research project related to a dilemma presented by Big Data or Cybersecurity, in the form of a Practice Performance Task. Students will pick one of two issues to research more deeply - either an issue related to big data, or one related to cybersecurity. Students will need to identify appropriate online resources to learn about the functionality, context, and impact of the technological innovation that gave rise to the dilemma they are investigating. After completing their research, students will present their findings both in a written summary and with an audio / visual artifact they found online. The written components students must complete are similar to those students will see in the AP Performance Tasks.
This project is an opportunity to practice many of the skills students will use when completing the Explore Performance Task on the AP® Exam at the end of the year. While an open-ended research project might be intimidating, students have built all the skills they need to complete this task.
**Note:** This is NOT the official AP® Performance Task that will be submitted as part of the Advanced Placement exam; it is a practice activity intended to prepare students for some portions of their individual performance at a later time.
**Note for 2017-18 School Year:** This Practice PT has NOT been updated to reflect changes to the [Explore PT Scoring Guidelines](https://apcentral.collegeboard.org/pdf/2018-explore-performance-tasks-sg.pdf) released in Fall 2017. We recommend you review those guidelines to understand the similarities between this project and the actual Explore PT.
Students learn about various types of cybercrimes and the cybersecurity measures that …
Students learn about various types of cybercrimes and the cybersecurity measures that can help prevent them. Then students perform a Rapid Research project investigating a particular cybercrime event with a particular focus on the data that was lost or stolen and the concerns that arise as a result. The Rapid Research activity features vocabulary, concepts, and skills that should help prepare them for the AP Explore PT, and also serves as a capstone for the sequence of lessons on encryption and security.
In this lesson, students examine a classic problem in computer science, the …
In this lesson, students examine a classic problem in computer science, the Traveling Salesperson Problem (TSP). Students solve small instances of the problem, try to formulate algorithms to solve it, and discuss why these algorithms take a long time for computers (and humans) to compute. Students see how the TSP grows in size much faster than the problem of adding characters to a password. Even though we use encryption to motivate a desire to learn about computationally hard problems, they are valuable to know about, in and of themselves. This lesson covers some territory about how we reason formally and mathematically about algorithms and figuring out how “hard” something is for a computer to do.
This lesson attempts to walk students through the iterative development process of …
This lesson attempts to walk students through the iterative development process of building an app (basically) from scratch that involves the use of `if` statements. Following an imaginary conversation between two characters - Alexis and Michael - students follow the problem solving and program design decisions they make for each step of constructing the app. Along the way they decide when and how to break things down into functions, and of course discuss the logic necessary to make a simple game.
The last step - writing code that executes an end-of-game condition - students must do on their own. How they decide to use `if` statements to end the game will require some creativity. The suggested condition - first to score 10 points - is subtly tricky and can be written many different ways.
At the conclusion of the lesson there are three practice Create PT-style questions as well as resources explaining the connection between this lesson and the actual Create PT. Depending on how you use these materials they can easily add an additional day to this lesson.
This lesson gets into the basic mechanics of working with variables in …
This lesson gets into the basic mechanics of working with variables in programs. The lesson shows students how to create and assign values to variables and navigates through a series of common misconceptions about variables and how they work. Along the way, the lesson tries to build up the student’s mental model of how computers and programs work, which is essential for being able to reason about programs.
This lesson uses the [r create-pt-survival-guide] as the backbone for a series …
This lesson uses the [r create-pt-survival-guide] as the backbone for a series of activities to ramp up to doing the actual Create PT. It contains activities to help students understand the algorithm and abstraction requirements of the task, as well as activities to help them narrow down and brainstorm ideas for their actual project.
The lesson concludes by providing students with resources to make a plan to complete the task staring in the next lesson.
Two blobs of clay go on an enjoyable adventure as they transform …
Two blobs of clay go on an enjoyable adventure as they transform themselves into fun shapes and new things throughout their escapade. What will they be by the end of the book? The resource includes a lesson plan/book card, a design challenge, and copy of a design thinking journal that provide guidance on using the book to inspire students' curiosity for design thinking. Maker Challenge: Design a stop-motion video that morphs an item of your choice into another item. Before you begin, sketch out the process you’ll take to transform your item.
A document is included in the resources folder that lists the complete standards-alignment for this book activity.
It’s easy to take today’s ubiquitous colored crayons for granted, but they …
It’s easy to take today’s ubiquitous colored crayons for granted, but they were the result of one individual’s innovation. Biebow introduces Edwin Binney—a mustachioed man and head of a carbon black factory—who wished to make color-pigmented wax crayons that reflected the world outside. The resource includes a lesson plan/book card, a design challenge, and copy of a design thinking journal that provide guidance on using the book to inspire students' curiosity for design thinking. Maker Challenge: Think about the school/community/world in which you live and identify a problem that could be solved with a new invention.
A document is included in the resources folder that lists the complete standards-alignment for this book activity.
DescriptionOverview: This lesson allows students to work on their keyboarding skills while …
DescriptionOverview: This lesson allows students to work on their keyboarding skills while creating pieces of music. Students can choose classiccal music, current hits, or just play around with the keyboard. Students will then be able to create an app using Code.org's AppLab that uses a recording of the music they play.Subject:Computer Science, Business and Communication Level:Middle School, High School Grades:Grade 7, Grade 8, Grade 9, Grade 10, Grade 11, Grade 12 Material Type:Lesson Plan Author:Jennifer Clark Date Added:04/06/2019License: Creative Commons Attribution-NonCommercial 4.0 Language:English Media Format:Downloadable docs, Interactivehttps://www.oercommons.org/courseware/lesson/53119/overview
Exploring Computer Science is a yearlong course developed around a framework of …
Exploring Computer Science is a yearlong course developed around a framework of both computer science content and computational practice. Assignments and instruction are contextualized to be socially relevant and meaningful for diverse students. Units utilize a variety of tools/platforms and culminate with final projects around Human-Computer Interaction, Problem Solving, Web Design (HTML, CSS), Programming (Scratch, Edware), Computing & Data Analysis, and Robotics. ECS is recognized nationally as a preparatory course for AP Computer Science Principles. Watch this video and view this fact sheet for more information.
After the Great Depression struck, Ford especially wanted to support ailing farmers. …
After the Great Depression struck, Ford especially wanted to support ailing farmers. For two years, Ford and his team researched ways to use farmers’ crops in his Ford Motor Company. They discovered that the soybean was the perfect answer. Soon, Ford’s cars contained many soybean plastic parts, and Ford incorporated soybeans into every part of his life. He ate soybeans, he wore clothes made of soybean fabric, and he wanted to drive soybeans, too. The resource includes a lesson plan/book card, a design challenge, and copy of a design thinking journal that provide guidance on using the book to inspire students' curiosity for design thinking. Maker Challenge: Think about the people in your community and the challenges they face. List three challenges that affect their daily life. Consider something you use every day and brainstorm how it could be repurposed or modified to address this problem.
A document is included in the resources folder that lists the complete standards-alignment for this book activity.
This is the story of how Les Paul created the world's first …
This is the story of how Les Paul created the world's first solid-body electric guitar, countless other inventions that changed modern music, and one truly epic career in rock and roll. How to make a microphone? A broomstick, a cinderblock, a telephone, a radio. How to make an electric guitar? A record player's arm, a speaker, some tape. How to make a legendary inventor? A few tools, a lot of curiosity, and an endless faith in what is possible, this unforgettable biography will resonate with inventive readers young and old.
No restrictions on your remixing, redistributing, or making derivative works. Give credit to the author, as required.
Your remixing, redistributing, or making derivatives works comes with some restrictions, including how it is shared.
Your redistributing comes with some restrictions. Do not remix or make derivative works.
Most restrictive license type. Prohibits most uses, sharing, and any changes.
Copyrighted materials, available under Fair Use and the TEACH Act for US-based educators, or other custom arrangements. Go to the resource provider to see their individual restrictions.