Programming Flashcards

1
Q

Algorithm:

A

Step-by-step procedure for solving a problem

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

Pseudocode:

A

Informal high-level description of a computer program

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

Variable: Storage location with associated symbolic name

A

Storage location with associated symbolic name

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

Data type

A

Classification of data (integer, string)

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

Iteration:

A

Repeated execution of code block

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

Recursion:

A

Method where function calls itself

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

Debugging:

A

Process of finding and fixing errors in code

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