C# Programming Quiz


Play this quiz that will help you to excel in C# certification exams, placements etc. This C# programming quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc. This test enables you to assess your knowledge of C# programming.

Take the Free Practice Test



C# MCQs

Practice C# MCQ Questions, which will help you to understand C#, ASP.NET and AD.NET easily.

C# Quiz

Try Free C# Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

C# Quiz

1. Number of digits upto which precision value of float data type is valid?

Upto 6 digit
Upto 7 digit
Upto 8 digit
Upto 9 digit

2. ASP (aka Classic ASP) was introduced in?

1997
1998
1999
2000

3. Which of the following is enumeration for ADO.net with SQL Server?

SqlInfo
SqlBulkCopyOptions
SqlNotification
All of the above

4. A namespace is a collection of classes.

TRUE
FALSE
Can be true or false
Can not say

5. Choose the namespace which supports multithreading programming?

System.net
System.Linq
System.Threading
All of the above

6. Which of the following is the wrong statement about exception handling in C#.NET?

finally clause is used to perform cleanup operations of closing network and database connections
a program can contain multiple finally clauses
the statement in final clause will get executed no matter whether an exception occurs or not
None of the above

7. The goal of dotConnect for SQL Server is to enable developers to maintain database applications

TRUE
FALSE
Can be true or false
Can not say

8. The first line of the program is?

using System
namespace 
using namespace
None of the above

9. C# developed by?

IBM
Google
Microsoft
Facebook

10. C# is a?

general-purpose programming language
object-oriented programming language
modern programming language
All of the above

Results