Flow Diagrams & Pseudocode Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a flow diagram?

A

Something that is used to represent a given algorithm.

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

What are flow diagrams for?

A

Used to visually represent different types of steps.

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

What are the arrows for within flow diagrams?

A

Represents the flow of control or what to execute next.

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

What is pseudocode?

A

A common way of representing an algorithm.

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

What is pseudocode for?

A

A way to write out algorithms using code-like statements - intended to be readable & easy to understand

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

What is the purpose of pseudocode?

A

Used to plan algorithms - focusing on logic & steps of an algorithm

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

What is pseudocode NOT?

A

An actual programming language.

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

What are the standard shapes in flow diagrams?

A

Oval, rectangle, parallelogram & diamond

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

What is the oval shape represented for in flow diagrams?

A

The start & end of a program

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

What is the rectangle shape represented for in flow diagrams?

A

To represent a process

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

What is the parallelogram shape represented for in flow diagrams?

A

To represent an input or output

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

What is the diamond shape represented for in flow diagrams?

A

To represent a decision

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

What comes first (shapes) in flow diagrams?

A

1) Oval 2) Rectangle 3) Parallelogram 4) Diamond

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