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
C13L1Q7: When generating metadata from a type library, what is the resulting assembly called?
Answer: An interop assembly.
C13L1Q8: What are the four options for generating an interop assembly containing type metadata?
Answer:
- Visual Studio.
- Type Library Importer (Tlbimp.exe).
- The TypeLibConverter class.
- Custom wrappers.
C13L1Q9: What can the TypeLibConverter class do that the Type Library Importer can not?
Answer: It can convert an in-memory type library to metadata.
C13L1Q10: What are the four high level steps to expose a COM component to the .NET Framework?
Answer:
- Import a type library as an assembly.
- Create COM types in managed code.
- Compile an interop project.
- Deploy an interop application.
Chapter 3: The Basic Tools
PragC3Q1: What are the three benefits of plain text?
Answer:
- Insurance against obsolescence
- Leverage
- Easier testing
PragC3Q2: What are three situations that make tracing statements invaluable?
Answer:
- Concurrent processes
- Real-time systems
- Event-based applications
study_questions_audio_creation.1252286333.txt.gz · Last modified: 2017/01/01 19:54 (external edit)