.NET Micro Framework MCQ Quiz Hub

.NET MCQ Set 5

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

Which of the following is not a feature of .NET 2.0?





✅ Correct Answer: 3

___________ namespace is not defined in the base class library.





✅ Correct Answer: 2

Since .NET assemblies contain IL code, your proprietary algorithms can be seen by anyone. Which of the following tools protects your intellectual properties?





✅ Correct Answer: 1

For MSIL code to be executed in PE file, it is necessary to have:





✅ Correct Answer: 1

------assembly can be used to deploy language-specific resources for an application.





✅ Correct Answer: 3

Which of the following can you use to resolve assemblies, types, and resources?





✅ Correct Answer: 1

https://quizack.com/net/mcq/net-components-are-accessed-from-com-via-a#:~:text=ADVERTISEMENT-,.NET%20components%20are%20accessed%20from%20COM%20via%20a%3F,-RCW





✅ Correct Answer: 4

How will you prevent concurrent access to your data?





✅ Correct Answer: 2

Which of the following is correct for CTS?





✅ Correct Answer: 4

Delay signing allows a shared assembly to be signed with:





✅ Correct Answer: 3

What happens when enough memory is not available to be allocated to an object?





✅ Correct Answer: 3

You can create the remote application domain using:





✅ Correct Answer: 3

Which base class do all web forms inherit from?





✅ Correct Answer: 1

Microsoft .NET supports value types for performance reasons, but everything in .NET is ultimately an object. Value types are allocated on the stack by default, but they can always be converted into a heap-based, reference-type object. What is this conversion called?





✅ Correct Answer: 2

A hashtable is serialized by using:





✅ Correct Answer: 2

The .NET framework comes with a few CLR hosts. Which of the following is a CLR host?





✅ Correct Answer: 4

Which of the following is used to do garbage collection?





✅ Correct Answer: 1

Soapsuds.exe Lldasm.exe CASPol.exe Mscorcfg.msc SN.exe





✅ Correct Answer: 4

Which of the following is not a valid inheritance_mode?





✅ Correct Answer: 4

In .NET framework, Reflection is used to:





✅ Correct Answer: 2

Which of the following statements is not correct with regard to .NET assemblies?





✅ Correct Answer: 4

Which of the following statements is correct with regard to Windows process memory allocation?





✅ Correct Answer: 1

The code written to target common language runtime services is called :





✅ Correct Answer: 2

Which of the following should you use to serialize instances of a class?





✅ Correct Answer: 2

What are the core components of .NET framework data provider model?





✅ Correct Answer: 4

Which of the following can not be used with files?





✅ Correct Answer: 2

___________ class defines the set of information that constitutes input to security policy decisions in System.Security.Policy namespace.





✅ Correct Answer: 3

A subset of the Common Type System(CTS) is define by the rules of _________.





✅ Correct Answer: 2

Which of the following can be the entry point of an assembly in Common Language Runtime (CLR)?





✅ Correct Answer: 1

Which of the following code is not 'managed' by default in .NET framework?





✅ Correct Answer: 3

Which of the following are the main design goals behind ADO.NET?





✅ Correct Answer: 1

Xcopy method is not sufficient for deployment:





✅ Correct Answer: 1

Which of the following namespace are defined in the base class library.





✅ Correct Answer: 4

Application domains are created by runtime host and the runtime host include:





✅ Correct Answer: 1

Which of the following does not constitute the benefits of CLR?-





✅ Correct Answer: 3