1.
What is the purpose of the .NET Framework Runtime (CLR)?
What is the purpose of the .NET Framework Runtime (CLR)?
A.
It compiles your code into a .NET Assembly
B.
It provides access to Microsoft’s library of code
C.
It provides a common type system for your application
D.
It is what your program runs inside of ... it protects the user from malicious code, and handles memory management and other runtime tasks
2.
Opening and closing curly braces defines:
Opening and closing curly braces defines:
A.
A block of code
B.
A method
C.
A function
D.
A variable
3.
What is a method?
What is a method?
A.
A way to restrict access to your code
B.
A named block of code that you can call / execute by calling its name
C.
A means of organizing your code
4.
The result of compiling your source code is called:
The result of compiling your source code is called:
A.
A .NET Package
B.
A .NET Component
C.
A .NET
D.
A .NET Assembly
5.
A Visual Studio Project file is comprised of:
A Visual Studio Project file is comprised of:
A.
An XML that contains project settings and the current state of the project
B.
A file that contains all the C# code
C.
A file that contains C# code containing project settings, files to include in the project, etc.
D.
An XML file that contains information about all the project in a given solution