Programming in .
NET with C# (2021, 2022, 2023, 2024)
Unit I Introduction of .net
1. What are the different components of .NET?(2022)
2. What do you know about CTS?(2022)
3. Write full form of CLR.(2021)
4. What is delegate in .NET?(2022)
5. What are the different types of assemblies?(2022)
6. What is the full form of GUI?(2021)
7. Write any five features in .Net framework.(2021)
8. How is it possible for .NET to support many languages?(2022)
9. What is the meaning of immutable?(2022)
10. Explain MVC?(2022)
11. Explain the basic workflow that takes between source code, a given .NET compiler and
DLL code?(2022)
12. What is the difference between custom and user control?(2022)
13. Explain the different parts of the assembly?(2022)
14. Explain .Net framework and its properties.(2021)
15. What is .net?(2023)
16. What is MSIL?(2023)
17. Define docking tab?(2023)
18. What is CLR?(2023)
19. Explain features and architecture of .net?(2023)
Unit 2 Variables & Control flow statements
1. Why loop is useful in .Net?(2021)
2. Write short notes on:(2021)
a. Type casting
b. Scope of variable
3. Write brief explanation on data types.(2021)
4. Differentiate between variable and constant.(2021)
5. What do you mean by conditional statement?(2021)
6. Explain different types of loop in .net?(2023)
7. Discuss following? Scope and life time of variable? Array and collection(2023)
Unit 3 Subroutines & Functions
1. Define class.(2021)
2. What do you mean by Exception in .Net?(2021)
3. Give the definition of object oriented programming.(2021)
4. What do you mean by method overloading, explain briefly?(2021)
5. Differentiate between Message Box and Inputbox.(2021)
6. Define constructor?(2023)
7. Discuss overriding?(2023)
8. Explain Msgbox and Input box(2023)
9. Define Interface?(2023)
Unit 4 Working with Forms
1. What do you mean by an event?(2021)
2. Write five common properties of Label.(2021)
3. Write a GUI program in .NET for demonstrating Addition(+), Subtraction(-), Multiplication(*),
and Division(/).(2021)
4. Differentiate between Combobox and Listbox.(2021)
5. What is checkbox?(2023)
Unit 5 Database programming with ADO.NET
1. What is OLEDB?(2023)
2. Explain data Adapter and data set?(2023)
3. What is ADO.net? write down steps to create connection in ADO.net?(2023)
Unit 6 Introduction to C#
1. What is the role of C#?(2022)
2. What is a method in C#?(2022)
3. What is an indexer in C#?(2022)
4. How you can define constant in C#?(2021)
5. Write name of five common controls in C#.(2021)
6. What do you mean by function in C#?(2021)
7. Explain exception handling in C# with suitable examples.(2021)
8. Write a function to add two integers in C#.(2021)
9. What is meant by object pooling?(2022)
10. What is CSC.exe? List the different output options available in C# compiler?(2022)
11. What do you know about boxing and unboxing?(2022)
12. Explain various expression and operators in C#?(2023)
13. Define following in C#(2023)
a) Exception Handling
b) Indexes
c) Classes
d) Objects
14. Define namespace?(2023)
Unit 7 Object oriented programming C#
1. Write a C# program to do the following on Complex numbers C1 and C2 using
overloading C1+C2, C1-C2, and C1!=C2?(2022)
2. What is object lifetime? Explain the sequence of events involved in finalization
process?(2022)
3. What are delegates? Explain the concepts of multicast delegate with example?(2022)
4. What is encapsulation? Explain the two ways of enforcing encapsulation with example
each?(2022)
5. What are the different types of constructor in C#?(2022)
6. What are delegates?(2023)
7. What is pointer in c#(2023)
BCA Part III (2024)
Part-A
1. List any three OOPs concepts.
2. List any three features for .NET framework.
3. State the purpose of throw keyword in c#.
4. Write any three differences between value type and reference type in c#.
5. Define an interface in c#.
6. Write any three properties of Windows List Box Control.
7. What is deploying of windows application?
8. What is dataset in ADO.NET?
9. Mention the steps for creating a web application.
10. List various data validation controls.
Part-B
11. Explain the need of common type system.
12. Define and explain explicit type conversion with an example.
13. List the steps for creating a web application.
14. What is the purpose of solution explorer? Explain.
15. How to declare a 2D array in C# .NET with an example?
Part-C
Unit-I
16. a. List advantages of CLR in .NET.
b. Write short note on Visual Studio IDE help system.
17. a. Explain various data types in C#.
b. What is name space explain.
Unit-II
18. Explain the creation of menus with short cut keys at design time.
19. Explain about designing and coding simple form by suitable example.
Unit-III
20. Explain data set, data adapter, data provider with a simple example.
21. What is recursion? Write a C# console program to implement recursion concept.