C# - IMP QUESTIONS FOR 2-3-5 MARKS FROM EACH CHAPTER.
CHAPTER – 1
2 – MARKS
(1) Explain Assembly and Meta data in brief.
(2) What is Reflection ? Why we need Reflection?
(3) Explain Boxing and Unboxing in brief.
(4) Explain Foreach loop with example.
(5) Explain If statement with Syntax and Example.
(6) What is .NET Framework ? Draw the Architectue of .NET Framework.
(7) Write note on types of projects in IDE.
(8) Explain Jagged Array with Suitable Example.
(9) What is name space? Explain in brief.
3 – MARKS
(1) What is .NET framework ? Explain its features.
(2) Explain Managed code and Unmanaged code.
(3) Explain Architecture of .NET Framework with different class.
(4) Write note on different operators.
(5) What is Reflection ? Why we need Reflection.
5 – MARKS
(1) Explain Data Types.
(2) Write note on Array.
(3) Write note on different Looping Statement.
(4) Explain Any 5 components of .Net Framework [ CLR,CTS,CLS,GC,JIT ]
CHAPTER – 2
2 – MARKS
(1) Explain Method with “ref” and “out” parameters.
(2) Explain Pointer with Unsafe Concept.
(3) Explain Get and Set Accessor properties
(4) Explain Method Overriding with Example.
(5) Explain Sealed Class with suitable Example.
(6) Explain Static and Non – Static Members.
(7) List out different Collection
3 – MARKS
(1) Explain Method with “ref” and “out” parameters.
(2) Explain Method Overloading with Example.
(3) Explain Constructor Overloading with Example.
(4) Explain Indexer with Example.
(5) Explain Operator overloading with Example.
(6) Explain Abstract class with Example.
5 – MARKS
(1) Write note on Delegates.
(2) Write note on Inheritance.
(3) What is interface ? Explain Interface Inheritance with Example.
(4) Explain Events.
CHAPTER – 3
2 – MARKS
(1) Give difference between Groupbox and Panel.
(2) Explain Scrollbar with Example.
(3) Explain Textbox and Label control in brief.
(4) Explain FontDialog with example.
(5) Explain Picturebox with properties and methods.
3 – MARKS
(1) Explain Treeview control with Suitable Example.
(2) Explain Menu with Menu Strip Control.
(3) Explain RadioButton and CheckBox with Example.
(4) Explain MessageBox with Suitable Example.
5– MARKS
(1) Explain MDI with Suitable example.
(2) Explain Timer and Progressbar control with Example.
(3) Explain ComboBox and ListBox control with Example.
(4) What are DialogBoxes ? Explain SaveFileDialog and OpenFileDialog.
CHAPTER – 4
2 – MARKS
(1) Explain Data Table with Example.
(2) Explain DataRow Class.
(3) Explain DataColumn Class.
(4) Write note on Data Providers in [Link].
3 – MARKS
(1) Explain SqlCommand Class.
(2) Explain SqlConnection Class.
(3) Explain Data Adapter Class with Example.
(4) Explain DataView and DataRelation.
(5) Write note on ExecuteNonQuery() and ExecuteScalar() with example.
5 – MARKS
(1) Give difference between Connected and Dis-Connected Architecture.
(2) Explain Architecture of [Link].
(3) Explain DataGridView control with Example.
(4) Give difference between dataset and datareader.
CHAPTER – 5
2 – MARKS
(1) Explain Summary Field.
(2) Explain Formula Field.
(3) Briefly Explain How to create Setup Project.
(4) Explain User Interface Editor.
3 – MARKS
(1) Explain different sections of Crystal Report.
(2) Explain Types of Reports.
(3) Write note on Lunch Condition Editor and File System Editor.
(4) Briefly Explain How to create setup projects.
5 – MARKS
(1)What is Crystal Report ? Write down steps to create Crystal Report.
(2)What is User Control ? Write down steps to create User Control.