1 |
Sometimes we want to repeat an action again and again which is called. |
- A. Deletion
- B. Copying
- C. Solution
- D. Iteration
|
2 |
------------ allows us to take a complex problem, understand what the problem is and develop possible solutiions. |
- A. Computational thinking
- B. Formulas
- C. Excel
- D. None of these
|
3 |
A finite sequence of activities to be processed for getting a task done from a given input. |
- A. Flowchart
- B. Algorithm
- C. Computational thinking
- D. All of these
|
4 |
--------- represents an algorithm in pictural form |
- A. Flowchart
- B. Pseudocode
- C. Computational thinking
- D. None
|
5 |
A collection of instructions to solve a problem simply described in plain english is called. |
- A. Flowchart
- B. Algorithm
- C. Pseudocode
- D. All of these
|
6 |
Represents the imput and output instructions i a flowchart. |
- A. Parallelogram
- B. Circle
- C. Diamond
- D. Rectangle
|
7 |
Developing a step-by-step approach for solving a problem is. |
- A. Decomposition
- B. Abstration
- C. Alogorithm Design
- D. Pattern Recognition.
|
8 |
If some of the instructionsin an alorithm are executed based on some condition, the flow execution is called. |
- A. Algorithm
- B. Loop
- C. Selection
- D. Sequence
|
9 |
There can be only one start and........... stop symbol in a flowchart. |
- A. One
- B. Two
- C. Three
- D. Four
|
10 |
------- is the placement of one object with in another object. |
- A. Hatliing
- B. Flowchart
- C. Nesting
- D. None of these
|