Similar Collections


    No collections found

questions

Title
The purpose of JIT compiler is to convert____________

The purpose of JIT compiler is to convert____________.


  1. VC#.NET source code IL code
  2. IL code to byte code
  3. IL code to managed native code
  4. None of these
discuss
The Garbage Collection solves_____________

The Garbage Collection solves_____________.


  1. Memory leakage problem
  2. DLL hell problem
  3. Both a & b
  4. None of these
discuss
The code that requires the CLR at runtime for the execution is known as the ________

The code that requires the CLR at runtime for the execution is known as the ________.


  1. IL code
  2. Managed code
  3. Binary code
  4. One of these
discuss
Which one of the following JIT compilers produce highly optimized code?

Which one of the following JIT compilers produce highly optimized code?


  1. Econo JIT
  2. Standard JIT
  3. Pre JIT
  4. None of these
discuss
The VC#.NET language________________

The VC#.NET language________________.


  1. Solves the memory leakage problems.
  2. solves the DLL hell problems.
  3. Has very good correspondence with the IL language.
  4. All the above.
discuss
Home page in VS.NET is also known as__________

Home page in VS.NET is also known as__________.


  1. Default page
  2. Start page
  3. First page
  4. Welcome page
discuss
The ______________ enables to move through the code very quickly

The ______________ enables to move through the code very quickly.


  1. Class view window
  2. solution explorer window
  3. Code window
  4. none of these
discuss
In VC#.NET project files are grouped into a _____________

In VC#.NET project files are grouped into a _____________.


  1. Workspace
  2. Namespace
  3. Solution
  4. Package
discuss
Which one of the following statements about code debugging is correct?

Which one of the following statements about code debugging is correct?


  1. Debugger helps us to step through our code, one line at a time.
  2. Breakpoints can be set by pressing F9 function key.
  3. Breakpoints can be set by left-clicking in the left margin area at the line where we want to set the breakpoint.
  4. a, b and c are correct.
discuss
The arrays involved in a jagged array_____________

The arrays involved in a jagged array_____________.


  1. Should be of same size.
  2. May be of different sizes.
  3. Are not known as subarrays.
  4. None of these.
discuss
The parameters of a method __________

The parameters of a method __________.


  1. Help us to pass information to a method.
  2. Help us to get information from a method.
  3. Help us to pass information to and from a method.
  4. None of these.
discuss
The ref type parameters are____________

The ref type parameters are____________.


  1. “Input only” parameters.
  2. “Input / Output” parameters.
  3. “Output only” parameters.
  4. None of these.
discuss
The out type parameters can be used_______________

The out type parameters can be used_______________.


  1. Only to pass back a result to the calling functions
  2. Only to send information to the called function.
  3. To pass data to the called method and receive information from the called method.
  4. None of these.
discuss
In case of the Params type parameter____________

In case of the Params type parameter____________.


  1. Only output can be sent.
  2. The number of arguments is variable.
  3. Both input and output can be handled.
  4. None of these.
discuss
An instance class member is referred by using the format____________

An instance class member is referred by using the format____________.


  1. Object name. Class member name.
  2. Class name. Class member name.
  3. Object name. Class member name or class name. class member name.
  4. None of these.
discuss
Overloaded constructors will have________

Overloaded constructors will have________.


  1. Different names
  2. Different parameter lists
  3. Different return types
  4. none of these.
discuss
A static constructor_____________

 A static constructor_____________.


  1. Is executed when the class is loaded.
  2. Can be accessed through an object name.
  3. Can be executed any number of times.
  4. Can have its own destructor.
discuss
A property________________

A property________________.


  1. Should have a get method.
  2. Should have a put method.
  3. Should have both get and put methods.
  4. Should have either a get method or put method.
discuss
An indexer________________

An indexer________________.


  1. Enables us to access a property through index.
  2. Can have user-defined name.
  3. Is identified by its name.
  4. Cannot be overloaded.
discuss
A namespace can contain___________

A namespace can contain___________.


  1. Classes
  2. Namespaces
  3. Classes and namespaces
  4. None of these.
discuss
total MCQs: 49

MCQs

49

Views

72

Best Answers

299

Points

5