WorksheetsC# Basics
Total questions: 10
Worksheet time: 2mins
CLR is the .NET equivalent of _________.
Java Virtual Machine
Common Language Runtime
Common Type System
Common Language Specification
The CLR is physically represented by an assembly named _______
mscoree.dll
mcoree.dll
msoree.dll
mscor.dll
The ____ language allows more than one method in a single class
J#
C#
C++
C
In C#, a subroutine is called a ________.
Managed code
Function
Method
Metadata
All C# applications begin execution by calling the _____ method.
Class()
Main()
Submain()
Namespace
A _______ is an identifier that denotes a storage location
Constant
Reference type
Object
Variable
_________ are reserved, and cannot be used as identifiers.
Keywords
literal
variables
Identifiers
Boxing converts a value type on the stack to an ______ on the heap.
Bool type
Instance type
Class type
Object type
The character pair ?: is a________________available in C#.
Unary operator
Ternary operator
Decision operator
Functional operator
In C#, all binary operators are ______.
Center-associative
Right-associative
Left-associative
Top-associative
