Translators and integrated development environments(IDE) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

high level languages

A

code is easy to read , understand and modify
must be translated to machine code before a computer is able to understand it
less memory efficient and slower

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

low level languages

A

very difficult to read understand and modify
commands in machine code meaning that it can be executed without the need of a translator
more memory efficient and faster

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

what are the 2 types of translators and what are they used for

A

compilers and interpreters and they are used to translate high level language into machine code

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

compiler

A

translates all of the source code at the same time creating 1 executable file
only needed once to create the executable file
returns a list of errors once the entire program has been compiled

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

interpreter

A

translates and runs the source code one instruction at a time but no executable file is created
needed every time you want to run the program
interpreter will stop once it finds the first error. this is useful for debugging

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

what is an IDE

A

an integrated development environment is a piece of software that provides features to help a programmer to develop their program

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

run-time environment

A

allows code to be run quickly within the IDE

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

explorer window

A

help navigate through programs

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

output window

A

show the output from a program when it is run

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

breakpoints

A

debugging tool, they stop the program on certain lines so can gather information like the value of variables

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