Programming Flashcards
1
Q
Algorithm:
A
Step-by-step procedure for solving a problem
2
Q
Pseudocode:
A
Informal high-level description of a computer program
3
Q
Variable: Storage location with associated symbolic name
A
Storage location with associated symbolic name
4
Q
Data type
A
Classification of data (integer, string)
5
Q
Iteration:
A
Repeated execution of code block
6
Q
Recursion:
A
Method where function calls itself
7
Q
Debugging:
A
Process of finding and fixing errors in code