C Question Given by Chokallingam Sir
C Question Given by Chokallingam Sir
Net framework
Unit I
Part I
1. Briefly explain .Net framework architecture (pg 15 to 19)
2. Briefly explain tokens in C#. (Keywords, identifiers, literals, operators, punctuators) 39
3. Briefly explain Data types or Types( value type, reference type) 44 to 50
4. Explain Boxing and Un boxing with an example 55
5. What is jagged array? explain
Part II
6. Briefly explain operators and expression with an example. 60
7. Explain if else, nested if, switch, for statements with an example. 84
8. What are methods in C#, Explain method parameters? ( Value, Reference, Output, Parameter
arrays) 126 to 134
Or
Explain briefly the method of implementing the using and alias directives with suitable example
9. Explain Structures and enumerations with an example. 171
Unit II
Part I
1. Explain Inheritance and polymorphism.
2. What is the need of Interface? How multiple inheritances achieved in C#. (Thru interface)? What is
the use is of is operator in interface?
Part II
3. What is Overloading? What are the operators cannot be overloaded in C# (253). Or Explain
Complex number addition thru operator overloading.
4. What is class? How objects are initialized in C#
5. Explain all different types of constructors in C#.
6. What is the need of delegates and events? Explain in detail. 263
7. Explain Try, Catch, throw and finally blocks.
Unit III
Part I
1. Write short notes for the following controls
(a) Checkbox (b) Radio button (c) List box
(d) Month calendar
Unit IV
Part I
1. What is ASP.NET? Explain ASP.Net object model. Differentiate ASP and ASP.Net
2. What is the need of validation control? Explain with sample source code.
3. What is User control? How to create DLL or EXE application.
4. Write the web based application to implement a ticket status system.
Part II
5. What is Web service? Explain with sample web service.
Unit V
Part I
1. Briefly explain Assemblies and versioning
2. What is attributes and Reflection? Explain with source code.
3. What is Marshaling? How application domains are implemented.
4. Features of CLR?
Part II
5. What is remoting?
6. What is thread? Explain with source code and how synchronization will work.