+
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...
+
Worksheet
Math Worksheets Land

Adding Objects in Rectangular Arrays - Step-by-Step Lesson

For Students 1st - 2nd Standards
These aliens will be familiar to any mathematicians who have seen Toy Story! Use an array of them to practice addition and writing number sentences. Because this learning exercise includes the explanation to its one problem, project it...
+
Lesson Plan
Curated OER

"Just Cruising"

For Teachers 4th - 6th
Practice writing the same number sentence in a variety of ways. Learners will explore math cruise ship problems to write equivalent sentences. Then complete word problems which have been included in multiple languages.
+
Lesson Plan
K20 LEARN

Prime Time

For Teachers 6th Standards
How many prime numbers are there between 1 and 100? By using a prime time resource, your scholars should be able to answer this question. Using arrays, they determine if numbers are prime or composite, and then write a prime...
+
Assessment
1
1
California Education Partners

Window Washers

For Students 3rd Standards
Aim high with a task on window washers. An assessment task challenges learners to determine the number of windows two people wash. They do this using a given number of window rows on each side of a building. In addition, they find the...
+
AP Test Prep
College Board

GridWorld: A Curriculum Module for Computer Science

For Students 10th - 12th
Stretch out the grid. Teaching modules provide suggestions on how to use the case study, GridWorld, throughout the year as opposed to only right before the exam. The instructional units provide suggestions for presentations, assignments,...
+
AP Test Prep
College Board

Team Problems in Computer Science

For Students 10th - 12th
There is no I in team. Seven team problems provide classmates the opportunity to work with a partner on a task. Projects span the course and require pupils to apply their knowledge. Tasks range from writing the algorithm in English to...
+
AP Test Prep
College Board

GridWorld Case Study

For Students 10th - 12th
The gridline is not just for Friday. Created for the first year, the GridWorld case study was part of the Computer Science course, the resource provides suggestions for integrating it throughout the course. Four instructional components...
+
AP Test Prep
College Board

Using the Java Collections Hierarchy

For Teachers 10th - 12th
Collect a set of collections. Professional development material provides teachers with information about collections that are in AP Computer Science. Materials include teaching strategies, sample labs, and worksheets. Educators use the...
+
AP Test Prep
College Board

2005 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
Four free-response questions from the 2005 AP® Computer Science exam show pupils how topics appear on the test. Scholars use the questions to practice coding skills in preparation, while teachers use the items to determine what concepts...
+
AP Test Prep
College Board

1999 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
Assess an array of using coding. Pupils develop code to respond to four questions dealing with arrays. The questions range from determining who in a list are seniors and generating a pattern for a quilt. The questions are the first time...
+
AP Test Prep
College Board

2000 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
Coding works for other fields. The free-response questions for AP Computer science require pupils to develop code to solve a problem. Problems range from creating a histogram to developing an encryption program. Teachers use the...
+
AP Test Prep
College Board

2002 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
Find the data in an array. Questions for the 2002 AP® Computer Science exam provide opportunities for practice using their ability to use an array structure. Four questions provide different scenarios to use arrays. Pupils then create...
+
AP Test Prep
College Board

2007 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
Stay tuned for a programming announcement. The resource contains the four free-response questions from the 2007 AP® Computer Science exam. Teachers and pupils use the questions to understand how topics appear on exams. The items cover...
+
AP Test Prep
College Board

2008 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
Get the code right. A detailed resource provides pupils and teachers of computer science courses with released items from the 2008 exam. Questions range from studying code in a case study to creating code to perform specific tasks....
+
AP Test Prep
College Board

2003 AP® Computer Science A Free-Response Questions

For Students 10th - 12th
You deserve a C++. Released items from the last year of C++ programming for the AP Computer science course provides opportunities to practice. Pupils use the questions to develop their programming skills by finding solutions to the...
+
Lesson Plan
Microsoft

Arrays

For Teachers 6th - 8th
Zoos are just elaborate arrays. Scholars learn the meaning of arrays and how to create them in Minecraft. Applying this knowledge, they write a program to create a zoo within the game's world. They also complete an independent project...
+
Assessment
Illustrative Mathematics

Counting Dots in Arrays

For Students 2nd Standards
Mathematical arrays can represent several different math skills, including counting groups, multiplication, and even area. In this specific task, learners are asked to identify the addition equations that are equal to a 3 x 4 array....
+
Organizer
Curriculum Corner

Academic Math Vocabulary

For Students 2nd - 4th
The ABCs of math are so important. Find commonly used math terms in a 42-page packet. Each page has the word, a place to write the definition, and a place to give specific examples of the term. A must-have for all math classrooms!
+
Lesson Plan
Code.org

Canvas and Arrays in Apps

For Teachers 9th - 12th
Scholars learn how to make a digital canvas and fill it with artwork by creating a drawing app using the canvas element. The activity requires learners to previous knowledge of arrays and return commands to draw images.
+
Lesson Plan
Code.org

Processing Arrays

For Teachers 9th - 12th
Scholars use a playing card activity to help them develop a program to find the minimum value of a list. They learn to use for loops to write code that will process lists. 
+
Lesson Plan
Code.org

Image Scroller with Key Events

For Teachers 9th - 12th
Discover how to embed images in lists. Scholars modify an existing app to include an image scroller in the 17th lesson of the series. They learn to refactor code and remove redundancies after modifying code.