Microsoft 98-372 - Microsoft .NET Fundamentals Exam
Page: 1 / 46
Total 230 questions
Question #1 (Topic: Topic 1)
You want to raise a custom exception.
Which keyword should you use?
Which keyword should you use?
A. Finally
B. Catch
C. Try
D. Throw
Answer: D
Question #2 (Topic: Topic 1)
Common Intermediate Language (CIL) is converted into executable code by using:
A. Microsoft Visual Studio.
B. Interactive debugger.
C. Just-in-Time (JIT) compiler.
D. Intermediate Language Disassembler (ILDASM.exe).
Answer: C
Question #3 (Topic: Topic 1)
You need to trace the execution of an application that contains C# code and Microsoft
Visual Basic .NET code.
Which tool should you use?
Visual Basic .NET code.
Which tool should you use?
A. Machine Debug Manager
B. Remote Debug Monitor
C. Microsoft Visual Studio
D. CLR Profiler
Answer: C
Question #4 (Topic: Topic 1)
Which describes the characteristic of the interoperability of the .NET Framework?
A. Allows consistent communication between a desktop application and a mobile application.
B. Allows consistent communication between a desktop application and a web application.
C. Handles exceptions consistently across languages.
D. Uses the same code syntax.
Answer: C
Question #5 (Topic: Topic 1)
Which is the build number of a Version object instantiated by using the following code
fragment?
Version v = new Version (2, 4, 6, 8);
fragment?
Version v = new Version (2, 4, 6, 8);
A. 2
B. 4
C. 6
D. 8
Answer: C