1. |
_____ is used to display a short text or an image, it is a non-editable text control.
|
||||||||
Answer:
Option (b) |
2. |
Which of them is correct Label class constructor?
|
||||||||
Answer:
Option (d) |
3. |
_____ enables an application to have some action executed when the application user clicks the button.
|
||||||||
Answer:
Option (a) |
4. |
Which of the following is incorrect Button class constructor?
|
||||||||
Answer:
Option (b) |
5. |
When a button is clicked, the following event is sent.
|
||||||||
Answer:
Option (b) |
6. |
_____ is used to provide more than one choices to the user.
|
||||||||
Answer:
Option (c) |
7. |
Which of the following is incorrect CheckBox class constructor?
|
||||
Answer:
Option (a) |
8. |
Which of the following control is used to implement multiple choice questions?
|
||||||||
Answer:
Option (c) |
9. |
Which of the following is correct implementation of RadioButton?
|
||||||||
Answer:
Option (a) |
10. |
_____ allows a user to enter a single line of unformatted text.
|
||||||||
Answer:
Option (d) |