New game
Download
Get Academic Plan
Share game
Froggy Jumps
Froggy Jumps

AP CSP Quick Practice

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

AP CSP Quick Practice

Froggy Jumps

Played 66

About this activity

AP CSP Practice

Created by

United States

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
AP CSP Quick Practice
 

Froggy Jumps

AP CSP Quick PracticeOnline version

AP CSP Practice

by Elias Randall
1

What does the term 'abstraction' help programmers do?

2

Which data type best represents a true/false value?

3

Which programming concept is about performing the same operation on every item in a collection?

4

What is the primary purpose of the internet in computing?

5

Which cybersecurity practice helps protect data by converting it into unreadable form?

6

Which scenario demonstrates data collection feeding an app’s features?

7

What is a function in programming?

8

Which model emphasizes solving problems by decomposing into smaller parts?

9

Which characteristic describes the effects of a program on the real world?

10

What is the main purpose of an IP address on the Internet?

11

When information is sent across the Internet, it is usually:

12

What is the role of the Domain Name System (DNS)?

13

Which statement best describes a fault tolerant system?

14

A student creates a program that asks users to enter their favorite movie and then stores the answer. What is this an example of?

15

Which of the following is an example of abstraction in programming?

16

A programmer writes a loop that runs 10 times. What is the main purpose of the loop?

17

A photo is stored using 8 bits per pixel. What does this mean?

18

A programmer is testing a program using several different inputs to see if it works correctly. This process is called:

19

Which of the following best describes binary data?

20

A program needs to store the names of 50 students. Which data structure would best organize this information?

21

Which of the following best describes the purpose of a router on the Internet?

22

Which of the following situations is an example of computing innovation affecting society?

23

A list contains the following values: 0, 1, 2, 3

24

Which of the following best explains why redundancy is used on the Internet?

25

Why are packets numbered when data is sent across the Internet?

26

x ← 4 x ← x + 3 DISPLAY(x)

27

num ← 10 num ← num - 4 num ← num + 2 DISPLAY(num)

28

count ← 0 REPEAT 3 TIMES { count ← count + 2 } DISPLAY(count)

29

x ← 8 IF x < 5 { DISPLAY("LOW") } ELSE { DISPLAY("HIGH") }

30

total ← 0 FOR i ← 1 TO 4 { total ← total + 1 } DISPLAY(total)

31

nums ← [3, 6, 9, 12] DISPLAY(nums[2])

32

nums ← [4, 7, 2] nums[2] ← 10 DISPLAY(nums[2])

33

nums ← [2, 4, 6, 8] nums[3] ← nums[1] + nums[2] DISPLAY(nums[3])

34

nums ← [5, 10, 15] sum ← nums[1] + nums[3] DISPLAY(sum)

35

A list contains the following values [7, 3, 9, 5] Which code correctly displays 9?

36

Which situation best demonstrates parallel computing?

37

Which scenario is an example of computing bias?

38

x ← 5 x ← x + 2 DISPLAY(x)

39

x ← 4 REPEAT 2 TIMES { x ← x + 3 } DISPLAY(x)

40

nums ← [3, 6, 9] DISPLAY(nums[1])

41

42

x ← 3 IF x > 5 { DISPLAY("A") } ELSE { DISPLAY("B") }

43

x ← 10 IF x ≥ 10 { x ← x + 5 } DISPLAY(x)

44

nums ← [4, 7, 2] nums[2] ← 9 DISPLAY(nums[2])

45

nums ← [5, 10, 15] DISPLAY(nums[2] - nums[1])

46

x ← 6 IF x MOD 2 = 0 { DISPLAY("Even") }

47

What is displayed? nums ← [2, 4, 6] DISPLAY(nums[3])

48

x ← 2 REPEAT 4 TIMES { x ← x + 1 } DISPLAY(x)

49

x ← 1 REPEAT 3 TIMES { x ← x + x } DISPLAY(x)

50

x ← 9 DISPLAY(x MOD 4)

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.