Which design method uses graphical symbols connected by arrows?
MCQs — Computational Thinking & Algorithms
Practice questions for Computer Science.
Which design method describes the steps using short, English-like statements?
Why is a design method used before writing the program?
How does a flowchart differ from pseudocode?
A group needs to see at a glance how a solution branches into yes and no decisions. Which method suits best?
Ali writes numbered steps in ordinary English: 1. Input two numbers, 2. Add them, 3. Display the sum. Which design method has he used?
Can pseudocode be run directly on a computer?
Which flowchart symbol is used to show Start and End?
Which flowchart symbol is used for input and output?
Which flowchart symbol is used for a process such as a calculation?
Which flowchart symbol is used to show a decision?
What is a flowchart?
Why does a decision symbol have two exits?
Which is a rule for drawing a flowchart?
What do the arrows in a flowchart show?
In a flowchart that checks whether a number is positive, which symbol should contain the text 'Is the number greater than 0?'
A flowchart reads the radius, calculates the area and displays it. Which is the correct order of symbols after Start?
A flowchart runs: Start, input A, input B, Sum = A + B, print Sum, End. What is printed if A = 7 and B = 5?
A flowchart runs: Start, input N, 'Is N greater than 10?' If Yes print Big, if No print Small, End. What is printed if N = 8?
A flowchart sets Count = 1. While Count is 3 or less, it prints Count and adds 1 to Count. What is printed?
🎯 How to get the most out of these questions
- Attempt each question before revealing the answer.
- Read the explanation even when you answered correctly — it reinforces the concept.
- Note down any question you got wrong and revisit it the next day.
- Use the pagination below the list to work through every page — do not stop at page 1.
📌 MCQs — FAQs
Are the answers in this section verified?
Yes — every answer on this page has been verified. MCQs also include explanations where available.
Can I print these questions?
Yes — use your browser's print option (Ctrl+P / Cmd+P) to print or save the page as PDF.
How often are questions updated?
New questions are added regularly. If a paper pattern changes, existing questions are reviewed and updated.