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
C13L2Q12: What are the three actions that the .NET Services Installation tool performs?
Answer:
- Loads and registers an assembly.
- Generates, registers and installs a type library into a specified COM+ 1.0 application.
- Configures services that you have added programmatically to your class.
C13L2Q13: What must an assembly have before it can be used by the .NET Services Installation tool?
Answer: A strong name.
C13L2Q14: What two security considerations does the .NET Services Installation tool have?
Answer:
- It can not register components with methods protected by a demand or link demand for the StrongNameIdentityPermission or the PublisherIdentityPermission.
- You must have administrative privileges on the local computer to use the .NET Services Installation tool.
Extension
C13XQ1: What are the eight integer based COM data types and their .NET equivalent types?
Answer:
- bool → Int32
- byte → Byte
- char → SByte
- small → SByte
- short → Int16
- long → Int32
- int → Int32
- Hyper → Int64
C13XQ2: What are the four non-integer numeric COM data types and their .NET equivalent types?
Answer:
- float → Single
- double → Double
- DECIMAL → Decimal
- CURRENCY → Decimal
C13XQ3: What are the three other important COM data types and their .NET equivalent types?
Answer:
- void * → IntPtr
- HRESULT → Int16 or IntPtr
- VARIANT → Object
C13XQ4: What are the five COM data types that are equivalent to String?
Answer: BSTR, LPSTR, LPWSTR, char *, wchar_t *
LifeQ4: If you are afraid of being embarrassed or laughed at, what will your art always be?
Answer: Embarrassing and laughable.