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. Select the type of multitasking methods that exist:

process based
thread based
only process
both process & thread based

2. Choose the correct statement about process-based multitasking.

A feature that allows our computer to run two or more programs concurrently
A program that acts as a small unit of code that can be dispatched by the scheduler
Only A program that acts as a small unit of code that can be dispatched by the scheduler
Both A feature that allows our computer to run two or more programs concurrently & A program that acts as a small unit of code that can be dispatched by the scheduler

3. Which of these keywords are used to implement synchronization?

synchronize
syn
synch
synchronized

4. C# developed by?

IBM
Google
Microsoft
Facebook

5. What is synchronization in reference to a thread?

It is a process of handling situations when two or more threads need access to a shared resource
It is a process by which many threads are able to access the same shared resource simultaneously
It is a process by which a method is able to access many different threads simultaneously
It is a method that allows too many threads to access any information they require

6. 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

7. Which properties Returns the parent DataSet?

ParentColumns
ParentRelations
ParentDataSet
DataSet

8. The threads created using the Thread class are called the?

child threads
parent threads
base threads
None of the above

9. Which of the following not true about C#?

It is component oriented
It is a unstructured language
It is easy to learn
It is a part of .Net Framework.

10. Which properties gets or sets the name of the current data set?

DefaultSetName
DefaultViewManager
DataSetName
SetName

Results