We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 23
Interview Questions Answers pdf .com
GEER / AER VTE QUES TIONSANSWERSERF.COM
Questions (http://interviewquestionsanswerspdf.com/category/visual-basic-multiple-
choice-questions/) » 100 REAL TIME VISUAL BASIC Multiple Choice Questions
and Answers
100 REAL TIME VISUAL BASIC Multiple
Choice Questions and Answers
1 Download PDF (Free) Download Here m1 2
2 Google Cloud Platform Scale on Google's Infrastructure wih Securtyatits Cre. Contact:
3. Start Download - View PDF comer rom doc POF, POF to Doc Sip} Win The Free
Ads by Google
C Question and Answers dC Excel VBA )
C Multiple Choice Question ) C Computer Software )
Below are The list of top 100 Visual Basic multiple choice questions and answers
for freshers beginners and experienced pdf free download.
Visual Basic Multiple Choice Questions and
Answers
1. The Visual Basic Code Editor will automatically detect certain types of
errors as you are entering code.
A. True
B. False
Ans: A
2. Keywords are also referred to as reserved words.
A. True
B. FalseAns: A
3. The divide-and-conquer-method of problem solving breaks a problem into
large, general pieces first, then refines each piece until the problem is
manageable.
A. True
B. False
Ans: A
Visual Basic
VISUAL BASIC Multiple Choice Questions and
Answers
4. Visual Basic responds to events using which of the following?
A.acode procedure
B. an event procedure
C. a form procedure
D. a property
Ans: B
5. When the user clicks a button, is triggered.
A. an event
B.amethod
C. asetting
D. a property
Ans: A
6. What property of controls tells the order they receive the focus when the tab
key is pressed during run time?
A. Focus orderB. Focus number
C. Tab index
D. Control order
Ans: C
7. Sizing Handles make it very easy to resize virtually any control when
developing applications with Visual Basic. When working in the Form
Designer, how are these sizing handles displayed?
A. Arectangle with 4 arrows, one in each corner, around your control.
B. A3-D outline around your control.
C. A rectangle with small squares around your control.
D. None of the above.
Ans: C
8. The Properties window plays an important role in the development of
Visual Basic applications. It is mainly used
Ato change how objects look and feel.
B, when opening programs stored on a hard drive.
C. to allow the developer to graphically design program components.
D. to set program related options like Program Name, Program Location, etc.
Ans: A
9. When creating a new application in Visual Basic, you are asked to supply a
name for the program. If you do not specify a name, a default name is XXXXX
XXXXX is this default name?
‘A. Wapplication followed by a number.
B. Application followed by a number.
C. WindowsApplication.
D. WindowsApplication followed by a number.
Ans: C,B