1 |
What is the purpose of the "modulus" operation in analgorithm |
- A. To stor evalues in a varibale
- B. To determing the remainder of a division
- C. To compare two numbers
- D. To perform arithmetic operations
|
2 |
In.......... flow steps are executed only if certain condition is true. |
- A. Repetitive
- B. Sequential
- C. Conditional
- D. None
|
3 |
The purpose of decomposition in algorithmic thinking is to |
- A. Solve a specific probloem
- B. Design new and improved systems
- C. Break down complicated problems into smaller problems
- D. Identify the sequence of operations
|
4 |
What is the final step in most algorithms. |
- A. Start
- B. Input
- C. Output
- D. Stop
|
5 |
What is the final step in the systematic problem-solving process. |
- A. Problem definition
- B. Problem aalysis
- C. Planning solution
- D. Selecting the best solution
|
6 |
---------- is process of defining and decomposing of a problem. |
- A. Problem analysis
- B. Planning solution
- C. Problem identification
- D. test solution
|
7 |
A problem is considered easy whenit. |
- A. Requires a lot of resources to solve.
- B. Requires a lot of time to solve
- C. Can be solved in simple steps, even if it is large
- D. Is not possible to solve.
|
8 |
What is the reslut of an unclearly defined problem. |
- A. It requires guess work
- B. It is easily solvable
- C. It contains ambiguity
- D. It has a clear goal
|
9 |
How many steps are there in the problem solving process. |
|
10 |
What does algorithmic thinking provide a unique way to solve. |
- A. Problems is general
- B. A specific problem
- C. A new and improved system
- D. Irreleveant detail
|