πŸ“Š C# .Net Programing
Q. The compiled version of a VC#.NET program will be in_______________.
  • (A) Machine code
  • (B) IL code
  • (C) Byte code
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) Machine code
πŸ“Š C# .Net Programing
Q. The purpose of JIT compiler is to convert____________.
  • (A) VC#.NET source code IL code
  • (B) IL code to byte code
  • (C) IL code to managed native code
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) IL code to byte code
πŸ“Š C# .Net Programing
Q. The Garbage Collection solves__________.
  • (A) Memory leakage problem
  • (B) DLL hell problem
  • (C) Both A & B
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) Memory leakage problem
πŸ“Š C# .Net Programing
Q. The code that requires the CLR at runtime for the execution is known as the ________.
  • (A) IL code
  • (B) Managed code
  • (C) Binary code
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) Managed code
πŸ“Š C# .Net Programing
Q. Which one of the following JIT compilers produce highly optimized code?
  • (A) Econo JIT
  • (B) Standard JIT
  • (C) Pre JIT
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) Standard JIT
πŸ“Š C# .Net Programing
Q. The VC#.NET language________________.
  • (A) Has very good correspondence with the IL language.
  • (B) Solves the memory leakage problems.
  • (C) Solves the DLL hell problems.
  • (D) All the above.
πŸ’¬ Discuss
βœ… Correct Answer: (C) Solves the DLL hell problems.
πŸ“Š C# .Net Programing
Q. Home page in VS.NET is also known as__________.
  • (A) Default page
  • (B) Start page
  • (C) First page
  • (D) Welcome page
πŸ’¬ Discuss
βœ… Correct Answer: (B) Start page
πŸ“Š C# .Net Programing
Q. The ______________ enables to move through the code very quickly
  • (A) Class view window
  • (B) Solution explorer window
  • (C) Code window
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) Code window
πŸ“Š C# .Net Programing
Q. In VC#.NET project files are grouped into a _____________.
  • (A) Workspace
  • (B) Namespace
  • (C) Solution
  • (D) Package
πŸ’¬ Discuss
βœ… Correct Answer: (C) Solution
πŸ“Š C# .Net Programing
Q. Which one of the following statements about code debugging is correct?
  • (A) Debugger helps us to step through our code, one line at a time.
  • (B) Breakpoints can be set by pressing F9 function key.
  • (C) Breakpoints can be set by left-clicking in the left margin area at the line where we want to set the breakpoint.
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) Debugger helps us to step through our code, one line at a time.

Jump to