+1 vote
in Class 12 by kratos

Lakshmi works for a school. She wishes to create controls on a form for the following functions. Choose appropriate controls from TextField, Label, RadioButton, CheckBox, ListBox, ComboBox, Button and write in the third column.

| S.No. | Control used to | Control |
| (i) | Enter Admission number | |
| (ii) | Select Stream | |
| (iii) | Select Subject | |
| (iv) | Clear the Form | |

1 Answer

+3 votes
by kratos
 
Best answer

(i) TextField

(ii) ListBox / ComboBox

(iii) CheckBox

(iv) Button

...