Crear
Descargar
Obtener Plan Académico
Compartir juego
Froggy Jumps
Froggy Jumps

AP CSP Quick Practice

Intégralo en tu plataforma

Puedes integrar el juego en un LMS compatible con LTI 1.1 o LTI 1.3 como Canvas, Moodle, o Blackboard. De esta manera podrás guardar las puntuaciones automáticamente en el libro de calificaciones de esa plataforma.
Descargar
Has superado el número máximo de juegos que puedes integrar en Google Classroom con tu Plan actual.

Para integrar tantos juegos como quieras en Google Classroom, necesitas un Plan Académico o un Plan Comercial.

Has superado el número máximo de juegos que puedes integrar en Microsoft Teams con tu Plan actual.

Para integrar tantos juegos como quieras en Microsoft Teams, necesitas un Plan Académico o un Plan Comercial.

La descarga de juegos es una característica exclusiva para usuarios con un Plan Académico o un Plan Comercial.

Obtén ahora tu Plan Académico o Comercial y comienza a integrar tus juegos en tu LMS, web o blog.

Si lo deseas, puedes descargar un juego de prueba aquí y probar su integración:

AP CSP Quick Practice

Froggy Jumps

Jugadas 66

Sobre esta actividad

AP CSP Practice

Creada por

Estados Unidos

Descarga la versión para jugar en papel

Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad

Top juegos

%
Anónimo
Anónimo
%
%
%
Has superado el número máximo de juegos que puedes imprimir con tu Plan actual.

Para imprimir tantos juegos como quieras, necesitas un Plan Académico o un Plan Comercial.

Imprime tu juego
AP CSP Quick Practice
 

Froggy Jumps

AP CSP Quick PracticeVersión en línea

AP CSP Practice

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

¿Estás seguro que quieres abandonar la página?

Al abandonar la página perderás el progreso del juego.