Gr10 1.1 - Thinking for Computers Flashcards

1
Q

Computer Program

A

A solution which makes use of fixed, specific values and steps in solving a problem

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

Abstract Solutions

A

A solution which makes use of general concepts and variables in solving a problem.

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

Algorithm

A

A sequence of steps that can be followed in order to solve a specific problem

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

Concrete Solution

A

A solution which makes use of fixed, specific values and steps in solving a problem

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

Flowchart

A

A diagrammatic visual representation of the sequence of steps required to solve a problem

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

Problem Solving

A

Working out the steps required to reach a desired state based on a given set of starting values

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

Pseudo code

A

Structured, language based way of presenting an algorithm, similar to the methods of recipes in a cookbook. Short and clear step by step instructions

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