+1 vote
in Class 12 by kratos

Jaina is creating a form for her practical file. Help her to choose the most appropriate controls from List Box, Combo Box, TextField, TextArea, Radio Button, Check box, Label and Command button for the following entries from user.

(i) A message "Enter Name" in front of a Text Field.

(ii) An input to choose more than one subjects from a set of given choices.

(iii) An input for entering comments of user.

(iv) An input for accepting the residential area out of Rural and Urban as options.

1 Answer

+5 votes
by kratos
 
Best answer

(i) Label

(ii) ListBox/CheckBox.

(iii) TextArea (Most Appropriate answer) or TextField [Also acceptable]

(iv) RadioButton/ComboBox [Most Appropriate answer] or Text Field [Also acceptable]

...