4. Computational Thinking, Problem-Solving and Programming
Selection — Quiz
Test your understanding of selection with 5 practice questions.
Practice Questions
Question 1
What is the main purpose of selection in a program?
Question 2
Which programming construct is most closely associated with selection?
Question 3
A program checks whether a student's mark is at least $50$ and prints 'Pass' if it is, otherwise it prints 'Fail'. What type of logic is being used?
Question 4
Which statement best describes a condition in selection?
Question 5
Why is selection useful in computational thinking?
