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 4 Software - IDE

Compléter

Parties jouées 12

À propos de cette activité

SOFTWARE - IDE

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 4 Software - IDE
 

Compléter

0478: Section 4 Software - IDEVersion en ligne

SOFTWARE - IDE

par Jonathan Dunsby
1

An Integrated Development ( IDE ) is used by to aid the and of programs . There are many different IDEs available ; some just support one programming language , others can be used for several different programming . You may be using PyCharm ( for Python ) , Visual Studio ( for Visual Basic ) or BlueJ ( for Java ) as your IDE .

2

IDEs usually have these features :

» code
» a
» a runtime environment with a
» diagnostics
» - completion
» auto -
» an auto - documenter and .

3

Code editor
A code editor allows a program to be written and edited the need to use a text editor . This up the program development process , as editing can be done without to a different piece of software each time the program needs or adding to .

4

Translator

Most IDEs usually provide a , this can be a compiler and / or an interpreter , to enable the program to be . The interpreter is often used for the program and the compiler to produce the version of the program to be used .

5

A runtime environment with a debugger

A debugger is a program that runs the program under and allows the programmer to step through the program a at a time ( single stepping ) or to set a breakpoint to stop the of the program at a certain point in the source code . A report window then shows the contents of the variables and expressions at that point in the program . This allows the programmer to see if there are any logic in the program and check that the program as intended .

6

Error diagnostics and auto - correction

Dynamic error checking finds possible errors as the program is being typed , the programmer at the time and provides a suggested . Many errors can therefore be found and corrected program writing and editing the program is run .

7

Auto - completion

Code editors can offer - sensitive prompts with text for variable and reserved words .

8

Auto - documenter and prettyprinting

IDEs can provide an auto - documenter to the function and of programming .
Most code editors code the words in the program and lay out the program in a way ? this is called .

Voulez-vous vraiment quitter la page ?

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