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
PragC6Q6: What four capabilities should a test harness include?
Answer:
- A standard way to specify setup and clean up.
- A method for selecting individual tests or all available tests.
- A means of analysing output for expected (or unexpected) results.
- A standardised form of failure reporting.
PragC6Q7: What should be done at the end of any debugging session?
Answer: Formalise any ad hoc tests into unit tests.
C4L3Q4: Which list is a dictionary?
Answer: SortedList
C8L3Q11: What should a service name be and how is it set?
Answer: A service name should be unique and is set by modifying the ServiceBase.ServiceName property in Visual Studio's service Designer.
C8L3Q12: What must a service's OnStart method do?
Answer: Return.
C8L3Q13: What are three ways to stop or start a service?
Answer:
- Use Computer Management's Services snap-in.
- Use the Net command from a command line.
- Programmatically, by using the ServiceProcess.ServiceController class.
study_questions_audio_creation.1255391843.txt.gz · Last modified: 2017/01/01 19:54 (external edit)