Computer Science, asked by nicky1908, 1 year ago

Shikhar is creating a form to enter user’s data for his project work. Help him to choose most appropriate controls from List box, Combo box, TextField, PasswordField, TextArea, RadioButton, Check box, Label and Command button for the following entries from user. (i) A control used for encrypted text. (ii) An input to choose from a list of grades. (iii) An input to enter remarks. (iv) An input to accept the gender.

Answers

Answered by aakashi
2
1) password field
2)check box or a radio button
3)text area
4)radio button

nicky1908: thanks! here i think 3) is text field
nicky1908: pls. do correct if i am wrong
aakashi: text field will allow a single line of text to be entered & since we need to enter the remarks we need a control that would allow multiple lines of text .
Similar questions