.NET Micro Framework MCQ Quiz Hub

.NET MCQ Set 4

Choose a topic to test your knowledge and improve your .NET Micro Framework skills

Which of the options is being referred to in the following statement: "All incoming requests are processed by a single server object"





✅ Correct Answer: 3

A user application-domain can be created:





✅ Correct Answer: 3

The global assembly cache:





✅ Correct Answer: 2

What does Managed Data refer to?





✅ Correct Answer: 4

Which tool can you use to register managed types with the Windows registry?





✅ Correct Answer: 2

Which of the following files is used to implement application and session level events?





✅ Correct Answer: 1

Which of these classes are used for loading an assembly into an application domain?





✅ Correct Answer: 4

Which of the following tools can be used to modify and grant permissions to code groups?





✅ Correct Answer: 3

Which of the following does not use metadata?





✅ Correct Answer: 2

Which of the following functionalities does System.Diagnostics class provide?





✅ Correct Answer: 2

An application can have any number of modules and files. Which of the following is used to link them together into a single assembly?





✅ Correct Answer: 1

What is the command "caspol -lg" used for?





✅ Correct Answer: 3

What is the command "caspol -lg" used for?





✅ Correct Answer: 3

What is the command "caspol -lg" used for?





✅ Correct Answer: 3

An application can have any number of modules and files. Which of the following is used to link them together into a single assembly?





✅ Correct Answer: 1

Which of the following is a must for a private assembly?





✅ Correct Answer: 2

Code Manager is a the part of:





✅ Correct Answer: 4

Why doesn't .Net runtime offer deterministic destruction?





✅ Correct Answer: 3

Consider the following two statements and choose the most appropriate option: Statement 1: Value types are allocated on a stack Statement 2: Reference types are allocated on a managed CLR Heap





✅ Correct Answer: 3

Which of the following is used to notify all waiting threads of a change in the object's state?





✅ Correct Answer: 3

Which of the following manages the code during execution?





✅ Correct Answer: 2

Which type of parameter is passed in subroutines by default?





✅ Correct Answer: 1

Which of the following is not a member of the Exception class?





✅ Correct Answer: 1

How many application domains can exist inside a Win32 process?





✅ Correct Answer: 3

Which of the following helps Assemblies become self describing?:





✅ Correct Answer: 2

How will you use the thread pool?





✅ Correct Answer: 2

The runtime is started automatically by ______________ when the .exe is run.





✅ Correct Answer: 2

Net assembly stores both data and IL code. A tool is available along with the .NET framework to view within the PE. Which of the following is that tool?





✅ Correct Answer: 1

Which of the following services are provided by CLR?





✅ Correct Answer: 4

Which of these files is used for debugging an application?





✅ Correct Answer: 4

Compilers of CLS compliant language generate:





✅ Correct Answer: 1

Which of these is used to allow managed code to interoperate with unmanaged code?





✅ Correct Answer: 2

Which of the following statements is correct. (a)A Try block must include Catch or Finally sections. (b)Using an empty Finally section is illegal.





✅ Correct Answer: 1

The _________________ methods are primarily meant for COM Interoperability use.





✅ Correct Answer: 2

How does CLR allow multiple applications to be run in a single process?





✅ Correct Answer: 3

________ helped overcome the DLL conflict (faced by the versions prior to .NET).





✅ Correct Answer: 4

____ is used to generate the assembly from modules.





✅ Correct Answer: 4

Which of the following is used as a Serializer for the web services?





✅ Correct Answer: 1

The IL to native code compilation is done by:





✅ Correct Answer: 3

___ is a subset of the CTS.





✅ Correct Answer: 2

Which of the following is valid and is included in the type definition?





✅ Correct Answer: 4

Which of the following statements is correct?





✅ Correct Answer: 3

Which of the following are used in combination to create the identity of an assembly?





✅ Correct Answer: 4

Which of these Assemblies is used for doing Localization?





✅ Correct Answer: 3