Flowchart Flashcards

1
Q

What are Flowcharts ?

A
  • Help visualize what is goin on & help understand processes
  • Find problems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When are flowcharts used ?

A

While designing & documenting simple processes or programs

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

What are the FIVE flowchart symbols ?

A

Start / End
Arrows
Input / Output
Process
Decision

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

What does ‘Start /End’ look like ?

A

An oval

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

What does ‘Arrows’ look like ?

A

A line is connected that shows the relationship between the shapes

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

What does ‘Input / Output’ look like ?

A

A parellelogram

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

What does ‘Process’ look like ?

A

A rectangle

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

What does ‘Decision’ look like ?

A

A diamond

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

What is Sequencing ?

A

The main logical structure of Algorithms of Programs where the instructions are presented in a Specific Correct Order

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

What does a Sequence contain ?

A

Any number of instructions but each must run in the order they are represented

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

What is Selection ?

A

Programming construct where a section of code in run only if a condition is met

The process of Making a Decision

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