A.UnmanagedB.DistributedC.LegacyD.Managed code Related Posts:In a linear block code, the _______ of any two valid code…Runtime polymorphism is achieved only when a virtual…The notion that criminal victimization increases when there…The notion that criminal victimization increases when there…_______codes are special linear block Read More …
Tag: C# Programming MCQs
Which of the following statements correctly define .NET Framework?
A.It is an environment for developing, building, deploying and executing Desktop Applications, Web Applications and Web ServicesB.It is an environment for developing, building, deploying and executing only Web Applications.C.It is an environment for developing, building, deploying and executing Distributed ApplicationsD.It Read More …
Which of the following constitutes the .NET Framework?
ASP.NET Applications CLR Framework Class Library WinForm Applications Windows Services A. 2,3B.1,2C.3,4D.2,5 Related Posts:Which of the following components of the .NET framework…Which of the following are NOT true about .NET Framework?Which of the following statements correctly define .NET…Which of the Read More …
Which of the following assemblies can be stored in Global Assembly Cache?
A.Private AssembliesB.Friend AssembliesC.Shared AssembliesD.Public Assemblies Related Posts:Which of the following is a single global function defined…Tenure of National and Provincial Assemblies is??The notion that global forces take unique forms in or have…What is stored in the object obj in following Read More …
Which of the following are NOT true about .NET Framework?
It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. It provides a code-execution environment that minimizes software deployment and versioning conflicts. It provides a code-execution environment that Read More …
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 librariesB.Common Language RuntimeC.D. Related Posts:Which of the following .NET components can be used to remove…Which of the following are NOT true about .NET Framework?Which of the following statements correctly define .NET…Which of the following constitutes the .NET Framework?Which Read More …
Which of the following .NET components can be used to remove unused references from the managed heap?
A.Common Language InfrastructureB.CLRC.Garbage CollectorD.Class Loader Related Posts:Which of the following components of the .NET framework…A heap of stones can be made up into groups of 21. When made…Which of the following statements are TRUE about the .NET…How can we remove Read More …
Which of the following statements is correct about Managed Code?
A.Managed code is the code that is compiled by the JIT compilers.B.Managed code is the code where resources are Garbage Collected.C.Managed code is the code that runs on top of Windows.D.Managed code is the code that is written to target Read More …
“Which of the following are valid .NET CLR JIT performance counters?
Which of the following are valid .NET CLR JIT performance counters? Total memory used for JIT compilation Average memory used for JIT compilation Number of methods that failed to compile with the standard JIT Percentage of processor time spent performing Read More …
Which of the following statements are TRUE about the .NET CLR? 1. It provides a language-neutral development & execution environment. 2. It ensures that an application would not be able to access memory that it is not authorized to access. 3. It provides services to run “managed” applications. 4. The resources are garbage collected. 5. It provides services to run “unmanaged” applications.
A. Only 1 and 2B. Only 1,2 and 4C. 1,2,3,4D. Only 4 and 5 Related Posts:Which of the following components of the .NET framework…__________________computing refers to applications and…_________computing refers to applications and services that…”Which of the following are valid .NET Read More …