1 |
--------- represents an algorithm in pictural form |
Flowchart
Pseudocode
Computational thinking
None
|
2 |
In Algorithm, we use repeat or repeat forever to represent. |
Sequence
Selection
Loop
All of these
|
3 |
------- tell us to take the right path based onsome test. |
Algorithm
Condition
Flowchart
Pseudocode
|
4 |
A collection of instructions to solve a problem simply described in plain english is called. |
Flowchart
Algorithm
Pseudocode
All of these
|
5 |
Represents the imput and output instructions i a flowchart. |
Parallelogram
Circle
Diamond
Rectangle
|
6 |
Represents the processing instructions in a flowchart. |
Oval
Circle
Rectangle
Diamond
|
7 |
Used to connect varios sections of a flowchart. |
Rectangle
Oval
Diamond
Circle
|
8 |
If some of the instructionsin an alorithm are executed based on some condition, the flow execution is called. |
Algorithm
Loop
Selection
Sequence
|
9 |
A finite sequence of activities to be processed for getting a task done from a given input. |
Flowchart
Algorithm
Computational thinking
All of these
|
10 |
It is important to learn ............. also for the developmentof computer programs. |
Algorithm
Flowchart
Computational thinking
All of these
|