intro to problem solving - flowchart Flashcards

1
Q

define flowchart

A

visual representation of each task and how the tasks will flow to produce the full program

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

terminal in flowchart

A

oval shape
indicates starting and ending

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

input / output in flowchart

A

parallelogram shape
symbolises input or output

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

process in flowchart

A

rectangle shape

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

predefined process in flowchart

A

rectangle shape with three columns

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

decision in flowchart

A

diamond shape

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

basic control structures

A

sequential
selection
repetition

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

sequential

A

straightforward execution of one processing step after another

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

basic computer operations in flowchart

A

receive information
assign values
perform arithmetic
display information

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

two types of selection

A

if else
case statement

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

conditions in if else selection

A

yes or no
true or false

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

repetition

A

allow tasks to be done repeatedly
controlled by setting certain condition

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