ITPEC FE Morning April 2020 Question 24

Source exam: ITPEC FE Morning April 2020Topic: Software Development

ITPEC FE Morning April 2020 — Question 24 of 80

Radio Button — select one item from a group of mutually exclusive options.

A radio button lets the user pick exactly one option from a set where choices are mutually exclusive.

GUI component comparison:
- Radio button — one selection from mutually exclusive items

- Checkbox — one or more selections from a group

- Drop-down list — one selection from a list that appears when activated

- Combo box — select from a list or type a custom value

Why not others:
- (a) — describes a combo box (list + text input)

- (b) — describes a drop-down list (appears on activation)

- (d) — describes checkboxes (multiple selections allowed)

Key rule: Radio buttons = mutually exclusive single selection; checkboxes = multiple selection allowed.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.