Term 2 - Flow Charts Flashcards

1
Q

What does a parallelogram represent in a flow chart?

A

Input / Output

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

What does a rectangle with semi-circular ends represent in a flow chart?

A

Terminator (start or end)

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

What does an arrow represent in a flow chart?

A

Flow of data

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

What does a diamond represent in a flow chart?

A

Decision point

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

What does a rectangle represent in a flow chart?

A

A process

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

Which flow chart symbol (name or shape) is used for the following:
Locate the kettle

A

Process, Rectangle

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

Which flow chart symbol (name or shape) is used for the following:
Is the kettle full?

A

Decision, Diamond

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

Which flow chart symbol (name or shape) is used for the following:
Start

A

Terminator, Rectangle with semi-circular ends

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

In computer programming what is a variable?

A

A value that is held in memory and which can change while the program is running

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

In computer programming what is a loop?

A

A section of code that is able to be run more than once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
For safely crossing the road, which of these would be a decision?
A) Look left and right
B) Is the road clear both ways?
C) Stop at the end of the pavement
D) Cross the road carefully
A

B) Is the road clear both ways?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
For safely crossing the road, which of these would NOT be a process?
A) Look left and right
B) Is the road clear both ways?
C) Stop at the end of the pavement
D) Cross the road carefully
A

B) Is the road clear both ways?

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

Which of these statements would best describe/relate with the word Variable?
A) May include a button, a switch or a sensor
B) Assigns any value to a letter
C) Used when the same flow chart is being used several times

A

B) Assigns any value to a letter

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

Which of these statements would best describe/relate with the word Input?
A) May include a button, a switch or a sensor
B) Assigns any value to a letter
C) Used when the same flow chart is being used several times

A

A) May include a button, a switch or a sensor

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