Eighth Grade, Computer Science Projects, Lessons, Activities (50 results)
|
Select a resource
Sort by
|
Want to send coded messages to your friends? Can you write a simple letter-substitution encryption program in Python or JavaScript? How easy is it to break the simple code? Can you write a second program that "cracks" the letter-substitution code? Investigate other encryption schemes. What types of encryption are least vulnerable to attack?
Read more
Sleeping in class isn't allowed... unless you're a computer! In fact, the Environmental Protection Agency (EPA) suggests that putting your school's computers to sleep when they're not in use might reduce a school's energy bill significantly. In a study done at the North Thurston public schools in Olympia, Washington, EPA officials worked with the district to cut computer energy and costs by approximately $45,000 annually! How? By implementing a variety of power-management strategies for the…
Read more
Imagine trying to put a solar panel on your roof or outside your home to generate clean, renewable energy. Where would you put it so it generates as much power as possible throughout the day? What direction should it face? Is there a way to take measurements to find the best location before you install the panel? In this project, you will use a tiny programmable device called a micro:bit to record light data and find the best place to put your panel.
Read more
The Game of Life is the invention of the mathematician John Conway. It is a cellular automaton, consisting of a grid of squares that turn "on" or "off" depending on simple mathematical rules that involve neighboring squares. Depending on how the grid is first set up (i.e., the initial conditions), various interesting patterns appear. Can you write a Game of Life program in a programming language of your choice? If you are new to programming, check out these resources from the Raspberry Pi…
Read more
In this project you'll learn about how digital image files are encoded, and how digital images can be compressed so that the files take up less storage space and can be transmitted more quickly. You will also measure the quality of compressed and uncompressed images, which will give you important insights into the tradeoffs between file size and image quality.
Read more
What do you think about killing vampires? No, no, not the kind that drink people's blood, but the
kind that suck your power and money away. Equipment like televisions, computers, printers, and fax machines
all use electricity to operate, of course, but do you realize that this equipment might still be sucking electricity from the wall, even when you think it's turned off? These electricity-suckers are called vampire loads. In this science project, you will investigate how much power these…
Read more
Learn how to edit sound files so that you can manipulate the recorded sound mathematically. You can either find specialized audio editing software or do background research to teach yourself about sound file structure so that you can write your own simple program to manipulate sound files. Try arithmetic operations on the sound values (e.g., adding or subtracting a constant, multiplying or dividing by a constant). How do these operations alter the sound? Try other mathematical operations:…
Read more
Sudoku is an extremely popular puzzle game. You start with a 9x9 grid of squares, which contains three smaller 3x3 subgrids. Some of the squares are filled in with numbers 1 through 9. Your goal is to fill in the remaining blank squares such that each column, each row, and each 3x3 subgrid contains the numbers 1-9. No number can appear more than once in any column, row, or subgrid.
For a given starting puzzle, can you write a program to check if a Sudoku solution is valid using a programming…
Read more
STEM Activity
26 reviews
How do driverless cars know how to recognize different road signs? They use something called machine learning. In this activity you will teach a computer to recognize different road signs using photos that you take yourself and a tool called Teachable Machine by Google®. The better the training data, the more accurately the program will be able to recognize different types of signs.
Read more
Lesson Plan
Grade: 6th-8th
5 reviews
Classifying happy and sad faces is an easy task for most humans, but can we teach a machine to do it? In this fun lesson, students will use machine learning to try this out and see how easy it is for bias to creep in. This experiment requires no computer programming skills! In an optional extension, students will also use their imaginations to explore the potential benefits and dangers of artificial intelligence solutions. This lesson will give students an awareness of how prevalent artificial…
Read more
NGSS Performance Expectations:
|












