Jump to main content

Ninth Grade, Computer Science Projects, Lessons, Activities (36 results)

Filter by
Lesson Plan Grade: 9th-12th
Using the Netlogo platform to run simulations of a basic neural network called the perceptron, students explore a basic, yet powerful, model of machine learning as they are challenged to understand the logic. Students engage in the perceptron model and discover a weakness of the model. The students then move on to run simulations on Netlogo with the multi-layer perceptron which overcomes the weakness in the original perceptron model. Engineering Connection Machine learning… Read more
Science Fair Project Idea
Scientific Method
Use sound recording and analysis software to record voices of your family members. Can you figure out ways to identify each family member by just looking at the analyzed sound patterns from their voice (e.g., spectral frequency analysis)? Develop a hypothesis about what types of sound analysis will identify an individual. Have a helper record additional test files of your family members, without telling you which file belongs to whom. Unplug your computer speakers and see if you can… Read more
Science Fair Project Idea
Scientific Method
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
Science Fair Project Idea
Scientific Method
If you are interested in space travel and willing to do some coding, this project is for you! It uses FreeFlyer®—powerful software that allows you to simulate space travel—to explore essential mission questions. Space travel is complex. Many factors influence the trajectory of a spacecraft. Simulations like the ones generated by FreeFlyer are powerful, as they allow you to analyze each factor in isolation, and then visualize the effects in various ways. Once you familiarize… Read more
Science Fair Project Idea
Scientific Method
The first man-made satellite, the Sputnik 1, was launched in 1957. As of late 2020, more than 2,600 man-made satellites orbit Earth, with a little over 70% of them in low Earth orbit. If you would like to delve into how satellites and their sensors are configured, or into how their orbits are planned—and do not shy away from a little programming—this project is for you! With the help of FreeFlyer®—powerful software that allows you to simulate satellite orbit and… Read more
Science Fair Project Idea
Scientific Method
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
Science Fair Project Idea
Scientific Method
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
Science Fair Project Idea
Scientific Method
Many websites ask you to answer "security questions," like "What is your mother's maiden name?," to recover your account if you ever forget your password or login ID. However, sometimes the answers to those questions are easy to find online. Does this pose a risk to the security of important accounts like email and online banking? Are people even aware that this information about them is available online? In this project, you will investigate how secure people think security questions are, and… Read more
Science Fair Project Idea
Scientific Method
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
Science Fair Project Idea
Engineering Design Process
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
< 1 2 3 4 >
Top
Free science fair projects.