Flowcharts Flashcards

1
Q

What is a diagram made up of?

A

symbols like diamonds or squares (didn’t know squares were so symbolic bro)

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

What does the diagram represent and how are steps shown?

A

It represents a sequence of events in the correct order from start to end in a flow from left to right or top to bottom (catch this flow does arm wave)

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

oval

A

begin/end (beninging)

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

parallelogram

A

input/output (going in tonight)

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

rectangle

A

process/calculations (processing this ict info)

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

rhombus

A

decision (sumn i cant make)

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

arrow

A

flow line and direction of progress (want my flow again bro)

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

flow charts start and end with what symbol and how many arrows leave said symbol

A

the oval (start and end) symbol and only 1 arrow leaves it (symbolic dude yah)

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

Every flowchart stage should be listed out in a _______ order and it should be _____, _____ and ____ __ ______

A

logical; clear; neat; easy to follow (opposite of me)

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

How many lines should come out from a process symbol?

A

one (uno)

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

How many flow lines may enter and leave a decision symbol?

A

one may enter but two or three may leave depending (uno out)

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

advantages of using flow charts

A

● Good way to communicate the details of a task or
process to others
● Excellent way of documenting each stage in the
process
● Help people analyze problems or bottlenecks in the
process
● When a new system is being developed, flowcharts
can act as a guide or blueprint for the programmer.

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

disadvantages of flow charts

A

● Some processes or tasks are so complex that it
becomes difficult to represent them clearly in a
flowchart
● If an alteration needs to be made to the system, the
flowchart might need to be redrawn. If it was created by
hand, this could take a lot of work.
● People need to understand what a flowchart is for and
what the different symbols mean. It can look quite
daunting until you are familiar with the symbols.

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

conditional statement explanation fully

A

A conditional statement is responsible for modifying the SEQUENCE of a flowchart.
A conditional statement is always used with a condition. The condition is evaluated first before executing the different outcomes
Conditions can either be TRUE or FALSE

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

decision making in flow charts

A

Decisions are made by evaluating a conditional statement or question
Conditional can have ONLY TWO outcomes. These are either TRUE or FALSE.
The condition is phrased like a question with a ‘Yes’ or ‘No’ answer and placed in the decision box
There are ONLY TWO arrows LEAVING a decision box
These arrows must be labelled ‘Yes’ or ‘No’

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