Test Flashcards

1
Q

What are the main features of an IDE?

A

If a text editor is used, the program will have to be complied with using program software. More advanced software known as an Integrated Development Environment (lDE) provides programmers with all of the facilities required to complete the development of an application from coding to testing.

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

What are the 5 elements that IDE consists of?

A

Source code editor
Compiler
Debugger
GUI builder
solution explorer

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

What is a compiler?

A

Converts all of the source code into machine code before executing it. Performs syntax analysis, if statements are not structured properly it generates a list of errors to help optimize the code.

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

What does translation consist of?

A

Assembler, interpreter, and compiler

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

What is an interpreter?

A

It translates source code one line at a time. The processor executes a line of code before translating the next line.

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

What is an assembler?

A

Translates assembly language into machine code.

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