Algorithms And Flowcharts Flashcards

1
Q

Algorithm

A

A series of steps to solve a problem

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

Flowchart

A

A way of showing an algorithm using symbols and arrows

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

Sequence

A

Following a flowchart or algorithm in Order Is called a sequence

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

Selection

A

Choosing which path to follow from a decision is called selection

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

Iteration

A

Repeating sections of a flowchart or algorithm with loops is called iteration

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

Process

A

An action or command within a flowchart

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

Input

A

Data is passed from the user to the algorithm

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

Output

A

Data is passed from the algorithm to the user

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

Decision

A

A yes or no question will decide which part of the algorithm to go to next

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

Variable

A

A box in the computer’s memory used to store data

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

Scratch

A

An online program used to create games and animations with code blocks

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