+
AP Test Prep
College Board

2004 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
What is important from the instruction? Using the questions, pupils and teachers see how the AP® Computer Science exam addresses topics. Scholars realize the importance of the case studies from the course. The released questions range...
+
AP Test Prep
College Board

2006 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
Inheritance is a programming problem. Released free-response questions allow pupils and teachers to experience the 2006 AP® exam phrases questions. The items range from the application of basic algorithms to using inheritance in a...
+
AP Test Prep
College Board

2009 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
Coding and decoding is part of the work. Pupils and teachers use the released questions from 2009 to gather information on how topics show up on the AP Computer Science exam. The four questions range from the array data structure to...
+
Unit Plan
Harvard University

Creative Computing

For Teachers K - 12th
Scratch the surface of computer coding. A seven-unit lesson guide provides a crash course on computer programming. It uses a programming language called Scratch.
+
Lesson Plan2:39
Code.org

Star Wars: Building a Galaxy with Code

For Teachers 6th - 12th
Welcome to the code side. The interactive lesson introduces coding in a game format with familiar characters. Young computer experts learn to develop code to control the interaction of the characters in the game. The activity ends with...
+
Lesson Plan
Code.org

The Need for DNS

For Teachers 9th - 12th
That's one complicated address book! To understand the need for a system that keeps track of addresses, pupils trying to find the IP address of their classmates. Then individuals change their IP addresses, which leads to research about...
+
Lesson Plan
Code.org

Encoding Color Images

For Teachers 9th - 12th
Color me green. The fourth lesson in a unit of 15 introduces the class to color images and how to encode color images using binary code and hexadecimal numbers — and they will quickly notice that it is easier to code the color for each...
+
Lesson Plan
Code.org

Sending Binary Messages

For Teachers 9th - 12th
Pairs build a device that will be able to send a binary message. They then update their device to allow it to send four possible messages before upping the ante to eight. The provided self-assessment rubric comes with reflection...
+
App
SurfScore

Kodable

For Students K - 6th
Prepare young scholars for life in the twenty-first century with this introduction to computer coding formatted as a fun problem solving game, this resource is a great way to develop children's sequential thinking skills.
+
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
American Institute of Physics

When Computers Wore Skirts: Katherine Johnson, Christine Darden, and the “West Computers”

For Teachers 9th - 12th Standards
Did you know that people, known as computers, performed the complex calculations that are now done by electronic computers? Three of these human computers, Katherine Johnson, Christine Darden, and Melba Roy Mouton are featured in a...
+
Activity
1
1
Teach Engineering

Java Programming: Testing the Edges

For Teachers 9th - 12th
Tests are no fun, but test cases are extremely helpful. Pupils work in groups to write a Java program that completes a given task. They come up with test cases to give to another group, then trade test cases to determine if their program...
+
Lesson Plan
1
1
Teach Engineering

Java Code: Does It Work? Test and Test Again

For Teachers 9th - 12th Standards
Testing software code can sure test one's patience. Future programmers learn about the importance of testing when writing code for computer software. They access the CodingBat website to test programs written in Java using three test...
+
Activity
NASA

Explore Mars With Scratch

For Teachers 3rd - 8th Standards
Learn what it takes to explore Mars in the comfort of a classroom. Individuals experiment with computer programming using a free online resource while learning about the factors affecting Mars Rover explorations. They create a...
+
Activity
NASA

Code a Mars Sample Collection Video Game

For Teachers 3rd - 8th Standards
Video game designer meets science in a lesson examining the science of space exploration. Young learners use online software to create a video game that mimics the process of sample collection on Mars. They must make appropriate...
+
Activity
NASA

Mars Rover Driver Board Game

For Teachers 3rd - 8th Standards
Driving a Mars rover is a challenging task. Learners play a board game that simulates the decisions scientists and engineers make while controlling the rover. Their task involves building a command sequence to get from point A to point B...
+
Activity
Smithsonian Institution

What's the Code? Coding Robot Movements Using Sound

For Teachers 4th - 8th
Tap into the desire to learn about computer codes. Pupils apply the Tap Code and the Polybius Square to send secret codes using sound. They design a code that tells a robot what movements to make and then test out their code using one of...
+
Activity
PBS

Code Creators

For Teachers 3rd - 8th
The lesson is real—even if the computer code isn't. Scholars learn about pseudocode, which simulates computer code using everyday language. They write pseudocode for simple actions, then have classmates guess the action from the written...
+
Lesson Plan

Create With Cozmo - Digital Workbook

For Teachers 1st - 6th Standards
Shared Resource Take your students on a creative coding journey with their very own robot buddy, Cozmo. (Cozmo robot not included.) Use code to teach new concepts to make and customize your own games and projects:Start off on Coder Level 1 and tackle...
+
Activity
Teach Engineering

Computer Simulation of an Artificial Neural Network

For Teachers 9th - 12th Standards
Ready to learn about machine learning? Pupils explore neutral networks and machine learning by analyzing the logic used in a single perceptron model. They consider its weaknesses and then use a multi-layer perceptron model to run...
+
Activity
Discovery Education

3D Printing Robots

For Teachers 9th - 12th Standards
What is water worth to you? The answer probably depends on many different variables. Learners explore the value of water in space and what it takes to transport the resource to locations in a galaxy far far away. They then consider...
+
Activity
Discovery Education

Artificial Intelligence

For Teachers 9th - 12th Standards
What makes human interaction different from interaction with computers? Learners consider the question as they build Turing tests to determine whether a computer thinks like a human. They begin by looking at current versions of Turing...
+
AP Test Prep
College Board

An Introduction to Polymorphism in Java

For Students 10th - 12th
Run a lesson on run-time polymorphism. An AP® curriculum module introduces polymorphism in Java. It identifies the five major types of run-time polymorphism and provides a brief description and example for each type.