Vb.net Questions
Vb.net Questions
UNIT-II:
● .NET Framework: Explain the architecture, CLR, MSIL, and Common Type System.
● Visual Studio Basics: Steps to create a project and event-driven programming
concepts.
● Key Programming Tasks: Code to demonstrate variables, data types, and methods.
UNIT-III:
● Variables & Flow Control: Scope, lifetime, conditional statements, and loops.
● GUI Programming: Designing forms with controls like TextBox, Label, and Button.
Practical tasks to show/hide forms or handle events.
UNIT-IV:
UNIT-V:
High-Probability Questions:
Here’s a list of important questions categorized by unit, based on the syllabus provided. These
cover conceptual and practical aspects that are commonly asked in exams:
UNIT-I:
UNIT-II:
UNIT-III:
1. What is the scope and lifetime of a variable in VB.NET? Explain with examples.
2. Write a program in VB.NET to demonstrate the use of arrays.
3. Explain the use of collections in VB.NET. Provide examples.
4. Write a program using a loop statement to display numbers from 1 to 10.
5. Explain the MsgBox and InputBox functions in VB.NET.
6. Write a VB.NET program to show and hide forms using a Button control.
7. Design a simple GUI application using TextBox, Label, and Button.
UNIT-IV:
UNIT-V: