easyFPSCNTSCSSPPSCFIAOTSIBASTSECATProgramming & Databases
Answer explanation
Explanation included
Practice quiz ready
Question

Which programming structure is used to repeat a block of code?

ALoop
BComment
CConstant
DClass declaration

Choose an option to check yourself, or reveal the answer and explanation instantly.

Continue practising this MCQ topic

Use these links to review the full topic, start a timed quiz, or open the exam hub connected with this question.

Previous
Which loop is generally most suitable when the number of iterations is known in advance?
Next
What is an algorithm?

Related Programming & Databases MCQs

View all

Test Yourself

Take a full quiz on Programming & Databases

Start Quiz

Exam Coverage

Trust

Answer is visible after reveal
Explanation helps learning
Free topic quiz available

Subject

Programming & Databases

Save your progress

Create a free account to bookmark MCQs and track weak areas.

Register Free
Start QuizNext MCQ
Answer and explanation

Correct Answer: A: Loop

Explanation: A loop repeatedly executes a block of code while a condition remains true or for a specified number of iterations. Common loop structures include for loops, while loops and do-while loops. Loops reduce duplication and are useful when processing collections or repeated calculations.

Continue practice

More Programming & Databases MCQs with answers

Use these links to review related questions, practise the full topic, or open the exam preparation pages connected with this MCQ.

Related questions

Topic and exam paths