Créer jeu
Télécharger
Obtenir Plan Académique
Partager le jeu
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:

0478 SECTION 7: PSEUDO KEY TERMS/CODING

Ordonner les Lettres

Parties jouées 4

À propos de cette activité

FUNCTION - PROCEDURES - DATATYPES.

Créé par

Singapore

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

Ordonner les Lettres

0478 SECTION 7: PSEUDO KEY TERMS/CODINGVersion en ligne

FUNCTION - PROCEDURES - DATATYPES.

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

Voulez-vous vraiment quitter la page ?

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