1 |
Which symbol represents the start or stop point in a flowcart. |
- A. Arrow
- B. Terminal
- C. Decision
- D. Input/Output
|
2 |
What is the purpose of the "Mod"% in programming. |
- A. To add two integers
- B. To multiply two integers
- C. To take the remainder of an integer
- D. To divide two integers
|
3 |
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
|
4 |
Which symbol represents a process in a flochart. |
- A. Terminal
- B. Arrow
- C. Action/Process
- D. Decision
|
5 |
The loops which have to be terminated are called. |
- A. Infinite loops
- B. Finite loops
- C. Simple loops
- D. INermediate loops
|
6 |
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
|
7 |
Which of the following is an example of coputations thingking |
- A. Recipe to bake a cake
- B. Reding a bicycle
- C. Listening to music
- D. Painting a picture
|
8 |
Which of the following is not a cornerstone of Computatonal Thingking? |
- A. Decomposition
- B. Pattern reongnition
- C. Generalization and Abstraction
- D. Probability calculation
|
9 |
Which does the diamond symbol represent in a flowchart. |
- A. Input/Output
- B. Arrow
- C. Terminal
- D. Decision
|
10 |
Whcih step involves creating a set of instructions to solve a sprblem. |
- A. Decomposition
- B. Algorithm Design
- C. Generalization and Abstraction
- D. Pattern recongnition
|