Visual Basic ViVa Question
Visual Basic ViVa Question
Kanchan(KHMS)
Visual Basic (XI+XII)
Viva Questions
Q1. What is interface?
Ans. Interface is the visual part through which user interact with application.
Q2. What is control?
Ans. The icons with which the user interacts are called control.
Q3. What are various types of control available in VB?
Ans. (A) Intrinsic control: The control that always found on toolbox.
(B) Active X control: It is interactive objects that can reside on any form that
support OCX (OLE control) controls. e.g. Some standard Active X controls
12. String(5,”*”)=*****
Description:- (Print given character given no of times)
13. String(4,”ABC”)=AAAA
Description:- (Print first character given no of times from a string)
14. String(6,66)=BBBBBB
Description:-(Print character B(because ASCII value of B is 66 given no of times)