College Board
2004 AP® Computer Science A Free-Response Questions
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...
College Board
2006 AP® Computer Science A Free-Response Questions
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...
College Board
2009 AP® Computer Science A Free-Response Questions
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...
Math Worksheets Land
Adding Objects in Rectangular Arrays - Step-by-Step Lesson
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 worksheet includes the explanation to its one problem, project it as an...
Curated OER
"Just Cruising"
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.
K20 LEARN
Prime Time
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...
California Education Partners
Window Washers
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...
College Board
GridWorld: A Curriculum Module for Computer Science
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,...
College Board
Team Problems in Computer Science
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...
College Board
GridWorld Case Study
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...
College Board
Using the Java Collections Hierarchy
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...
College Board
2005 AP® Computer Science A Free-Response Questions
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...
College Board
1999 AP® Computer Science A Free-Response Questions
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...
College Board
2000 AP® Computer Science A Free-Response Questions
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...
College Board
2002 AP® Computer Science A Free-Response Questions
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...
College Board
2007 AP® Computer Science A Free-Response Questions
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...
College Board
2008 AP® Computer Science A Free-Response Questions
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....
College Board
2003 AP® Computer Science A Free-Response Questions
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...
Microsoft
Arrays
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...
Illustrative Mathematics
Counting Dots in Arrays
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....
Curriculum Corner
Academic Math Vocabulary
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!
Code.org
Canvas and Arrays in Apps
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.
Code.org
Processing Arrays
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.
Code.org
Image Scroller with Key Events
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.