PROGRAMING USING VISUAL BASICS 2020-merged
PROGRAMING USING VISUAL BASICS 2020-merged
1255
BCA/D-17
PROGRAMMING USING VISUAL BASIC
Paper: BCA-355
Note: Attempt five questions In all, selecting at least one question from each Unit. Q. No.
1is compulsory. All questions carry equal marks.
Compulsory Question
Unit-I
3. What is User Interface? And how we can design user interface. Explain with
suitable example.
Unit-II
4. (a) What is a variable and also discuss variable constructing rules in detail.
7. (a) How will you declare a two-dimensional array in VB? Explain with suitable
Example
(b) Differentiate between do loop and while wend loop.
Unit-IV
9. Design user interface for the following problem and write the code :
Take two textboxes, labels and command buttons give proper caption, textboxes
should take the values of length and width by clicking on command button. Display
the area of rectangle in label where (area = length * width).
BCA / D -18
PROGRAMMING USING VISUAL BASIC
PAPER – BCA – 355
COMPULSORY QUESTION
UNIT – I
Unit – II
Condition Status
Marks greater or equal to 90 Excellent
Marks greater than or equal to 75 and less than
90 Very Good
Marks greater than or equal to 50 and less than
75 Pass
Unit – IV
8 (a) Write a program to generate a series of
prime no.
(b) Explain the arguments passing by reference or
by values.
Compulsory Question
UNIT–I
UNIT–II
1206//KD/312 [P.T.O.
5. Explain various data types in VB. 16
UNIT–III
UNIT–IV
1206//KD/312 2
1234
BCA/D-16
PROGRAMMING USING VISUAL BASIC
PAPER-BCA-355
Compulsory Question
1. (a) What is the significance of visual language and what is the reason to say VB as
visual language?
(b) Explain various types of variables in visual basic with examples.
(c) Differentiate between static and dynamic arrays in Visual Basic.
(d) Discuss the concept of general and event procedures in Visual Basic.
Unit-I
Unit-II
4. How do we carry out input and output in Visual Basic? Explain the various
controls for input and output with examples.
Unit-III
6. Explain various decision control statements in Visual Basic. Write their syntax
and give examples.. Write a program in visual basic to design calculator for basic
operations of addition, subtraction, multiplication and division.