language Flashcards

1
Q

what is low level language?

A

only understood by the computer. hard to understand by people.

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

what is high level language?

A

understood by humans and English.

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

what is a compiler?

A

a software program that translates high-level language (HLL) code written by developers into machine code with all the code at the same time.

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

what is an interpreter?

A

a software program that translates high-level language (HLL) code written by developers into machine code line by line.

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

what is an IDE?

A

a software application that helps programmers develop software code efficiently

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

what are common tools available in an IDE?

A

-editors
-error diagnostics
-run time environment

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