"); document.write("
"); document.write("Quiz results : " + "\n"); document.write("
\n"); document.write("You scored "+finalscore+" out of "+Total +""); if(output != "") document.write("

The ones you got wrong were ...
" + output) ; document.write("



Go Home!

\n"); document.write("
Hosted by www.Geocities.ws

\n"); } function checkAnswers() { doReview(Total,strAnswers); } function initQuestions(){ Total=10; strQuestions[0]="Shared assemblies are installed where? " ; strSolutionA[0]="System Namespace" ; strSolutionB[0]="C:\Windows\.NET" ; strSolutionC[0]="Any Shared Folder" ; strSolutionD[0]="Global Assembly Cache (GAC)" ; strAnswers[0]="d"; strQuestions[1]="What is the default value for a System.Char variable?" ; strSolutionA[1]="'a'" ; strSolutionB[1]="''" ; strSolutionC[1]="'\0'" ; strSolutionD[1]="'\n'" ; strAnswers[1]="c"; strQuestions[2]="What feature contains the core classes of the Base Class Library (BCL)?" ; strSolutionA[2]="System Namespace" ; strSolutionB[2]="XML Namespace" ; strSolutionC[2]=".NET Namespace" ; strSolutionD[2]="COM Folder" ; strAnswers[2]="a"; strQuestions[3]="What is the step that code goes through before getting from VB.Net or C# to Assembly Language code?" ; strSolutionA[3]="BC (Byte Code)" ; strSolutionB[3]="IL (Intermediate Language)" ; strSolutionC[3]="GenCode (Generic Code)" ; strSolutionD[3]="ASP.Net" ; strAnswers[3]="b"; strQuestions[4]="Which group of programming languages are all supported by .NET?" ; strSolutionA[4]="C#, VB.NET, Java, C++" ; strSolutionB[4]="C#, VB.NET, JavaScript, Managed C++" ; strSolutionC[4]="C#, VB.NET, JScript, Perl" ; strSolutionD[4]="C#, VB.NET, JScript, Managed C++" ; strAnswers[4]="d"; strQuestions[5]="What is the most important component of the .NET framework?" ; strSolutionA[5]="CLR (Common Language Runtime)" ; strSolutionB[5]="ASP (Active Server Pages)" ; strSolutionC[5]="VB (Visual Basic)" ; strSolutionD[5]="IL (Intermediate Language)" ; strAnswers[5]="a"; strQuestions[6]="Which of these is NOT a .NET Internet Standard?" ; strSolutionA[6]="JIT" ; strSolutionB[6]="HTTP" ; strSolutionC[6]="XML" ; strSolutionD[6]="SOAP" ; strAnswers[6]="a"; strQuestions[7]="WinCV.exe is a program included with .NET that allows you to do what?" ; strSolutionA[7]="Compile C# programs at the DOS prompt" ; strSolutionB[7]="Search the .Net Base Class Library (BCL)" ; strSolutionC[7]="Debug your C# program" ; strSolutionD[7]="Create new classes without typing in code" ; strAnswers[7]="b"; strQuestions[8]="Which of the following is true?" ; strSolutionA[8]="C# is based on C++" ; strSolutionB[8]="VB.Net is based on VBScript" ; strSolutionC[8]="VB.Net is based on ASP" ; strSolutionD[8]="C# is based on Java" ; strAnswers[8]="a"; strQuestions[9]="Which of the following services does the CLR (Common Language Runtime) NOT supply?" ; strSolutionA[9]="Garbage Collection" ; strSolutionB[9]="Code Verification" ; strSolutionC[9]="Code Access Security" ; strSolutionD[9]="Compiler Error Detection" ; strAnswers[9]="d"; }
                   

Microsoft .NET Quiz


Quiz 2

.NET Basics

Created by neonprimetime

Please select the answer.

 

Go Home

Hosted by www.Geocities.ws

1