Lesson 2: Algorithm Flashcards
1
Q
It is a detailed sequence of simple steps that are needed to solve a problem.
A
Algorithm
2
Q
It is a picture or graphical representation of the problem-solving process.
A
Flowchart
3
Q
What are the 2 elements of a flowchart?
A
1 Various geometrical shapes (representing the steps of the solution)
2. Directional arrows (connection showing the flow of the solution)
4
Q
What are the 3 uses of a flowchart?
A
- To specify the problem-solving method
- To plan the sequence of a computer program
- To communicate ideas and solutions
5
Q
Give the 5 common flowchart symbols.
A
- Oval
- Rectangle
- Diamond
- Arrow
- Parallelogram
6
Q
What do the common flowchart symbols represent?
A
- Oval - Terminator
- Rectangle - Process
- Diamond - Decision
- Arrow - Connector
- Parallelogram - Data
7
Q
What is the process in drawing a flowchart?
A
- Identify input and output
- Apply reasoning skills to solve the problem
- Use the appropriate symbols and arrows to show the sequence of steps
8
Q
It is a method of describing computer algorithms using a combination of natural language and programming language.
A
Pseudocode