Explore topic-wise MCQs in Visual Basic.

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Visual Basic knowledge and support exam preparation. Choose a topic below to get started.

1.

__________ is used to remove a component of the form after a certain period of time.

A. Timer
B. Exit button
C. Remove button
D. Delete button
Answer» B. Exit button
2.

__________ is used to close both the code from code editor and control from the form.

A. Me.close()
B. This.close()
C. Close All
D. Close()
Answer» B. This.close()
3.

__________ button is used to select a control from the form.

A. Exit button
B. Select button
C. Edit button
D. Delete button
Answer» B. Select button
4.

__________ is used to delete a certain code from the code editor window.

A. Edit
B. Delete
C. Truncate
D. Free
Answer» C. Truncate
5.

What happens when a control is deleted from a form?

A. Does not delete the control s code
B. Does delete the control s code
C. Control is deleted in total
D. Control is not deleted, it can be brought back
Answer» B. Does delete the control s code
6.

Which event occurs each time an interval is elapsed in the timer?

A. Tick
B. Click
C. Elapse
D. Count
Answer» B. Click
7.

The timer state is determined by __________

A. State property
B. Timer control
C. Enabled property
D. Visible property
Answer» D. Visible property
8.

The purpose of __________ is to process code at one or more regular intervals.

A. Timer control
B. Process control
C. Code editor
D. Interval control
Answer» B. Process control
9.

The __________ is used to store controls that do not appear in the user interface during runtime.

A. Control tray
B. Timer tray
C. Components tray
D. Store tray
Answer» D. Store tray
10.

A timer control is instantiated using __________

A. Timer tool
B. Control tool
C. Stopwatch tool
D. Timer Control Tool
Answer» B. Control tool