Home / Engineering / C# .Net Programing MCQs / Page 1

C# .Net Programing MCQs | Page - 1

Dear candidates you will find MCQ questions of C# .Net Programing here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.

Q. 1) The compiled version of a VC#.NET program will be in_______________.

(A) Machine code
(B) IL code
(C) Byte code
(D) None of these
View Answer Discuss Share

Q. 2) 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
View Answer Discuss Share

Q. 3) The Garbage Collection solves__________.

(A) Memory leakage problem
(B) DLL hell problem
(C) Both A & B
(D) None of these
View Answer Discuss Share

Q. 4) 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
View Answer Discuss Share

Q. 5) Which one of the following JIT compilers produce highly optimized code?

(A) Econo JIT
(B) Standard JIT
(C) Pre JIT
(D) None of these
View Answer Discuss Share

Q. 6) 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.
View Answer Discuss Share

Q. 7) Home page in VS.NET is also known as__________.

(A) Default page
(B) Start page
(C) First page
(D) Welcome page
View Answer Discuss Share

Q. 8) The ______________ enables to move through the code very quickly

(A) Class view window
(B) Solution explorer window
(C) Code window
(D) none of these
View Answer Discuss Share

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

(A) Workspace
(B) Namespace
(C) Solution
(D) Package
View Answer Discuss Share

Q. 10) 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
View Answer Discuss Share