Unit 2.5. Programming Languages and IDE Flashcards

(10 cards)

1
Q

Programming language

A

A language understood by computers to produce computer software

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

High level language

A

A programming language closer to English in its commands, making it easier to learn/understand

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

Low level language

A

A programming language closer to machine code in its commands, making it harder to learn/understand

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

Translator

A

A piece of software which converts programming language into machine code which the computer can understand and execute

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

Compiler

A

A translator which converts code in one go.

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

Interpreter

A

A translator which converts code line by line

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

IDE

A

An Integrated Development Environment is a piece of software used by developers to write computer code, with features that make this easier.

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

Editor

A

A piece of software used to write computer code

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

Error Diagnostics

A

Tools to help locate and correct errors in code.

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

Runtime Environment

A

A tool which allows code to run on a system for which it was not
designed. (e.g. phone app on a computer)

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