There are different programming languages in existence, and understanding the most basic, which is C# (C Sharp), can be a little hard for some. The quiz below is designed to help you refresh your memory on what you have covered so far. Give it a shot and see how much you know!
Yes
No
Object
System.Net
System.Object
System
System.Root
ListDictionary
Stack
Hashtable
ArrayList
StringCollection
Yes
No
Yes
No
Yes
No
Isolated
Connected
Durable
Atomic
Integrity
System.Int16
System.Int32
System.Int64
System.Int128
Int[,] myArray;
Int[][] myArray;
Int[2] myArray
System.Array[2] myArray;
System.Array[,] myArray;
Classes that are both in the same assembly and derived from the declaring class.
Only methods that are in the same class as the method in question.
Internal methods can only be called using reflection.
Classes within the same assembly, and classes derived from the declaring class.
Encapsulating an object in a value type.
Encapsulating a copy of a value type in an object.
Encapsulating a copy of an object in a value type.
Encapsulating a value type in an object.
/text
/doc
/xml
/help
/xmlhelp
Factory
Abstract Factory
Singleton
Builder
A DataSet can be synchronized with the database.
A DataSet can be synchronized with a RecordSet.
A DataSet can be converted to XML.
You can infer the schema from a DataSet.
The conversion of one type of object to another.
The runtime resolution of method calls.
The exposition of data.
The separation of interface and implementation.
Yes
No
Wait!
Here's an interesting quiz for you.