# Final Exam

### **This is the final exam from Fall 2025.**

1. **Core Computing**: Identify [what makes a computer a computer](https://www.youtube.com/watch?v=mCq8-xTH7jA).
2. **Physical Computing**: Define microcontroller, sensor, and actuator.
3. **Sequencing and Notation**: Discuss in as much detail as possible the similarities and differences between MIDI and WAV files.
4. **Sound Reinforcement**: Discuss [how to avoid feedback](https://benjohansen.gitbook.io/musictech/appendix/sound-reinforcement#feedback) in live sound reinforcement.
5. **Recording**: How do the acoustics and noise present in the recording space effect [mic placement](https://benjohansen.gitbook.io/musictech/appendix/audio-recording#mic-placement-requires-experimentation-and-adjustment-and-microphone-polar-patterns) when recording?
6. **Recording**: Explain how analog sound is captured and converted into digital data (audio files) in as much detail as you are able.
   1. Include the following terms in your answer = microphone, audio interface (ADC), sample rate, bit depth, amplitude, and voltage
   2. Include what sample rate and bit depth you were advised to use.
   3. provide at least two file extensions used for lossless audio
   4. provide at least two file extensions used for lossy (compressed) audio
7. **Sound Design**: Define the terms oscillator, envelope (including the term ADSR), filter, and modulation (including the term LFO) in the context of [sound synthesis](https://learningsynths.ableton.com/).
8. **Still Digital Imaging**:&#x20;
   1. What is the difference between bitmap and vector images?&#x20;
   2. Discuss an example when it is best (or even the only option) to use bitmap images ... also discuss an example when it is best to use vector images.
   3. provide at least two file extensions used for bitmap images and two file extensions used for vector images
9. **Videography**: Explain how analog movement is captured and converted into digital data (video files) in as much detail as you are able.
   1. Include the following terms in your answer = frame rate and resolution
   2. Include the frame rate you were advised to use to look most like a professional film.
10. **Digital Impact**: Discuss the impacts of using AI in music creation and performance. Include potential ethical concerns, including originality, copyright, and the role of human creativity in your discussion.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://benjohansen.gitbook.io/musictech/final-exam.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
