logo

Question detail

Which description correctly identifies nested selection?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Programming

Exam-style question

Try this first

Which description correctly identifies nested selection?.

  1. A.A selection structure placed inside another selection structure
  2. B.A loop that always executes exactly twice
  3. C.A sequence of assignments with no conditions
  4. D.A subroutine that cannot contain any other statement

Model answer

What a good answer should say

  • A selection structure placed inside another selection structure

Explanation

Why this works

Nested selection means that one selection, such as an if statement, is contained within another selection structure.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.