C# Programming::: Exercise
C# Programming::: Exercise
C# Programming::: Exercise
Puzzles
C# Programming :: .NET Framework
Home » Engineering » C# Programming » .NET Framework » General Questions
Exercise :: .NET Framework - General Questions
.NET Framework - General Questions
1. Which of the following statements are TRUE about the .NET CLR?
2. It ensures that an application would not be able to access memory that it is not authorized to
access.
B. Only 1, 2 and 4
C. 1, 2, 3, 4
D. Only 4 and 5
E. Only 3 and 4
Answer: Option C
Home Aptitude Logical Verbal Current Affairs GK Engineering Interview Online Tests
Puzzles
C# Programming :: .NET Framework
Home » Engineering » C# Programming » .NET Framework » General Questions
Exercise :: .NET Framework - General Questions
.NET Framework - General Questions
1. Which of the following statements are TRUE about the .NET CLR?
2. It ensures that an application would not be able to access memory that it is not authorized to
access.
B. Only 1, 2 and 4
C. 1, 2, 3, 4
D. Only 4 and 5
E. Only 3 and 4
Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Discuss in Forum Workspace Report
2. Which of the following are valid .NET CLR JIT performance counters?
B. 3, 4
C. 1, 2
D. 4, 5
Answer: Option B
D. Managed code is the code that is written to target the services of the CLR.
Answer: Option D
Which of the following utilities can be used to compile managed assemblies into processor-
specific native code?
A. gacutil
B. ngen
C. sn
D. dumpbin
E. ildasm
Answer: Option B
Which of the following are NOT true about .NET Framework?
5. It provides an event driven programming model for building Windows Device Drivers.
A. 1, 2
B. 2, 4
C. 4, 5
D. 1, 2, 4
Answer: Option C
Which of the following components of the .NET framework provide an extensible set of classes that
can be used by any .NET compliant programming language?
A. .NET class libraries
Answer: Option A
Which of the following jobs are NOT performed by Garbage Collector?
B. 3, 5
C. 1, 4, 5
D. 3, 4
Answer: Option C
Which of the following .NET components can be used to remove unused references from the
managed heap?
A. Common Language Infrastructure
B. CLR
C. Garbage Collector
D. Class Loader
E. CTS
Answer: Option C
Which of the following statements correctly define .NET Framework?
It is an environment for developing, building, deploying and executing Desktop
A.
Applications, Web Applications and Web Services.
1. ASP.NET Applications
2. CLR
4. WinForm Applications
5. Windows Services
A. 1, 2
B. 2, 3
C. 3, 4
D. 2, 5
Answer: Option B
Which of the following assemblies can be stored in Global Assembly Cache?
A. Private Assemblies
B. Friend Assemblies
C. Shared Assemblies
D. Public Assemblies
E. Protected Assemblies
Answer: Option C
Code that targets the Common Language Runtime is known as
A. Unmanaged
B. Distributed
C. Legacy
D. Managed Code
E. Native Code
Answer: Option D
Which of the following statements is correct about the .NET Framework?
A. .NET Framework uses DCOM for achieving language interoperability.
.NET Framework uses DCOM for making transition between managed and unmanaged
C.
code.
Answer: Option C
Which of the following is the root of the .NET type hierarchy?
A. System.Object
B. System.Type
C. System.Base
D. System.Parent
E. System.Root
Answer: Option A
Which of the following benefits do we get on running managed code under CLR?
2. It is ensured that an application would not access the memory that it is not authorized to access.
B. Only 2, 3 and 4
C. Only 1, 2 and 4
D. Only 4
E. All of the above
Answer: Option E
1. PIN Security
4. Authentication Security
5. Biorhythm Security
A. 1, 4, 5
B. 2, 5
C. 2, 3
D. 3, 4
Answer: Option C
Which of the following jobs are done by Common Language Runtime?
1. It provides core services such as memory management, thread management, and remoting.
B. Only 3, 4
C. Only 1, 3 and 4
D. Only 2, 3 and 4
B. 2, 4, 5
C. 1, 3, 5
D. 1, 2
Answer: Option A
Which of the following statements are correct about JIT?
4. The instructions compiled by JIT compilers are written in Intermediate Language (IL) code.
B. 2, 4
C. 3, 4, 5
D. 1, 2
Answer: Option A
Which of the following are parts of the .NET Framework?
5. Mobile Applications
A. Only 1, 2, 3
B. Only 1, 2
C. Only 1, 2, 4
D. Only 4, 5
E. All of the above
Answer: Option B