1 |
What is the efficiency of a solution based on in terms of the given paremeters. |
- A. Numbers of lines of code
- B. amount of memory available
- C. Number of steps executed
- D. Complexity of the solution
|
2 |
What is the disadvantage of using a flowchart. |
- A. Easy to understand
- B. Difficult to modify
- C. Time saving
- D. Easy to understand for people who don't know flowchart symbols
|
3 |
Discover the principles that caue the patterns of a problem is called. |
- A. Generalization
- B. Design
- C. pattern Recognition
- D. Deconstruction
|
4 |
The loops which are never going to end are called. |
- A. Finite loops
- B. Infinite loops
- C. Intermediate loops
- D. Simple loops
|
5 |
What is the characteristic of an algorithm that states that each step must be clear and lead to only one measning. |
- A. Clear and unambiguous
- B. Well-defined imputs
- C. Well -defined outputs
- D. Feasible
|
6 |
Whih of the followign is not a rule for drawing flowcharts. |
- A. Use conventional flowchart symbols
- B. Label all flow lines
- C. Every flowchart must have start and endpoints
- D. Flow lines cna cross each other
|
7 |
What the purpose of arrow in a flowchart. |
- A. To link different processes in the flowchart
- B. To indicate the start and stop points
- C. To represent input or output
- D. To indicate the direction of flow within the same process
|
8 |
Whcih step involves creating a set of instructions to solve a sprblem. |
- A. Decomposition
- B. Algorithm Design
- C. Generalization and Abstraction
- D. Pattern recongnition
|
9 |
The loops which hae to be terminated are called. |
- A. Infinite loops
- B. Simple loops
- C. Intermediate loops
- D. Finite loops
|
10 |
The sequence where we repeat a specific set of instructions, again and again, is called. |
- A. Condition
- B. Sequence
- C. Loop
- D. All
|