Computational Thinking 3-Other algorithims Flashcards

(5 cards)

1
Q

Define

Algorithim

A

An algorithm is a plan, a set of step-by-step instructions to resolve a problem.

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

How it works

Algorithim

A

Each instruction is identified and the order in which they should be carried out is planned.

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

Define

Pseudocode

A

This is a method of writing up a set of instructions for a computer program using plain English.

This is a good way of planning a program before coding.
Pseudocode is not a programming language, it is a simple way of describing a set of instructions that does not have to use specific syntax.

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

Define

Flowchart

A

A diagram that shows a process, made up of boxes representing steps, decision, inputs and outputs.

Flowcharts normally use standard symbols to represent the different instructions.

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

What do these shapes correlate to in flowcharts

  1. Oval
  2. Rectangle
  3. Arrow
  4. Diamond
  5. Parallelogram
A
  1. (Terminal symbol)
  2. (Process symbol)
  3. (Arrow Symbol)
  4. (Decision symbol)
  5. (Input/Output symbol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly