Exam 1: .NET Framework and C Programming
Exam 1: .NET Framework and C Programming39 Questions
Exam 2: C Programming: Data Types, Constructors, Inheritance, and Exception Handling40 Questions
Exam 3: C Programming: Collections, Delegates, and Object-Oriented Concepts39 Questions
Exam 4: C Programming: Database and ADO.NET38 Questions
Select questions type
Which of the following assemblies can be stored in Global Assembly Cache?
(Multiple Choice)
4.9/5
(32)
Which of the following are valid .NET CLR JIT performance counters?1. Total memory used for JIT compilation2. Average memory used for JIT compilation3. Number of methods that failed to compile with the standard JIT4. Percentage of processor time spent performing JIT compilation5. Percentage of memory currently dedicated for JIT compilation
(Multiple Choice)
4.9/5
(45)
Boxing converts a value type on the stack to an ______ on the heap.
(Multiple Choice)
4.7/5
(35)
Which of the following statements correctly define .NET Framework?
(Multiple Choice)
4.8/5
(30)
Which of the following utilities can be used to compile managed assemblies into processor-specific native code?
(Multiple Choice)
4.8/5
(46)
An ____ is a group of contiguous or related data items that share a common name.
(Multiple Choice)
4.8/5
(37)
C# has _______ operator, useful for making two way decisions.
(Multiple Choice)
4.8/5
(39)
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.
(Multiple Choice)
4.8/5
(39)
Which of the following is the root of the .NET type hierarchy?
(Multiple Choice)
4.7/5
(35)
Which of the following statements is correct about Managed Code?
(Multiple Choice)
4.9/5
(46)
Which of the following statements is correct about the .NET Framework?
(Multiple Choice)
4.9/5
(32)
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.
(Multiple Choice)
4.8/5
(30)
Which of the following statements are correct about JIT?1. JIT compiler compiles instructions into machine code at run time.2. The code compiler by the JIT compiler runs under CLR.3. The instructions compiled by JIT compilers are written in native code.4. The instructions compiled by JIT compilers are written in Intermediate Language (IL) code.
(Multiple Choice)
4.9/5
(41)
All C# applications begin execution by calling the _____ method.
(Multiple Choice)
4.8/5
(38)
Which of the following statements are correct about JIT?1. JIT compiler compiles instructions into machine code at run time.2. The code compiler by the JIT compiler runs under CLR.3. The instructions compiled by JIT compilers are written in native code.4. The instructions compiled by JIT compilers are written in Intermediate Language (IL) code.5. The method is JIT compiled even if it is not called
(Multiple Choice)
4.8/5
(34)
Showing 21 - 39 of 39
Filters
- Essay(0)
- Multiple Choice(39)
- Short Answer(0)
- True False(0)
- Matching(0)