50+ MCQ’s On Visual Basic | Computer Systems and Applications

11. Which of the following is not a valid property of a Form?
(a) Name
(b) Caption
(c) Text
(d) ForeColor

12. Which of the following is not a valid property of a Label?
(a) Name
(b) Caption
(c) Text
(d) ForeColor

13. Which of the following is not a valid property of a Text Box?
(a) Name
(b) Caption
(c) Text
(d) ForeColor

14. of the following is not a valid property of a Command Button?
(a) Name
(b) Caption
(c) Text
(d) ForeColor

15. Which of the following is not a valid property of a Frame?
(a) Name
(b) Caption
(c) Text
(d) Enabled

16. Which of the following is not a valid property of a Check Box?
(a) Name
(b) Caption
(c) Text
(d) Enabled

17. Which of the following is not a valid property of an Option Button?
(a) Name
(b) Caption
(c) Text
(d) Enabled

18. Which of the following is not a valid property of a Command Button?
(a) Default
(b) Caption
(c) Text
(d) Cancel

19. If ______ property of a Command button is set to True then by pressing ‘Esc’ key from the keyboard the Command get selected automatically
(a) Default
(b) Caption
(c) Cancel
(d) TabIndex

20. If ______ property of a Command button is set to True then by pressing ‘Enter’ key from the keyboard the Command get selected automatically
(a) Default
(b) Caption
(c) Cancel
(d) TabIndex

Answers: 11-c, 12-c, 13-b, 14-c, 15-c, 16-c, 17-c, 18-c, 19-c, 20-a

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *