study_questions_audio_creation
This is an old revision of the document!
Table of Contents
Study Questions - Audio Creation
CDEx Settings
Bitrate = 80 kbps
Mono
Quality = Very high (q = 0)
Questions To Be Recorded
C7XQ1: What is the difference between the way the CLR deals with unhandled exceptions in the .NET Framwork 1.1 verses 2.0?
Answer: In 1.0, a backstop is provided for unhandled exceptions that occur on the following types of thread:
- A thread from the thread pool.
- A thread created with the Thread.Start method.
- A finaliser thread.
In 2.0, these exceptions are left to proceed naturally.
C7XQ2: The .NET Framework 2.0 provides a backstop for what three types of unhandled exceptions?
Answer:
- A ThreadAbortException thrown because of an Abort call.
- An AppDomainUnloadException thrown because the application domain is being unloaded.
- An internal exception thrown by the CLR or host process.
ITQ5: What is Conway's Law?
Answer: “Organisations which design systems are constrained to produce designs which are copies of the communication structures of these organisations.” - Melvin Conway, 1968.
study_questions_audio_creation.1251510338.txt.gz · Last modified: 2017/01/01 19:54 (external edit)