Similar Collections


    No collections found

questions

Title
Which of the following statements are TRUE

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.


  1. Only 1 and 2
  2. Only 1,2 and 4
  3. 1,2,3,4
  4. Only 4 and 5
discuss
Which of the following are valid .NET CLR JIT performance counters?

Which of the following are valid .NET CLR JIT performance counters? 1. Total memory used for JIT compilation 2. Average memory used for JIT compilation 3. Number of methods that failed to compile with the standard JIT 4. Percentage of processor time spent performing JIT compilation 5. Percentage of memory currently dedicated for JIT compilation


  1. 1,5
  2. 3,4
  3. 1,2
  4. 4,5
discuss
Which of the following statements is correct about Managed Code?

Which of the following statements is correct about Managed Code?


  1. Managed code is the code that is compiled by the JIT compilers.
  2. Managed code is the code where resources are Garbage Collected.
  3. Managed code is the code that runs on top of Windows.
  4. Managed code is the code that is written to target the services of the CLR.
discuss
Which of the following are NOT true about .NET Framework?

Which of the following are NOT true about .NET Framework? 1. It provides a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely. 2. It provides a code-execution environment that minimizes software deployment and versioning conflicts. 3. It provides a code-execution environment that promotes safe execution of code, including code created by an unknown or semi-trusted third party. 4. It provides different programming models for Windows-based applications and Web-based applications. 5. It provides an event driven programming model for building Windows Device Drivers.


  1. 1,2
  2. 4,5
  3. 1,2,4
discuss
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?

 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?


  1. NET class libraries
  2. Common Language Runtime
  3. Common Language Infrastructure
  4. Component Object Model
discuss
Which of the following .NET components can be used to remove unused references from the managed heap?

Which of the following .NET components can be used to remove unused references from the managed heap?


  1. Common Language Infrastructure
  2. CLR
  3. Garbage Collector
  4. Class Loader
discuss
Which of the following statements correctly define .NET Framework?

Which of the following statements correctly define .NET Framework?


  1. It is an environment for developing, building, deploying and executing Desktop Applications, Web Applications and Web Services
  2. It is an environment for developing, building, deploying and executing only Web Applications.
  3. It is an environment for developing, building, deploying and executing Distributed Applications.
  4. It is an environment for developing, building, deploying and executing Web Services.
discuss
Which of the following constitutes the .NET Framework? 1. ASP.NET Applications 2. CLR 3. Framework Class Library 4. WinForm Applications 5. Windows Services

 Which of the following constitutes the .NET Framework? 1. ASP.NET Applications 2. CLR 3. Framework Class Library 4. WinForm Applications 5. Windows Services


  1. 1,2
  2. 2,3
  3. 3,4
  4. 2,5
discuss
Which of the following assemblies can be stored in Global Assembly Cache?

Which of the following assemblies can be stored in Global Assembly Cache?


  1. Private Assemblies
  2. Friend Assemblies
  3. Shared Assemblies
  4. Public Assemblies
discuss
Code that targets the Common Language Runtime is known as

 Code that targets the Common Language Runtime is known as


  1. Unmanaged
  2. Distributed
  3. Legacy
  4. Managed code
discuss
Which of the following statements is correct about the .NET Framework?

Which of the following statements is correct about the .NET Framework?


  1. NET Framework uses DCOM for achieving language interoperability.
  2. NET Framework is built on the DCOM technology.
  3. NET Framework uses DCOM for making transition between managed and unmanaged code.
  4. NET Framework uses DCOM for creating unmanaged applications.
discuss
Which of the following benefits do we get on running managed code under CLR?

 Which of the following benefits do we get on running managed code under CLR?

1. Type safety of the code running under CLR is assured.

2. It is ensured that an application would not access the memory that it is not authorized to access.

3. It launches separate process for every application running under it.

4. The resources are Garbage collected.

 


  1. Only 1 and 2
  2. Only 2, 3 and 4
  3. Only 1, 3 and 4
  4. All of the above
discuss
Which of the following jobs are done by Common Language Runtime?

 Which of the following jobs are done by Common Language Runtime?

1. It provides core services such as memory management, thread management, and remoting.

2. It enforces strict type safety.

3. It provides Code Access Security.

4. It provides Garbage Collection Services.


  1. Only 1 and 2
  2. Only 3 and 4
  3. Only 1, 3 and 4
  4. All of the above
discuss
The character pair?: is an________________available in C#

 The character pair?: is an________________available in C#.


  1. Unary operator
  2. Ternary operator
  3. Decision operator
  4. Functional operator
discuss
In C#, all binary operators are ______

 In C#, all binary operators are ______.


  1. Center-associative
  2. Right-associative
  3. Left-associative
  4. Top-associative
discuss
An _______ is a symbol that tells the computer to perform certain mathematical orlogical manipulations

An _______ is a symbol that tells the computer to perform certain mathematical orlogical manipulations.


  1. Operator
  2. Expression
  3. Condition
  4. Logic
discuss
A _____ is any valid C# variable ending with a colon

A _____ is any valid C# variable ending with a colon.


  1. goto
  2. Label
  3. Logical
  4. Bitwise
discuss
C# has _______ operator, useful for making two way decisions

 C# has _______ operator, useful for making two way decisions.


  1. Looping
  2. Functional
  3. Exponential
  4. Conditional
discuss
________causes the loop to continue with the next iteration after skipping any statementsin between

 ________causes the loop to continue with the next iteration after skipping any statementsin between.


  1. Loop
  2. Exit
  3. Break
  4. Continue
discuss
An ____ is a group of contiguous or related data items that share a common name

An ____ is a group of contiguous or related data items that share a common name.


  1. Operator
  2. Integer
  3. Exponential
  4. Array
discuss
total MCQs: 51

MCQs

51

Views

109

Best Answers

299

Points

5