Unit 3 Flashcards
1
Q
Algorithm
A
A precise sequences of instructions that can be executed by a computer
2
Q
API
A
A collection of commands by available by a programmer
3
Q
For loop
A
Loops that have a predetermined beginning, end and increment
4
Q
High level programming language
A
Any high level functionality is encapsulated as a combination of low level programs
5
Q
Iterate
A
Repeated task to achieve a goal
6
Q
Selection
A
If statement
7
Q
Sequencing
A
Putting blocks in order
8
Q
Program statement
A
A command or instruction
9
Q
Event driven programming
A
Some program statement that are run by a event, like a mouse clicking
10
Q
Incremental design process
A
A approach that breaks the program into smaller pieces and make sure it’s perfect before adding it to the whole