Créer jeu
Télécharger
Obtenir Plan Académique
Partager le jeu
Froggy Jumps
Froggy Jumps

AP CSP Quick Practice

Intégrez-le à votre plateforme

Vous pouvez intégrer le jeu dans un LMS compatible avec LTI 1.1 ou LTI 1.3 comme Canvas, Moodle ou Blackboard. Les scores seront ainsi automatiquement enregistrés dans le carnet de notes de la plateforme.
Télécharger
Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Google Classroom avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Google Classroom, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Microsoft Teams avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Microsoft Teams, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Le téléchargement du jeu est une fonctionnalité exclusive pour les utilisateurs avec un Plan Académique ou un Plan Commercial.

Obtenez votre Plan Académique ou Plan Commercial dès maintenant et commencez à intégrer vos jeux dans votre LMS, votre site Web ou votre blog.

Si vous le souhaitez, vous pouvez télécharger une jeu de test ici et tester son intégration:

AP CSP Quick Practice

Froggy Jumps

Parties jouées 66

À propos de cette activité

AP CSP Practice

Créé par

United States

Téléchargez la version pour jouer sur papier

Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

%
Anonyme
Anonyme
%
%
%
Vous avez dépassé le nombre maximum de jeux que vous pouvez imprimer avec votre Plan actuel.

Pour imprimer autant de jeux que vous le souhaitez, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Imprimez votre jeu
AP CSP Quick Practice
 

Froggy Jumps

AP CSP Quick PracticeVersion en ligne

AP CSP Practice

par 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)

Voulez-vous vraiment quitter la page ?

En quittant la page, vous perdrez la progression du jeu.