Key Concepts Flashcards

(8 cards)

1
Q

Iteration

A

Do a set of statements again and again -looping

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

Selection

A

Based on a condition, allow your code to make choices - “branching”

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

Sequence

A

One statement after each other - line by line

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

Condition Controlled

A

Unsure of the number needed to loop

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

Count Controlled Loop

A

Certain number needed

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

Pseudo Code

A

One method you can use to describe an algorithm with words instead of an image

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

Algorithm

A

A set of instructions that help you to perform a task

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

Identifier

A

Name given to a variable

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