1 |
Whcih of the following is the first step in problem solving according to computational thinking |
- A. Writing the solution
- B. Designing a flowchart
- C. Understanding the problem
- D. Selecting a solution
|
2 |
Which symbol in the flowchart is used to either start or end the flowchart. |
- A. Process
- B. Decision
- C. Connector
- D. Terminal
|
3 |
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
|
4 |
What is the purpose of a parallelogram shape in flowcharting. |
- A. Decision
- B. Input /output
- C. Connector
- D. start or End
|
5 |
Pattern recognition involves |
- A. Ignoring repetitive elements
- B. Breaking problems into smaller pieces
- C. Finding and using similarities within problem
- D. Writing detailed algroithm
|
6 |
Which of the following best describes compoutational thinking. |
- A. Breaking down a problem into smaller, manageable parts
- B. The process of performing mathemaical calculation
- C. Creating hardware solutions for computin
- D. Writeing complex algorithms only
|
7 |
Flowchart are used to |
- A. Identify patterns
- B. Code a program
- C. Represent algorithms graphcially
- D. Solve mathematical equations
|
8 |
Which is a graphical representation of an algorithm? |
- A. Matrix
- B. Graph
- C. Flowchart
- D. Solution
|
9 |
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
|
10 |
Algorithms are |
- A. List of data
- B. Graphical representations
- C. Repetitive patterns
- D. Steps by step instructions for solving a problem
|