Chapter 30 Quiz: Self-Assessment

Instructions: Answer each question without looking back at the chapter. After completing all questions, check your answers against the key at the bottom. If you score below 70%, revisit the relevant sections before moving on to Chapter 31.


Multiple Choice

Q1. The chapter's central thesis about debt is:

a) Debt is a financial concept that has been usefully borrowed as a metaphor by other fields b) Debt is a universal structural pattern -- deferred costs that compound -- independently discovered across unrelated fields because they all observe the same underlying phenomenon c) Debt is always harmful and should be avoided in every domain d) Debt is primarily a social construct with no structural basis outside finance

Q2. Ward Cunningham coined the term "technical debt" in order to:

a) Criticize sloppy programming practices b) Help non-programmers understand why poorly structured code creates escalating future costs, by mapping it onto the familiar structure of financial borrowing c) Argue that software engineers should never take shortcuts d) Create a new field of study combining finance and computer science

Q3. The four-part anatomy of debt, as described in this chapter, consists of:

a) Lending, borrowing, repaying, profiting b) Deficit, surplus, balance, closure c) Borrowing against the future, interest that compounds, a threshold of unserviceability, and the option of default d) Income, expense, savings, investment

Q4. "Oxygen debt" was formalized by A.V. Hill in 1922. This fact is significant because:

a) It proves that all debt concepts were borrowed from exercise physiology b) It disproves the chapter's thesis about independent discovery c) It demonstrates that the debt pattern was identified outside finance decades before "technical debt" or "ecological debt," supporting the claim of independent discovery rather than metaphor-borrowing d) It shows that financial debt was actually borrowed from physiology

Q5. The "debt trap" is best described as:

a) A legal mechanism for collecting overdue debts b) A condition where servicing the debt consumes so many resources that the system cannot invest in the activities that would generate the capacity to repay it c) A type of financial fraud d) A situation where debt does not compound

Q6. The chapter describes the collapse of the Atlantic cod fishery as an example of:

a) Financial debt causing environmental damage b) Ecological debt reaching the threshold of unserviceability, with compounding dynamics (fewer fish meaning fewer offspring meaning even fewer fish) creating a positive feedback loop that led to default (fishery collapse) c) A natural disaster unrelated to human activity d) A failure of government regulation unrelated to debt dynamics

Q7. Sleep debt is structurally similar to financial debt because:

a) Both involve money b) Both are cumulative deficits where the impairment compounds (each night of lost sleep degrades a baseline that is already degraded), there is a threshold where impairment prevents recovery, and the debtor often underestimates the severity of the debt c) Both can be resolved by sleeping more d) Both are metaphors with no structural basis

Q8. The concept of "jubilee" in this chapter refers to:

a) A celebration or festival b) The systematic cancellation or forgiveness of accumulated debt as a mechanism for breaking the positive feedback loop before it reaches catastrophe -- a pattern that appears across ancient law, software engineering, ecology, sleep, and relationships c) A specific financial product for debt consolidation d) The moment when a debt becomes unserviceable

Q9. Social and emotional debt compounds through:

a) Financial penalties on broken relationships b) The accumulation of unresolved grievances, each of which arrives in the context of all previous ones, making every subsequent conflict harder to resolve -- until accumulated resentment reaches a threshold and the relationship defaults c) Social media algorithms d) Legal obligations between family members

Q10. Which of the following is NOT identified in the chapter as a structural feature shared by all forms of debt?

a) Borrowing against the future b) Interest that compounds c) A fixed repayment schedule d) A threshold of unserviceability

Q11. The ancient Babylonian misharum edicts and the Torah's Jubilee year are significant in this chapter because:

a) They prove that ancient civilizations were financially sophisticated b) They demonstrate that ancient societies understood the systemic danger of compounding debt and built periodic cancellation mechanisms into their legal and religious structures -- a pattern the chapter identifies as cross-domain jubilee c) They show that debt forgiveness is a modern invention d) They are purely religious practices with no economic significance

Q12. The chapter argues that the independent emergence of the debt concept across six domains is evidence of:

a) Cultural borrowing from finance to other fields b) A coincidence with no deeper significance c) A real structural pattern in the world -- an example of multiple discovery (Ch. 26) where convergence results from different fields observing the same underlying phenomenon d) The influence of economics education on scientists in other fields

Q13. The "debt as feedback loop" connection to Chapter 2 identifies debt as:

a) A negative (balancing) feedback loop that stabilizes systems b) A positive (reinforcing) feedback loop where increasing debt reduces capacity to repay, which increases the debt further c) An example of a system with no feedback at all d) A delayed feedback loop that eventually self-corrects

Q14. Infrastructure debt (deferred road maintenance, aging water mains) illustrates the debt pattern because:

a) It involves actual financial debt b) Deferred maintenance is borrowing against the future, deterioration accelerates (compounds) when left unaddressed, and there is a threshold beyond which repair costs exceed replacement costs c) Roads and bridges are financial assets d) Government budgets are the same as household budgets


Short Answer

Q15. In two to three sentences, explain why the chapter argues that calling financial debt "the original" form of debt is a mistake.

Q16. Describe the debt trap in technical debt. What is borrowed, how does the interest compound, and why does the trap become self-sustaining?

Q17. Identify two structural differences between ecological debt and financial debt that make ecological debt potentially more dangerous.

Q18. Explain, using an example from the chapter, how the jubilee principle operates outside of finance.

Q19. The chapter claims that sleep-deprived people overestimate their own cognitive performance, just as financial debtors underestimate their debt burden. Why is this self-assessment failure structurally important in the dynamics of compounding debt?

Q20. In one sentence, state the chapter's threshold concept and explain why it matters.


Answer Key

Q1: b -- The chapter's central argument is that debt is a universal structural pattern independently discovered across domains.

Q2: b -- Cunningham explicitly created the metaphor to communicate with non-technical stakeholders about the costs of code shortcuts.

Q3: c -- These four features are identified in Section 30.8 as the shared anatomy of all debt.

Q4: c -- The early date of oxygen debt (1922) predates technical debt (1992) and ecological debt (1990s), demonstrating independent discovery rather than borrowing from a single source.

Q5: b -- The debt trap is the self-reinforcing condition where servicing prevents investing in the capacity to repay.

Q6: b -- The cod fishery is presented as a case of ecological debt with compounding dynamics and eventual default.

Q7: b -- Sleep debt is structurally analogous to financial debt in its cumulative, compounding, threshold-driven dynamics and the debtor's systematic underestimation of the problem.

Q8: b -- Jubilee is the cross-domain pattern of periodic debt cancellation as a system reset.

Q9: b -- Social debt compounds through the accumulation of unresolved grievances that make each subsequent interaction more difficult.

Q10: c -- A fixed repayment schedule is a feature of some financial debt instruments but is not part of the universal debt structure. The other three features are shared by all forms of debt.

Q11: b -- These ancient practices demonstrate cross-cultural recognition of the systemic danger of compounding debt and the need for periodic cancellation.

Q12: c -- The chapter explicitly connects the debt convergence to the multiple discovery pattern from Chapter 26.

Q13: b -- Debt is identified as a positive feedback loop where the output (growing debt) feeds back to worsen the input (reduced capacity to repay).

Q14: b -- Infrastructure debt follows the same four-part anatomy as all other forms of debt described in the chapter.

Q15: Financial debt was formalized early, but oxygen debt (1922) predates technical debt (1992) by decades, ecological fallow practices predate coinage, and social reciprocity systems exist in non-literate cultures with no exposure to formal finance. The pattern was not invented by finance; it was independently discovered because it exists wherever costs can be deferred.

Q16: The principal is the difference between how the code was written and how it should have been written. The interest is the extra time developers spend working around poorly structured code on every subsequent task. The trap becomes self-sustaining because the team cannot stop to refactor (which would repay the debt) because the pressure to deliver new features consumes all available development time, and the growing debt makes each new feature take even longer, increasing the pressure further.

Q17: (1) Ecological debt may be irreversible -- a collapsed fishery or extinct species cannot be restored, while financial debt can always theoretically be discharged. (2) Ecological debt involves thresholds (tipping points) beyond which the system shifts to a fundamentally different state, with no equivalent of "starting over" available.

Q18: The fishing moratorium on Atlantic cod functions as an ecological jubilee -- the community forgoes current harvest (cancels the debt of current consumption) to allow the fish population (the ecological principal) to rebuild. Agricultural fallow similarly forgoes current planting to allow soil fertility to recover.

Q19: If the debtor cannot accurately perceive the severity of the debt, they will not take action to address it. This self-assessment failure removes the negative feedback that might otherwise prompt corrective action, allowing the positive feedback loop of compounding to continue unchecked. The debt grows precisely because the debtor does not realize it is growing.

Q20: Debt is not a metaphor borrowed from finance but an independent discovery of the same fundamental pattern: deferred costs compound, and systems that defer too many costs for too long undergo catastrophic correction. This matters because recognizing debt as a universal structural pattern -- with a shared anatomy of borrowing, compounding, threshold, and default -- allows you to diagnose and manage deferred-cost dynamics in any domain, not just finance.