Unit 3 Flashcards

1
Q

Algorithm

A

A precise sequences of instructions that can be executed by a computer

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

API

A

A collection of commands by available by a programmer

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

For loop

A

Loops that have a predetermined beginning, end and increment

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

High level programming language

A

Any high level functionality is encapsulated as a combination of low level programs

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

Iterate

A

Repeated task to achieve a goal

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

Selection

A

If statement

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

Sequencing

A

Putting blocks in order

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

Program statement

A

A command or instruction

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

Event driven programming

A

Some program statement that are run by a event, like a mouse clicking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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