Back to the full dot-point answer
EnglandComputer ScienceQuick questions
Programming
Quick questions on Sequence, selection and iteration - Eduqas GCSE Computer Science
5short Q&A pairs drawn directly from our worked dot-point answer. For full context and worked exam questions, read the parent dot-point page.
What is two separate ifs instead of elseif?Show answer
Using independent if statements can let more than one branch run; elseif/else ensures exactly one branch is chosen.
What is an infinite loop?Show answer
A condition-controlled loop must contain something that can change the condition (such as reading new input), or it never stops.
What is q1?Show answer
Name the three programming constructs. [1 mark]
What is q2?Show answer
State which kind of loop you would use to repeat a block exactly 20 times. [1 mark]
What is q3?Show answer
State one difference between a count-controlled and a condition-controlled loop. [1 mark]
Have a question we have not covered?
This dot-point answer is short enough that we have not extracted many short questions yet. Read the full dot-point answer or ask Mo, our study assistant, in the chat for follow ups.