VISUAL BASIC - 2 Sets
VISUAL BASIC - 2 Sets
PART-A
I. Choose the correct answer and write the full form of the following questions (5 x 1 = 5)
PART-B
7. What is Visual Basic? What are the Functions & Subroutines in VB?
PART-C
III. Answer any two form the following questions (2x10 = 20)
15. Explain about the Toolbox in VB and how do you work with your Projects?
Date : 27/02/2024 Marks : 50
PART-A
I. Choose the correct answer and write the full form of the following questions (5 x 1 = 5)
1. What will be the output of the following Visual Basic code, If the intnumber variable is
110?
If intnumber<=100 Then
Intnumber=intnumber*2;
Else
Intnumber=intnumber*3;
EndIf
2. Which of the following is commonly used to perform an immediate action when clicked in
Visual Studio?
a) Button control b) Close c) End d) Exit
5. Which of the following is the default name assigned to the label control in Visual Basic?
a) Label1 b) DefaultLabel c) Label0 d) NewLabel
PART-B
PART-C
III. Answer any two form the following questions (2x10 = 20)
* Concatenating Strings
* Formatting Strings
* Manipulating Strings
* Comparing Strings