5 exercises on verb-versus-noun stress in technical vocabulary.
0 / 5 completed
1 / 5
How do you stress "convert" as a verb (to change a value)?
As a verb, convert is stressed on the second syllable: conVERT /kənˈvɜːrt/, as in "convert the string to an int". As a noun (a person or thing changed), it shifts to the first syllable: CONvert /ˈkɒnvɜːrt/. This verb-noun stress pattern is common in English: the verb stresses the second syllable, the noun the first. In code talk you almost always use the verb form, so conVERT with second-syllable stress is what you will say most often.
2 / 5
How do you stress "produce" as a verb (to generate output)?
As a verb, produce is proDUCE /prəˈdjuːs/, stress on the second syllable, as in "this job produces an artifact". As a noun, PROduce /ˈprɒdjuːs/ means fruits and vegetables, with first-syllable stress. In Kafka terminology, a producer (one who produces) keeps the verb-style stress on the second syllable in the root. So when discussing message producers or build outputs, use proDUCE and proDUCer, both stressed on the second syllable.
3 / 5
How do you stress "contract" as a noun (an API contract)?
As a noun, contract is CONtract /ˈkɒntrækt/, stress on the first syllable, as in "the API contract" or "a smart contract". As a verb (to shrink or to make an agreement), it becomes conTRACT /kənˈtrækt/, stress on the second syllable. In software, the noun is far more common (interface contracts, data contracts), so you usually say CONtract. This follows the classic pattern: noun stresses the first syllable, verb stresses the second.
4 / 5
In "the producer object", which stress is correct?
A producer /prəˈdjuːsər/ keeps the verb-style stress on the second syllable, proDUCer, since it derives from the verb proDUCE. In messaging systems like Kafka, a producer publishes messages, and a consumer reads them. Both proDUCer and conSUMer stress the second syllable. Avoid the noun-style PROducer (which fits a film producer but sounds off in tech). Consistent second-syllable stress on proDUCer matches how engineers actually speak about event streaming.
5 / 5
What is the general verb-noun stress pattern in these pairs?
Many two-syllable English words follow this pattern: as a noun, stress the first syllable (CONvert, PROduce, CONtract); as a verb, stress the second (conVERT, proDUCE, conTRACT). A memory aid: NOUN and FIRST both feel solid up front; verbs push the stress forward. Other examples include REcord/reCORD and PERmit/perMIT. Knowing which part of speech you mean tells you instantly where to place the stress, which improves clarity in technical speech.