adplus-dvertising

Welcome to the Application Development and Testing MCQs Page

Dive deep into the fascinating world of Application Development and Testing with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Application Development and Testing, a crucial aspect of Visual Basic. In this section, you will encounter a diverse range of MCQs that cover various aspects of Application Development and Testing, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within Visual Basic.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Application Development and Testing. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of Visual Basic.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Application Development and Testing. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Application Development and Testing MCQs | Page 7 of 8

Q61.
An application communicates with the user through __________
Discuss
Answer: (c).MessageBox
Q62.
One can display a message box using the __________ method.
Discuss
Answer: (d).MessageBox.Show
Q63.
Which is the caption part for the following Visual Basic command?
MessageBox.Show("Delete this record?","Payroll",MessageBoxButtons.YesNo,
MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button2).
Discuss
Answer: (b).“Payroll”
Q64.
When referring to the method’s return value in code, one should use the __________ value rather than the integer.
Discuss
Answer: (d).DialogResult
Q65.
You use the __________ constant to include the Exclamation icon in a message box.
Discuss
Answer: (c).MessageBoxIcon.Exclamation
Q66.
The text box’s __________ event procedure prevents user from entering a specified character.
Discuss
Answer: (a).KeyPress
Discuss
Answer: (c).The user types a character in the text area
Q68.
The procedure associated with the KeyPress event has __________ parameters.

a.

2

b.

3

c.

4

d.

1

Discuss
Answer: (a).2
Q69.
‘e’ parameter’s __________ property is used to determine the pressed key.
Discuss
Answer: (b).KeyChar
Q70.
‘e’ parameter’s __________ property is used to cancel the key if not accepted in the text area.
Discuss
Answer: (c).Handled
Page 7 of 8

Suggested Topics

Are you eager to expand your knowledge beyond Visual Basic? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!