8.5 IDE's Flashcards

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

Give some problems with using notepad to edit source code

A
  • No line numbers
  • No syntax highlighting
  • No ability to run code directly inside the editor
  • No assistance in debugging code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IDE stands for

A

Integrated Development Environments

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

Examples of IDE’s

A

Visual Studio (code), IDLE, Pycharm

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

Give some IDE features

A

Line numbers, breakpoints, code folding, variable watching

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

Line numbers

A

Make it easy to see each new line of code

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

Syntax highlighting

A

Highlights where the colour of text changes to show different parts of the progrm

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

Error diagnostics

A

Help a programmer to find where they have made a mistake. It may be highlighted or underlined on the line they occur on

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

Breakpoints

A

Stops a program mid-way through running so they can step through code line by line

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

Run-time environment

A

Allows a programmer to test their progrm while it is running. It also means libraries that come with the language will be available to the programmer to use (basically to run program)

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