New game
Download
Get Academic Plan
Share game
Fill in the Blanks
Fill in the Blanks

0478: Section 4 Software - IDE

Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

0478: Section 4 Software - IDE

Fill in the Blanks

Played 12

About this activity

SOFTWARE - IDE

Created by

Singapore

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
0478: Section 4 Software - IDE
 

Fill in the Blanks

0478: Section 4 Software - IDEOnline version

SOFTWARE - IDE

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

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.