flowcharts Flashcards

1
Q

What are flowcharts?

A

A flowchart is a diagram that depicts a process system or computer algorithm.

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

How are flowcharts used?

A

They are used while designing and documenting simple processes or programs.

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

What do flowcharts help with?

A

They help visualise what is going which helps understand a process and find find flaws, bottlenecks and less obvious features within it.

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

What are the symbols callled?

A

The symbols are called start/end ,arrows, input/output ,process and decision.

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

What are the symbols represented by?

A

an oval, arrow, parallelogram, rectangle and a diamond

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

What is the difference between a sequential algorithm and selection algorithm?

A

A sequential algorithm is the order in which instructions occur and processed whereas selection determines which path a program takes when it is running.

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

What is a selection?

A

This is the process of making a decision.

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

What is sequencing?

A

the main logical structure of algorithms or programs

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

What is an algorithm?

A

An algorithm is any set of instructions that will solve a problem once followed in correct sequence or order.

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

What are the properties of an algorithm

A

The properties are definiteness,
finiteness ,input ,output and effectiveness

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