5 exercises on stress-shift between noun and verb forms of tech words.
0 / 5 completed
1 / 5
Where does the stress fall in "record" when used as a noun (e.g. a database record) versus a verb (to record data)?
Record follows the classic English noun/verb stress-shift pattern. As a noun (a database record) the stress is on the first syllable: "REC-ord" /ˈrɛkɔːrd/. As a verb (to record events) the stress is on the second: "re-CORD" /rɪˈkɔːrd/. So "insert a REC-ord" (noun) but "re-CORD the metrics" (verb). This noun-first / verb-second stress pattern is one of the most common in English and matters for clear technical communication.
2 / 5
Where does the stress fall in "process" as a noun versus a verb?
Process mostly keeps stress on the first syllable for both noun and verb in standard usage: "PRO-cess" /ˈprɒsɛs/ (UK) or /ˈprɑːsɛs/ (US). So "a background PRO-cess" (noun) and "PRO-cess the queue" (verb) are both first-stressed. A second verb pronunciation "pro-CESS" /prəˈsɛs/ exists (meaning to walk in a procession) but is NOT used for data processing. For IT, say "PRO-cess" with first-syllable stress whether noun or verb.
3 / 5
Where does the stress fall in "object" as a noun (an object in code) versus a verb (to object)?
Object follows the noun-first / verb-second pattern. As a noun (an object in OOP) stress is on the first syllable: "OB-ject" /ˈɒbdʒɛkt/. As a verb (to object, to disagree) stress is on the second: "ob-JECT" /əbˈdʒɛkt/. In programming you almost always use the noun, so say "OB-ject" — "create an OB-ject", "an OB-ject reference." The verb "ob-JECT" rarely appears in code discussions.
4 / 5
Where does the stress fall in "convert" as a noun versus a verb (e.g. convert a type)?
Convert follows the noun-first / verb-second stress pattern. As a verb (to convert a value or type) stress is on the second syllable: "con-VERT" /kənˈvɜːrt/. As a noun (a convert, a converted person) stress is on the first: "CON-vert" /ˈkɒnvɜːrt/. In programming you almost always use the verb: "con-VERT the string to an integer", "con-VERT the type." Stress the second syllable when it is the action.
5 / 5
Where does the stress fall in "increment" / "increment" and "import" as a verb (to import a module)?
Import follows the noun-first / verb-second pattern. As a verb (to import a module) stress is on the second syllable: "im-PORT" /ɪmˈpɔːrt/. As a noun (an import statement, an import) stress is on the first: "IM-port" /ˈɪmpɔːrt/. Interestingly, programmers often say "IM-port" (noun stress) even when referring to the action, because "an import" is treated as a thing. Both are heard, but the textbook verb form is "im-PORT."