CBSE Class 10 Computer Applications Question 20 of 31

Solved Sample Paper 3 — Question 8

Back to all questions
8
Question

Question 18(i)

Differentiate between check box and radio button.

Answer
Radio ButtonCheckbox
Radio buttons are used when we want users to select only one option from a set of choices.Checkboxes are used when we want users to select multiple options from a list.
Radio buttons are typically represented as small circles or dots, and users can select only one of them at a time.Checkboxes are typically represented as small square boxes with a check mark inside them.
Selecting one option automatically deselects any previously selected option within the same group.Users can check or uncheck checkboxes independently.