Event Driven Programming With Visual Basic Previous Pager (Sem4) Unit 1
Event Driven Programming With Visual Basic
Sem 4
UNIT 1
1) What is event driven programming? Describe the components of Visual Basic IDE.
2) Define the following terms -
i) Variable
ii) Constants
iii) Operator
4) Write a program in VB to check whether the given number is palindrome or not?
5) Explain in the detail Integrated Development Environment.
6) Explain different Data Types supported in Visual Basic.
8) Explain the concept of Do WHILE… LOOP. Write an application to check inputted number is palindrome or not.
9) Explain, why VB is know as event driven
programming?
10) Write a program in VB to check the number is positive, negative or zero.
11) Explain various control structures in VB.
12) If 1st of this month is on Monday write a program in VB to enter a date and display the day coming on that date.
13) Explain Integrated Development Environment (IDE) in brief.
14) What is dialog box? Explain input box ( ) and msgbox ( ) in detail.
15) Design form that gives five choices of colors and to choose any one color using option button and change the face color of textbox.
16) Explain conditional statements supported by visual basic with suitable example.
17)What is IDE? Explain elements of IDE in detail.
18)Explain select --- case with suitable example.
19)Write a note on :
i) Explicit Declaration
ii) Implicit Declaration
20) Write a program in VB to check entered number is a palindrome or not.
21)Design form that gives five choices of colors and to choose any one color using option
button and change the face color of textbox.
22)Explain With --- End with suitable example.
Post a Comment