Crear
Descargar
Obtener Plan Académico
Compartir juego
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:

0478 SECTION 7: PSEUDO KEY TERMS/CODING

Ordenar Letras

Jugadas 4

Sobre esta actividad

FUNCTION - PROCEDURES - DATATYPES.

Creada por

Singapur

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
0478 SECTION 7: PSEUDO KEY TERMS/CODING
 

Ordenar Letras

0478 SECTION 7: PSEUDO KEY TERMS/CODINGVersión en línea

FUNCTION - PROCEDURES - DATATYPES.

por Jonathan Dunsby
1

A data structure used to store a fixed-size, ordered collection of elements that are all of the same data type.

        
  
  
  
2

Creates a variable and specifies its data type.

3

Data type used to represent numbers with decimals.

4

Refers to a whole number (positive, negative, or zero) that does not have a fractional or decimal part.

5

Data type used to represent a sequence of characters (letters, numbers, or symbols), primarily for storing and handling text. Typically enclosed within double quotes.

6

Will provide a value of either true or false.

7

Specifies which path are looking into when deciding which path to take.

8

Allows the algorithm how many times to repeat any action that follows.

     
  
  
9

Used if data stored is 1 character or symbol.

10

Allows you to store information in rows and columns

     
  
  
11

Names given to various program elements such as variables, constants, functions (subroutines), & arrays. Act as labels that allow programmers to refer to these elements within the algorithm, making the code more readable and understandable to humans

12

An arithmetic operator for integer division, which calculates the quotient (the whole number result) and discards any remainder.

13

Calculates the remainder left over after one number is divided by another. It is distinct from division, focusing solely on what remains. Commonly used to determine if a number is even/odd or to cycle through a set range of values.

14

Makes the pseudocode more readable, and easier to update if the value of the constant changes

15

Must refer to a variable. The value may be any expression that evaluates to a value of the same data type as the variable.

16

Operators used for logical conditions to compare/check values. e.g. > < =

17

A loop which runs when a given condition is being met - once it is no longer met - the loops end and moves to the next line of code.

  
  
18

A POST CONDITION LOOP WHICH CARRIES ON - UNLESS A CONDITION IS MET/CHANGES

     
  
  
19

A set of code/instructions which can be called upon using the call command and identifier assigned to the set of commands.

20

Similar to a procedure but they also return a single value to point to - their definition also includes the data type of the value returned.

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

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