Quiz

A
Q. 1 ) Creating empty structures is allowed in C#.NET.
Q. 2 ) Which of the following is NOT a Bitwise operator in C#.NET?
Q. 3 ) Which of the following is NOT an Arithmetic operator in C#.NET?
Q. 4 ) Which of the following .NET components can be used to remove unused references from the managed heap?
Q. 5 ) Which of the following are parts of the .NET Framework? 1. The Common Language Runtime (CLR) 2. The Framework Class Libraries (FCL) 3. Microsoft Published Web Services 4. Applications deployed on IIS 5. Mobile Applications
Q. 6 ) Which of the following statements are TRUE about the .NET CLR? 1. It provides a language-neutral development & execution environment. 2. It ensures that an application would not be able to access memory that it is not authorized to access. 3. It provides services to run "managed" applications. 4. The resources are garbage collected. 5. It provides services to run "unmanaged" applications.
Q. 7 ) Which of the following statements is valid about advantages of generics?
Q. 8 ) Which of the following is an 8-byte Integer?
Q. 9 ) Which of the following is the correct default value of a Boolean type?
Q. 10 ) Which of the following should be used to implement a 'Like a' or a 'Kind of' relationship between two entities?
Q. 11 ) Which of the following statements is correct about an Exception?
Q. 12 ) Which of the following is NOT an Exception?
Q. 13 ) A variable which is declared inside a method is called a________variable
Q. 14 ) Sealed Classes cannot be a base class.
Q. 15 ) An Event has _____ as default return type
Q. 16 ) The RangeValidator control supports the following data types
Q. 17 ) Can you inherit multiple interfaces?
Q. 18 ) Two methods with the same name but with different parameters Know as______
Please select an option