unit32 lesson6 Flashcards

1
Q

IDE, or integrated development environment.

A

An IDE gives a programmer access to all the tools that they will need in one place, through a single graphical user interface (GUI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Source Editor

A

This is basically an enhanced text editor, that is tailored towards writing computer code. Often, the source editor will pick up keywords that are used regularly in computer coding, and automatically give them a color and a bold font, so that you can read your code more easily.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Debugger

A

IDEs have built-in debugging tools. These include detecting and underlining problematic lines of code and printing error messages when you run the program. Coding can be complex and technical, and requires a very high level of precision, so there are inevitably errors that need to be fixed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Test Generator

A

One such piece of software is a test generator, which produces test data along with its expected results, which can then be compared to what the software actually produces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Analyzer

A

Analyzers measure the speed and efficiency of your software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

compiler

A

a compiler translates code into machine language or binary code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly