1 |
Which of the following best defines computational thinking? |
- A. An approach that ignores real world applications
- B. A Problem solving approach that employs systematic , algorothmic and logical thinking
- C. A technique used exclusively in computer programming
- D. A method of solving problem using mathematicla alulations only.
|
2 |
Which of the following is an example of pattern recognition in computational thinking? |
- A. solving problems without breaking them into smaller parts
- B. Designing a new algorithm for every problem
- C. Identifying trends in data to predict future outcomes
- D. Writeing a programin multiple programming languages.
|
3 |
Breaking down the larger problems into smaller manageabe ones and working on them one by one is called. |
- A. Abstraction
- B. Algorithm design
- C. Pattern Recognition
- D. Decomposition
|
4 |
Which stepin computatinal thinking involves creating a sequence of steps to solve a problem. |
- A. Pattern recogntion
- B. Abstraction
- C. Decomposition
- D. Algorithmic design
|
5 |
Which of the following is a principle of computational thinking? |
- A. Ignoring problem understanding
- B. Iplementig random solutions
- C. Problem simplification
- D. a Voiding solution design
|
6 |
Which technique has drawn a pictorial representation of athe solution? |
- A. Prototype
- B. Pseudo
- C. Debugging
- D. Testing
|
7 |
Dry running a flowchart involves |
- A. Writing the code in a programming language
- B. Testing the flowchart with sample data
- C. Converting the flowchart into pseudocode
- D. Ignoring the flowchart details
|
8 |
What is the purpose of an oval shape symbol in flowcharting? |
- A. Start and End
- B. Decision
- C. Connector
- D. Process
|
9 |
Algorithms are |
- A. List of data
- B. Graphical representations
- C. Repetitive patterns
- D. Steps by step instructions for solving a problem
|
10 |
Which symbol in the flowchart is used to either start or end the flowchart. |
- A. Process
- B. Decision
- C. Connector
- D. Terminal
|