0% found this document useful (0 votes)
24 views

VPunit Wise Questions

This document contains 45 visual basic programming questions related to topics covered in units 1 and 2, including questions about visual basic features and uses, the integrated development environment, variables, data types, operators, control structures, procedures, arrays, modules, forms, controls, and menus. The questions cover basic concepts like variables, data types, and control structures as well as more advanced topics like custom and intrinsic controls, common dialog boxes, object-linked embedding, multiple document interface forms, and creating menus.

Uploaded by

Manoj BE
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

VPunit Wise Questions

This document contains 45 visual basic programming questions related to topics covered in units 1 and 2, including questions about visual basic features and uses, the integrated development environment, variables, data types, operators, control structures, procedures, arrays, modules, forms, controls, and menus. The questions cover basic concepts like variables, data types, and control structures as well as more advanced topics like custom and intrinsic controls, common dialog boxes, object-linked embedding, multiple document interface forms, and creating menus.

Uploaded by

Manoj BE
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

VISUAL PROGRAMMING UNIT WISE QUESTIONS

Unit-1&2
1) What is visual basic and explain areas of use?

2) Explain Features of Visual Basic? List advantages and disadvantages of Vb?

3) What is IDE?

4) What is project explorer? What is properties window?

5) What is the immediate window?

6) List any two applications created with VB?

7) What is an event and Event driven programming?

8) Explain different types of events in detail?

9)What is an event procedure?

10) Explain data types in Vb?

11) What is variant Data type?

12)What is variable and explain various ways of declaring the variables?

13) What is Option Explicit?

14)what is scope of variables and explain with examples?

15)What is constant? what are the two types of constants and explain?

16)Explain operators indetails?

17)Explain Format function with example?

18)Write a note on string functions?

19)What is Mid and InStr functions?

20)What is Rnd function?


21)Explain numeric Functions in detail?

22)What is Type conversion? explain Conversion functions?

23) Explain control statements in detail?

24)Explain select… case structure with example?

25)Explain Entry controlled loops with examples?

26)Explain exit controlled loops with examples?

27)Explain For…Next loop statement with example?

28)Explain for each …next loop statement?

29)Explain With ….End with statement with example?

30) What is an array? explain?

31)What is control array? Explain with the help of program?

32)Explain different types of procedures?

33)what is call by value and call by reference ?explain with the help of program?

34)Explain Input and Msgbox functions in detail?

35)Name different types of modules?

36)what is form object and explain its properties and methods?

37)Explain common properties of vb controls?

38)What are custom controls and intrinsic controls?

39)List and explain intrinsic controls?

40)Explain combo box in detail with example program?

41)What is difference between option button and check box?

42)Explain timer control in detail?


43)Explain Common dialog box control in detail?

44)what is OLE?

45) What is MDI and explain it with the help of example?

46)What is menu and write steps to create a menu?

You might also like