Test your C# skills with mycodeblock.com Online Quiz. This quiz is designed to target beginner-level programmers.
Score
The quiz contains 20 questions, each correct answer will give you 1 point. To pass the quiz you need to score at least 70% i.e. 14 correct answers.
If you don’t know C# or you want to get a deep understanding of C#, we suggest you follow the below link to learn C# from scratch.
C# 10 | Ultimate Guide – Beginner to Advanced | Master class
Start Quiz
All the best.
QUIZ START
#1. Which of the following is the default access specifier of a class member function?
#2. Which of the following is a reserved keyword in C#?
#3. Which of the followings is not allowed in C# as access modifier?
#4. How do you make a method in an abstract class overridable?
#5. LINQ stands for?
#6. When using a thread pool what happens to a given thread after it finishes the task?
#7. In interface, which of the following access specifiers can be used?
#8. Which of the following statements are correct about an interface in C#.NET?
#9. Which of the following statements is correct?
#10. Which of the following are value types in C#?
#11. Which of the statement for Static Class is true?
#12. Which of the following is base namespace in the .NET Framework Class Library?
#13. Which of these can be used to concatenate two string objects in C#?
#14. What is an object in C#?
#15. Which code snippet declares an anonymous type named userData?
#16. Which of the following is a reference type in C#?
#17. Which operator can be used to compare two values?
#18. Which of the following can be used to terminate a while loop and transfer control outside the while loop?
#19. What is the result of this code snippet? 1 > 2 ? "2 is greater than 1" : "1 is less than 2"
#20. Which option best defines C# asynchronous programming?
Finish
C# 10 | Ultimate Guide – Beginner to Advanced | Master class