Questions: Algorithmic Composition

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

In a first-order Markov chain model for melody generation, what determines the next note?

AThe key and tempo of the piece
BA probability distribution conditioned only on the current note
CThe last three notes and the current beat position
DA random selection from all available pitches with equal probability
Question 2 True / False

True or false: Algorithmic composition necessarily produces music with no human involvement or artistic intent.

TTrue
FFalse
Question 3 Short Answer

What is an L-system in the context of algorithmic composition, and what type of musical structures does it produce?

Think about your answer, then reveal below.
Question 4 Multiple Choice

A composer wants to generate music that statistically resembles Bach chorales — using the same harmonic progressions and voice-leading tendencies — without directly copying any existing chorale. Which algorithmic approach is most appropriate?

ARandomly select notes from Bach's scale choices
BTrain a Markov chain or neural network on a corpus of Bach chorales, then generate new sequences by sampling from the learned distributions
CApply the same rules to a different tone row
DUse an L-system with Bach's melodic intervals as production rules