Visual Basic
Visual Basic
Section C
3. What do you mean by a loop? Explain the difference between the Do loop and For loop with
the help of suitable examples.
or
4. Explain
a) What are Relational Operators? Explain all the relational operators supported by visual basic
b) Discuss types of logical operators used in Visual Basic.
SECTION D
5. Define
a) Procedure and Sub procedure
b) What is Exception handling? Types of Exception
OR
6. What is Array ? How to create , declare and initialize one dimensional array?
SECTION E
7. What is String ? Explain Various properties and methods of string class with example .
Or
8. How to create a DateTime value in Visual Basic ? Explain Date time properties for getting
current date and time.